String stringMatch(
String input
)

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

Source

/**
 * Returns the first substring match of this regular expression in [input].
 */
String stringMatch(String input);