menu
coastline package
documentation
structure/string_extra.dart
CStr
isMatch method
isMatch method
dark_mode
light_mode
isMatch
method
bool
isMatch
(
String
regexp
)
Implementation
bool isMatch(String regexp) { return RegExp(regexp).hasMatch(this); }
coastline package
documentation
structure/string_extra
CStr
isMatch method
CStr extension on
String