Dart SDK
dart:core
RegExp
hasMatch
method
hasMatch
RegExp
Properties
pattern
isMultiLine
isCaseSensitive
Constructors
RegExp
Methods
firstMatch
allMatches
hasMatch
stringMatch
matchAsPrefix
bool
hasMatch
(
String
input
)
Returns whether the regular expression has a match in the string input.