Name

strfind — Find one string in another.

Synopsis

strfind string1 string2

Description

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.