[#bsl-basic_string-0faf-rbegin-0ef] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0faf.adoc[basic_string]::rbegin :relfileprefix: ../../ :mrdocs: `rbegin` overloads == Synopses Declared in `<bslstl_string.h>` 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). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf/reverse_iterator.adoc[reverse_iterator] xref:bsl/basic_string-0faf/rbegin-0f.adoc[rbegin]() noexcept; ---- [.small]#xref:bsl/basic_string-0faf/rbegin-0f.adoc[_» more..._]# Return a reverse iterator providing non‐modifiable access to the last character of this string. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-0faf/const_reverse_iterator.adoc[const_reverse_iterator] xref:bsl/basic_string-0faf/rbegin-0e5.adoc[rbegin]() const noexcept; ---- [.small]#xref:bsl/basic_string-0faf/rbegin-0e5.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#