Kanzi 3.9.10
string_utils.hpp File Reference
#include <kanzi/core/cpp/string.hpp>
#include <kanzi/core/cpp/string_view.hpp>
#include <kanzi/core/cpp/vector.hpp>
#include <kanzi/core/core_api.hpp>
#include <boost/algorithm/string/case_conv.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/trim.hpp>

Namespaces

namespace  kanzi
 

Functions

vector< string > kanzi::splitString (const string &source, const string &delimiter)
 Splits string to tokens.
 
vector< string_view > kanzi::splitString (string_view source, string_view delimiter)
 Splits string view to tokens.
 
unsigned char kanzi::toLower (unsigned char ch)
 Wrapper for tolower() that returns unsigned char.
 
string_view kanzi::trim (string_view input)
 boost::trim() implementation for string_view.