Return the position of matching characters.
constexpr size_type rfind( char const* s, size_type pos, size_type n) const;
See string_view::rfind
string_view::rfind