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