:relfileprefix: ../../../ [#22113F575E9BDB0057DAAFACE10B65833A335A54-starts_with] = Overload set decode_view::starts_with == Members pass:v,q[Checks if the string begins with the given prefix] [source,cpp,subs="verbatim,macros,-callouts"] ---- bool starts_with(string_view s) const noexcept; xref:boost/urls/decode_view/starts_with-01.adoc[pass:c,q,m[*_» more..._*]] ---- pass:v,q[Checks if the string begins with the given prefix] [source,cpp,subs="verbatim,macros,-callouts"] ---- bool starts_with(char ch) const noexcept; xref:boost/urls/decode_view/starts_with-0b.adoc[pass:c,q,m[*_» more..._*]] ----