Dart SDK
dart:core
RegExp
stringMatch
method
stringMatch
RegExp
Properties
pattern
isMultiLine
isCaseSensitive
Constructors
RegExp
Methods
firstMatch
allMatches
hasMatch
stringMatch
matchAsPrefix
String
stringMatch
(
String
input
)
Returns the first substring match of this regular expression in input.