INSTR

INSTR(string,substring[,position[,occurrence]])

Returns the position of substring within string.

If substring does not exist within string, 0 is returned.

See also the LOCATE function.