Return the position of the last character in this string that is not found in the specified characterString, or npos if not found.
characterString
npos
Declared in <bslstl_string.h>
<bslstl_string.h>
size_type find_last_not_of( wchar_t const* characterString, size_type position = npos) const;