Package-level declarations

Contains implementations of CharSequenceContains.Searcher.

Types

Link copied to clipboard

Represents a Searcher which implements the IgnoringCaseSearchBehaviour behaviour and uses CharSequence.indexOf to find expected objects.

Link copied to clipboard

Represents a Searcher which implements the IgnoringCaseSearchBehaviour behaviour and evaluates the matches of a given regular expression on the input of the search.

Link copied to clipboard

Represents a Searcher which uses CharSequence.indexOf to find expected objects.

Link copied to clipboard

Represents a Searcher which evaluates the matches of a given regular expression on the input of the search.