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