stringMatch method Null safety

String? stringMatch (
  1. String input
)

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

Implementation

String? stringMatch(String input);