IndexOf

Finds the index of a substring in a string. The index is zero based. It is possible to search both from the beginning of the string and from the end of the string. It is also possible to specify the index from where the search is started.