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