Fork Vasum on GitHub Official Vasum Wiki on Tizen.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
text.hpp File Reference

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)
 

Detailed Description

Text related utils.

Author
Krzysztof Dynowski (k.dyn.nosp@m.owsk.nosp@m.i@sam.nosp@m.sumg.nosp@m..com)