Finds the next occurrence of the delimiter in text at or after pos.
Declared in <absl/strings/str_split.h>
std::string_view
Find(
std::string_view text,
size_t pos) const;
A view of the matched delimiter, or an empty trailing view.
| Name | Description |
|---|---|
| text | The text to search. |
| pos | The position to start searching from. |