[#bsl-basic_string-0faf-find_first_of-05a] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0faf.adoc[basic_string]::find_first_of :relfileprefix: ../../ :mrdocs: Same as the preceding `find_first_of` overload, searching from the start of the string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf/size_type.adoc[size_type] find_first_of( CHAR_TYPE const* characterString, xref:bsl/basic_string-0faf/size_type.adoc[size_type] position = 0) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#