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