[#bsl-basic_string-0faf-starts_with-0e] = xref:bsl.adoc[bsl]::xref:bsl/basic_string-0faf.adoc[basic_string]::starts_with :relfileprefix: ../../ :mrdocs: Return `true` if this string starts with the specified C‐string. == Synopsis Declared in `<bslstl_string.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool starts_with(CHAR_TYPE const* characterString) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#