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