[#BloombergLP-bdlb-StringViewUtil-startsWith-09] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlb.adoc[bdlb]::xref:BloombergLP/bdlb/StringViewUtil.adoc[StringViewUtil]::startsWith :relfileprefix: ../../../ :mrdocs: Return `true` if the specified `string` begins with the specified `characters`, and `false` otherwise. == Synopsis Declared in `<bdlb_stringviewutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static bool startsWith( std::string_view const& string, std::string_view const& characters); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#