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