Return true if matching characters are found
<boost/url/grammar/string_view_base.hpp>Return true if matching characters are found
constexpr
bool
contains(core::string_view sv) const noexcept;
» more...
Return true if matching characters are found
constexpr
bool
contains(char c) const noexcept;
» more...
Return true if matching characters are found
constexpr
bool
contains(char const* s) const noexcept;
» more...
true if the string contains the characters, otherwise falsetrue if the string contains the character, otherwise false| Name | Description |
|---|---|
| sv | The string to search for |
| c | The character to search for |
| s | The string to search for |