Return true if matching characters are found.
constexpr bool contains( char const* s) const;
See string_view::contains
string_view::contains