Text related utils. More...
#include <string>
#include <vector>
#include <sstream>
Go to the source code of this file.
Namespaces | |
utils | |
Functions | |
bool | utils::beginsWith (std::string const &value, std::string const &part) |
bool | utils::endsWith (std::string const &value, std::string const &part) |
std::string | utils::toHexString (const void *data, unsigned len) |
Convert binary bytes array to hex string representation. More... | |
template<typename T > | |
std::string | utils::join (const std::vector< T > &vec, const char *delim) |
std::vector< std::string > | utils::split (const std::string &str, const std::string &delim) |
Text related utils.