[#absl-Cord-Find-0d] = xref:absl.adoc[absl]::xref:absl/Cord.adoc[Cord]::Find :relfileprefix: ../../ :mrdocs: Returns an iterator to the first occurrence of the Cord `needle`. == Synopsis Declared in `<absl/strings/cord.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:absl/Cord/CharIterator.adoc[CharIterator] Find(xref:absl/Cord.adoc[absl::Cord] const& needle) const; ---- == Description If `needle` does not occur, `Cord::char_end()` is returned. == Return Value An iterator to the first occurrence, or `char_end()` if not found. == Parameters [cols="1,4"] |=== | Name| Description | *needle* | The Cord to search for. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#