[#BloombergLP-bslstl-StringRefImp-0c-rbegin] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslstl.adoc[bslstl]::xref:BloombergLP/bslstl/StringRefImp-0c.adoc[StringRefImp]::rbegin :relfileprefix: ../../../ :mrdocs: Return an STL‐compatible reverse iterator to the last character of the string bound to this string reference or `rend()` if the string reference is empty. The iterator remains valid as long as this object is valid and is bound to the same string. == Synopsis Declared in `<bslstl_stringref.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BloombergLP/bslstl/StringRefImp-0c/const_reverse_iterator.adoc[StringRefImp<CHAR_TYPE>::const_reverse_iterator] rbegin() const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#