menu
refreshed package
documentation
get_rx/src/rx_types/rx_types.dart
RxnStringExt
allMatches method
allMatches method
dark_mode
light_mode
allMatches
method
Iterable
<
Match
>
?
allMatches
(
String
string
, [
int
start
=
0
])
Implementation
Iterable<Match>? allMatches(String string, [int start = 0]) => value?.allMatches(string, start);
refreshed package
documentation
get_rx/src/rx_types/rx_types
RxnStringExt
allMatches method
RxnStringExt extension on
Rx
<
String
?
>