Instr

Instr (string input, string search)

or

Instr (int start position, string input, string search)

Returns an int representing the character position of the search string within the input, or zero if it is not found.

Maps to the VB.net Instr function.