MatchesParserExtension<T> extension

on

Methods

allMatches(String input, {int start = 0, bool overlapping = false}) Iterable<T>

Available on Parser<T>, provided by the MatchesParserExtension extension

Returns a lazy iterable over all non-overlapping successful parse results of type T over the provided input.