[#bsl-basic_string-0ce-rbegin-01f] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0ce.adoc[basic_string<char16_t>]::rbegin :relfileprefix: ../../ :mrdocs: Return a reverse iterator providing non‐modifiable access to the last character of this string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0ce/const_reverse_iterator.adoc[const_reverse_iterator] rbegin() const noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#