gms_check
dart:core
RegExp
hasMatch abstract method
hasMatch
gms_check
dart:core
RegExp
hasMatch abstract method
RegExp class
Constructors
RegExp
Properties
isCaseSensitive
isDotAll
isMultiLine
isUnicode
pattern
hashCode
runtimeType
Methods
allMatches
firstMatch
hasMatch
stringMatch
matchAsPrefix
noSuchMethod
toString
Operators
operator ==
Static methods
escape
hasMatch
method
bool
hasMatch
(
String
input
)
Whether the regular expression has a match in the string
input
.
Implementation
bool hasMatch(String input);