Previous | Up | Next |
Search the _pattern_ string in _text_ from the _position_ (the first character is in position 0). Returns nil if the string is not found, or the position at which the string was found.Parameters
I strfind ( S _pattern_ S _text_ I _position_ )
Return value
_pattern_ pattern to search _text_ text _position_ any integer
result position (nil if not found)