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