findAllMatches property
When true, the algorithm continues searching to the end of the input even if a perfect match is found before the end of the same input.
Implementation
final bool findAllMatches;
When true, the algorithm continues searching to the end of the input even if a perfect match is found before the end of the same input.
final bool findAllMatches;