36 #ifndef _WOLFRAME_STRING_UTILS_HPP_INCLUDED
37 #define _WOLFRAME_STRING_UTILS_HPP_INCLUDED
48 void splitString( std::vector<std::string>& res,
const std::string& inp,
const char* splitchr);
55 void splitString( std::vector<std::string>& res, std::string::const_iterator begin, std::string::const_iterator end,
const char* splitchr);
59 #endif // _MISC_UTILS_HPP_INCLUDED
void splitString(std::vector< std::string > &res, const std::string &inp, const char *splitchr)
Split the string, ingoring empty parts of the result (susequent split characters treated as one) ...