hasMatch method Null safety
- String input
Whether the regular expression has a match in the string input
.
Implementation
bool hasMatch(String input);
Whether the regular expression has a match in the string input
.
bool hasMatch(String input);