Return true if matching characters are found
Synopsis
constexpr
bool
contains(core::string_view sv) const noexcept;
constexpr
bool
contains(char c) const noexcept;
constexpr
bool
contains(char const* s) const noexcept;
Description
See core::string_view::contains