5 #ifndef XMOG_UTIL_STRING_INC
6 #define XMOG_UTIL_STRING_INC
18 size_t XMOG_DECLSPEC split( std::vector<std::string> & result,
const char *
const str,
const char *
const delim );
20 std::string XMOG_DECLSPEC tolower(
const std::string & );
22 std::string XMOG_DECLSPEC trim(
const std::string & );
24 std::string XMOG_DECLSPEC unquote(
const std::string & );
31 #endif // XMOG_UTIL_STRING_INC