FIND

Name

FIND —
FIND(string1,string2[,start])

Description

Returns position of @string1 in @string2 (case-sesitive), searching only from character @start onwards (assumed 1 if omitted).

See also

EXACT , LEN , MID , SEARCH