Dart String Manipulations: Strings Pattern Matching

Dart String Manipulations: Strings Pattern Matching

What is pattern matching?

  • In computer science, pattern matching is the act of checking a given sequence of tokens for the presence of the constituents of some pattern.