strfind — Find one string in another.
strfind string1 string2
strfind
string1
string2
The strfind looks for the first occurence of string1 in string2. If it finds a match, it returns the index where the first letter of the match lies. If it is not found, it returns -1.