firstMatch method Null safety
- String input
Finds the first match of the regular expression in the string input.
Returns null if there is no match.
Implementation
RegExpMatch? firstMatch(String input);
Finds the first match of the regular expression in the string input.
Returns null if there is no match.
RegExpMatch? firstMatch(String input);