[][src]Module pattern_matching::single_pattern::naive

Functions

naive

A simple algorithm for matching a single pattern on a text returning the first occurrence.

naive_all

A simple algorithm for matching a single pattern on a text returning all occurrences.