[#C68F20797B8EC97FAAED1337AAE6BB9302E4B6BD]

Function string_view_base:: find

Return the position of matching characters

Synopsis

            constexpr
size_type
find(
    char const* s,
    size_type pos = 0) const noexcept;
        

Description

See `core::string_view::find`