Return the position of matching characters.
constexpr size_type find( char c, size_type pos = 0) const;
See string_view::find
string_view::find