stringMatch method

String stringMatch (String input)

The substring of the first match of this regular expression in input.

Implementation

String? stringMatch(String input);