qtil
advanced-security/qtil-swift 0.0.3
Search

Member predicate Char::indexIn

Returns the index of the nth offset of where this character occurs in the provided string, starting the search the provided startAt index. Has no results if the character does not exist in the string.

Equivalent to str.indexOf(this.toString(), idx, startAt).

int indexIn(string s, int idx, int startAt)