advanced-security/qtil-swift
0.0.3
For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
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()).
str.indexOf(this.toString())
int indexIn(string s)