RegexSearcher
Represents a Searcher which evaluates the matches of a given regular expression on the input of the search.
It performs a non-disjoint search, meaning searching 'aa?' in 'aaaa' has 4 hits.
Represents a Searcher which evaluates the matches of a given regular expression on the input of the search.
It performs a non-disjoint search, meaning searching 'aa?' in 'aaaa' has 4 hits.