Module voca_rs::index[][src]

Returns the index of search in subject.

Functions

index_of

Returns the first occurrence index of search in subject or -1 if not found.

last_index_of

Returns the last occurrence index of search in subject or -1 if not found.