#include <vector>
#include <string>
#include <sstream>
Go to the source code of this file.
Namespaces | |
namespace | StringUtil |
Functions | |
std::string | StringUtil::createFromNumber (int value) |
std::string | StringUtil::createFromNumber (double value) |
bool | StringUtil::endsWith (const std::string &str, const std::string substr) |
std::vector< std::string > | StringUtil::split (const std::string &s, const char *delim) |
bool | StringUtil::startsWith (const std::string &str, const std::string substr) |
std::string | StringUtil::toLower (const std::string &s) |
std::string | StringUtil::toUpper (const std::string &s) |
std::string | StringUtil::trim (const std::string &s) |