![]() |
Home | Libraries | People | FAQ | More |
Return whether the string begins with a string.
bool
starts_with(
string_view
s) const noexcept;
Returns true
if the string
begins with s
, and false
otherwise.
Linear.
Name |
Description |
---|---|
|
The |