Checks if the string begins with the given prefix
Synopses
Declared in <boost/url/decode_view.hpp>
Checks if the string begins with the given prefix
bool
starts_with(char ch) const noexcept;
Checks if the string begins with the given prefix
bool
starts_with(core::string_view s) const noexcept;
Return Value
-
trueif the decoded string starts withch -
trueif the decoded string starts withs
Parameters
| Name | Description |
|---|---|
ch |
The character to search for |
s |
The string to search for |
Created with MrDocs