Reference: strPos
strPos(s, S) returns the position of the first character in the string s of the first occurrence of s in the string S. Example: strPos("st", "testtest") = 3
strPos(s, S) returns the position of the first character in the string s of the first occurrence of s in the string S. Example: strPos("st", "testtest") = 3