IgnoringCaseIndexSearcher

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

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun search(searchIn: CharSequence, searchFor: Any): Int

Searches in the given searchIn for the given searchFor, using its toString implementation, and returns the number of occurrences.