MatchesParserExtension<T> extension
- on
-
- Parser<
T>
- Parser<
Methods
-
allMatches(
String input, {int start = 0, bool overlapping = false}) → Iterable< T> -
Available on Parser<
Returns a lazy iterable over all non-overlapping successful parse results of typeT> , provided by the MatchesParserExtension extensionT
over the providedinput
.