Constructs a ByAnyChar delimiter matching any character in sp.
Synopsis
Declared in <absl/strings/str_split.h>
explicit
ByAnyChar(std::string_view sp);
Parameters
Name |
Description |
sp |
The set of characters to match as delimiters. |
Created with MrDocs