[#EDE49C60E0B3FEF27D7E90CC328B4CD3E23CA8E1]

Function string_view_base:: rfind

Return the position of matching characters

Synopsis

            constexpr
size_type
rfind(
    core::string_view str,
    size_type pos = core::string_view::npos) const noexcept;
        

Description

See `core::string_view::rfind`