abstract 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.
Whether searches are disjoint or non-disjoint is up to the implementation.
searchIn
- The input CharSequence in which this ISearcher shall search
searchFor
- The object which shall be found