INSTR Finds Substring Directive
name INSTR [start,] string1, string2
INSTR returns the position of a string inside another string.
name is assigned a value that is the position of string2 in
string1.
Notes: The first position has a value of 1, not 0.