Return true if this string starts with the specified C-string.
Declared in <bslstl_string.h>
bool
starts_with(CHAR_TYPE const* characterString) const;
true if this string starts with the sequence, otherwise false
| Name | Description |
|---|---|
| characterString | pointer to characters |