menu
hyttahub package
documentation
utilities/pattern_utils.dart
WrappedRegExp
hasMatch method
hasMatch method
dark_mode
light_mode
hasMatch
method
bool
hasMatch
(
String
input
)
Implementation
bool hasMatch(String input) { return _regExp.hasMatch(input); }
hyttahub package
documentation
utilities/pattern_utils
WrappedRegExp
hasMatch method
WrappedRegExp class