stringMatch method Null safety
- String input
The substring of the first match of this regular expression in input
.
Implementation
String? stringMatch(String input);
The substring of the first match of this regular expression in input
.
String? stringMatch(String input);