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