#include <kanzi/core/cpp/string.hpp>#include <kanzi/core/cpp/string_view.hpp>#include <kanzi/core/cpp/vector.hpp>Namespaces | |
| kanzi | |
Functions | |
| KANZI_API vector< string > | kanzi::splitString (const string &source, const string &delimiter) |
| Splits string to tokens. More... | |
| KANZI_API vector< string_view > | kanzi::splitString (string_view source, string_view delimiter) |
| Splits string view to tokens. More... | |
| KANZI_API unsigned char | kanzi::toLower (unsigned char ch) |
| Wrapper for tolower() that returns unsigned char. More... | |