Same as the preceding find_first_of overload, searching from the start of the string.

Synopsis

Declared in <bslstl_string.h>

size_type
find_first_of(
    char const* characterString,
    size_type position = 0) const;

Created with MrDocs