Helpers for working with strings. More...
#include <vector>#include <string>#include <string_view>#include <tuple>Go to the source code of this file.
Helpers for working with strings.
Namespaces | |
| namespace | Dumux |
| Adaption of the non-isothermal two-phase two-component flow model to problems with CO2. | |
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) |