Return true if the specified string begins with the specified character, and false otherwise.
Declared in <bdlb_stringviewutil.h>
static
bool
startsWith(
std::string_view const& string,
char character);
true if string begins with character, and false otherwise
| Name | Description |
|---|---|
| string | string view to test |
| character | leading character to match |