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