Helpers for working with strings.
#include <vector>#include <string>#include <string_view>#include <tuple>Go to the source code of this file.
| Namespaces | |
| namespace | Dumux | 
| Functions | |
| std::vector< std::string_view > | Dumux::tokenize (std::string_view str, std::string_view delim) | 
| std::vector< std::string_view > | Dumux::split (std::string_view str, std::string_view delim, bool removeEmpty=false) |