For other CodeQL resources, including tutorials and examples, see the CodeQL documentation
.
Returns the index of n’th occurrence of the given string within receiver, starting at the given offset
int indexOf(string substringToFind, int n, int startAt)