Go to the source code of this file.
|
| std::vector< std::string > | tokenize (std::string_view the_str, std::string_view delimiters) |
| | Splits the string into smaller substrings.
|
◆ tokenize()
| std::vector< std::string > CxxUtils::tokenize |
( |
std::string_view | the_str, |
|
|
std::string_view | delimiters ) |
Splits the string into smaller substrings.
Definition at line 12 of file Control/CxxUtils/Root/StringUtils.cxx.
13 {
14
16 }
std::vector< std::string > tokenize(std::string_view the_str, std::string_view delimiters)
Splits the string into smaller substrings.