Standard C++ Library User Guide and Tutorial

character, if located, is returned. If no such character exists then a value out of the range of any
legal subscript is returned.
i = s2.find_first_of ("aeiou"); // find first vowel
j = s2.find_first_not_of ("aeiou", i); // next non-vowel