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