starts_with

Return true if a matching prefix exists

Synopsis

bool starts_with( string_view x) noexcept;

Declared in file <boost/url/grammar/string_view_base.hpp> at line 419

Description

See `core::string_view::starts_with`