[#bsl-basic_string-0fb-find_last_of-0f] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0fb.adoc[basic_string<char>]::find_last_of :relfileprefix: ../../ :mrdocs: Return the position of the last occurrence of the specified `characterString` substring, or `npos` if not found. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0fb/size_type.adoc[size_type] find_last_of( char const* characterString, xref:bsl/basic_string-0fb/size_type.adoc[size_type] position = npos) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#