string.find
Syntax
Returns the index of the first instance of string sval in string source. Returns 0 if no match was found.
i - The index of the first instance of string sval, or 0.
source - the string to search sval - the value to search for
string.file.path
string.find.regex
9.1.13