[#bsl-basic_string-01d-find_last_of-06] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-01d.adoc[basic_string<char8_t>]::find_last_of :relfileprefix: ../../ :mrdocs: Return the position of the _last_ occurrence of the specified `character`, if such an occurrence can be found in this string (on or _before_ the optionally specified `position` if such a `position` is specified), and return `npos` otherwise. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-01d/size_type.adoc[size_type] find_last_of( char8_t character, xref:bsl/basic_string-01d/size_type.adoc[size_type] position = npos) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#