[#bsl-basic_string-0faf-rfind-0d2] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0faf.adoc[basic_string]::rfind :relfileprefix: ../../ :mrdocs: Same as the three‐argument `rfind` overload with default position. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf/size_type.adoc[size_type] rfind( CHAR_TYPE const* characterString, xref:bsl/basic_string-0faf/size_type.adoc[size_type] position = npos) const; ---- == Return Value position of the match, or `npos` if not found == Parameters [cols="1,4"] |=== | Name| Description | *characterString* | pointer to characters | *position* | starting index |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#