Return the position of the first character in this string that is not found in the specified characterString, or npos if not found.

Synopsis

Declared in <bslstl_string.h>

size_type
find_first_not_of(
    char8_t const* characterString,
    size_type position = 0) const;

Created with MrDocs