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