[#boost-urls-pct_string_view-find_first_not_of] = xref:boost.adoc[boost]::xref:boost/urls.adoc[urls]::xref:boost/urls/pct_string_view.adoc[pct_string_view]::find_first_not_of :relfileprefix: ../../../ :mrdocs: == Synopsis Declared in `<https://www.github.com/boostorg/url/blob/develop/include/boost/url/grammar/string_view_base.hpp#L643[boost/url/grammar/string_view_base.hpp]>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] xref:boost/urls/grammar/string_view_base/find_first_not_of-0e.adoc[find_first_not_of]( core::string_view str, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/find_first_not_of-0e.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] xref:boost/urls/grammar/string_view_base/find_first_not_of-021.adoc[find_first_not_of]( char c, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/find_first_not_of-021.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] xref:boost/urls/grammar/string_view_base/find_first_not_of-0a.adoc[find_first_not_of]( char const* s, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] n) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/find_first_not_of-0a.adoc[_» more..._]# [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] xref:boost/urls/grammar/string_view_base/find_first_not_of-0c.adoc[find_first_not_of]( char const* s, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; ---- [.small]#xref:boost/urls/grammar/string_view_base/find_first_not_of-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#