native
strfind
Syntax
native strfind(const string[], const sub[], ignorecase=0, pos=0);
Description
Finds a string in another string. Returns -1 if not found.
native
native strfind(const string[], const sub[], ignorecase=0, pos=0);
Finds a string in another string. Returns -1 if not found.