:relfileprefix: ../../../../ [#04EB8ED1A4DFEF70D775CBEA9353136873295DBA] = Function string_view_base::find pass:v,q[Return the position of matching characters] == Synopsis Declared in header `` [source,cpp,subs="verbatim,macros,-callouts"] ---- constexpr xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] find( char c, xref:boost/urls/grammar/string_view_base/size_type.adoc[size_type] pos = 0) const noexcept; ---- == Description pass:v,q[See `core::string_view::find`] == Return Value * `size_type` == Parameters |=== | Name | Type | *c* | `char` | *pos* | `size_type` |===