[#bsl-basic_string-0fb-begin-03] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0fb.adoc[basic_string<char>]::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-0fb/iterator.adoc[iterator] xref:bsl/basic_string-0fb/begin-08.adoc[begin]() noexcept; ---- [.small]#xref:bsl/basic_string-0fb/begin-08.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-0fb/const_iterator.adoc[const_iterator] xref:bsl/basic_string-0fb/begin-07.adoc[begin]() const noexcept; ---- [.small]#xref:bsl/basic_string-0fb/begin-07.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#