doc / ch.tutteli.atrium.logic.creating.charsequence.contains.searchers.impl / RegexSearcher / <init>

<init>

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.