Return an iterator to the beginning.
string::const_iterator cbegin() const noexcept;
string::const_iterator
If the container is empty, cend() is returned.
cend()
Constant.
No-throw guarantee.