position

Returns the integer value representing the starting position of "string_expression1" in "string_expression2". Returns 0 if "string_expression1" is not found.

Syntax

position ( string_expression1 , string_expression2 )