Dart API Reference
dart:core
RegExp
stringMatch
stringMatch
method
Returns the first substring match of this regular expression in input.
String
stringMatch
(
String
input
)
Returns the first substring match of this regular expression in input.