[#bsl-basic_string-01d-begin-0b] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-01d.adoc[basic_string<char8_t>]::begin :relfileprefix: ../../ :mrdocs: `begin` overloads == Synopses Declared in `<bslstl_string.h>` Return an iterator referring to the first character in this modifiable string (or the past‐the‐end iterator if this string is empty). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-01d/iterator.adoc[iterator] xref:bsl/basic_string-01d/begin-0e.adoc[begin]() noexcept; ---- [.small]#xref:bsl/basic_string-01d/begin-0e.adoc[_» more..._]# Return an iterator providing non‐modifiable access to the first character of this string (or the past‐the‐end iterator if this string is empty). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/basic_string-01d/const_iterator.adoc[const_iterator] xref:bsl/basic_string-01d/begin-01.adoc[begin]() const noexcept; ---- [.small]#xref:bsl/basic_string-01d/begin-01.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#