stringMatch method Null safety

String? stringMatch(
  1. String input
)

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

Implementation

String? stringMatch(String input);