[#absl-Cord-StartsWith-0c] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::StartsWith :relfileprefix: ../../ :mrdocs: Determines whether the Cord starts with the passed Cord `rhs`. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- bool StartsWith(xref:absl/Cord.adoc[Cord] const& rhs) const; ---- == Return Value `true` if the Cord starts with `rhs`. == Parameters [cols="1,4"] |=== | Name| Description | *rhs* | The prefix Cord to test for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#