find_first_of
Method of string.
find_first_of(const string f, integer pos) -> integer
Finds the first occurrence of any character from the specified substring starting from the given position.
Parameters
- f: The substring containing characters to search for.
- pos: The position to start the search from.