menu
coastline package
documentation
structure/string_extra.dart
CStr
allMatchs method
allMatchs method
dark_mode
light_mode
allMatchs
method
Iterable
<
RegExpMatch
>
allMatchs
(
String
regexp
)
Implementation
Iterable<RegExpMatch> allMatchs(String regexp) { return RegExp(regexp).allMatches(this); }
coastline package
documentation
structure/string_extra
CStr
allMatchs method
CStr extension on
String