[#bsl-basic_string-01d-rbegin-0a] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-01d.adoc[basic_string<char8_t>]::rbegin :relfileprefix: ../../ :mrdocs: Return a reverse iterator referring to the last character in this modifiable string (or the past‐the‐end reverse iterator if this string is empty). == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-01d/reverse_iterator.adoc[reverse_iterator] rbegin() noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#