qtil
advanced-security/qtil-swift 0.0.3
Search

Member predicate Char::indexIn

Returns all of the offsets (starting at 0) of this character in the provided string. Has no results if the character does not exist in the string.

Equivalent to str.indexOf(this.toString()).

int indexIn(string s)