Functions | |
std::string | createFromNumber (int value) |
std::string | createFromNumber (double value) |
bool | endsWith (const std::string &str, const std::string substr) |
std::vector< std::string > | split (const std::string &s, const char *delim) |
bool | startsWith (const std::string &str, const std::string substr) |
std::string | toLower (const std::string &s) |
std::string | toUpper (const std::string &s) |
std::string | trim (const std::string &s) |
std::string StringUtil::createFromNumber | ( | int | value | ) |
Definition at line 77 of file stringutil.cpp.
std::string StringUtil::createFromNumber | ( | double | value | ) |
Definition at line 84 of file stringutil.cpp.
bool StringUtil::endsWith | ( | const std::string & | str, |
const std::string | substr | ||
) |
Definition at line 15 of file stringutil.cpp.
std::vector< std::string > StringUtil::split | ( | const std::string & | s, |
const char * | delim | ||
) |
Definition at line 57 of file stringutil.cpp.
bool StringUtil::startsWith | ( | const std::string & | str, |
const std::string | substr | ||
) |
Definition at line 10 of file stringutil.cpp.
std::string StringUtil::toLower | ( | const std::string & | s | ) |
Definition at line 32 of file stringutil.cpp.
std::string StringUtil::toUpper | ( | const std::string & | s | ) |
Definition at line 39 of file stringutil.cpp.
std::string StringUtil::trim | ( | const std::string & | s | ) |
Definition at line 46 of file stringutil.cpp.