Return true if the specified string begins with the specified characters, and false otherwise.
true
string
characters
false
Declared in <bdlb_stringviewutil.h>
<bdlb_stringviewutil.h>
static bool startsWith( std::string_view const& string, std::string_view const& characters);