[#absl-ByChar-Find] = xref:absl.adoc[absl]::xref:absl/ByChar.adoc[ByChar]::Find :relfileprefix: ../../ :mrdocs: Finds the next occurrence of the delimiter in `text` at or after `pos`. == Synopsis Declared in `<absl/strings/str_split.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string_view Find( std::string_view text, size_t pos) const; ---- == Return Value A view of the matched delimiter, or an empty trailing view. == Parameters [cols="1,4"] |=== | Name| Description | *text* | The text to search. | *pos* | The position to start searching from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#