INSTR(string1, string2, starting)


This function returns the position of string2 within string1.  If string2 occurs more than once in string1, then only the position of the leftmost occurance will be returned.  If the starting parameter is included, then the search for string2 will begin at the position specified by starting.