Text related utility. More...
#include "utils/text.hpp"
Namespaces | |
utils | |
Functions | |
std::string | utils::toHexString (const void *data, unsigned len) |
Convert binary bytes array to hex string representation. More... | |
std::vector< std::string > | utils::split (const std::string &str, const std::string &delim) |
Text related utility.