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
9.0.182