Return true if this string starts with the specified characterString.

Synopsis

Declared in <bslstl_string.h>

bool
starts_with(basic_string_view<wchar_t, char_traits<wchar_t>> characterString) const noexcept;

Created with MrDocs