#include <stringhelper.h>
|
static std::string | toUpper (std::string p_str) |
|
static std::string | toLower (std::string p_str) |
|
static std::string | integerToString (int p_src) |
|
static std::string | unsignedIntegerToString (unsigned int p_src) |
|
static std::string | doubleToString (double p_src) |
|
static int | toInteger (std::string p_str) |
|
static unsigned int | toUnsignedInteger (std::string p_str) |
|
static long | toLong (std::string p_str) |
|
static double | toDouble (std::string p_str) |
|
static bool | toBoolean (std::string p_str) |
|
static std::vector< std::string > | split (const std::string &p_source, const std::string &p_delimiter) |
|
static std::string | trim (std::string p_source) |
|
static std::string | kHash (std::string par, int p_len=8) |
|
static std::string | replace (std::string s, std::string const &p_find, std::string const &p_replace) |
|
static std::string | replaceAll (std::string s, std::string const &p_find, std::string const &p_replace) |
|
static bool | isScientificNotation (std::string p_value) |
|
static bool | isNumeric (std::string p_value) |
|
◆ doubleToString()
std::string StringHelper::doubleToString |
( |
double | p_src | ) |
|
|
static |
◆ integerToString()
std::string StringHelper::integerToString |
( |
int | p_src | ) |
|
|
static |
◆ isNumeric()
bool StringHelper::isNumeric |
( |
std::string | p_value | ) |
|
|
static |
◆ isScientificNotation()
bool StringHelper::isScientificNotation |
( |
std::string | p_value | ) |
|
|
static |
◆ kHash()
std::string StringHelper::kHash |
( |
std::string | par, |
|
|
int | p_len = 8 ) |
|
static |
◆ replace()
std::string StringHelper::replace |
( |
std::string | s, |
|
|
std::string const & | p_find, |
|
|
std::string const & | p_replace ) |
|
static |
◆ replaceAll()
std::string StringHelper::replaceAll |
( |
std::string | s, |
|
|
std::string const & | p_find, |
|
|
std::string const & | p_replace ) |
|
static |
◆ split()
std::vector< std::string > StringHelper::split |
( |
const std::string & | p_source, |
|
|
const std::string & | p_delimiter ) |
|
static |
◆ toBoolean()
bool StringHelper::toBoolean |
( |
std::string | p_str | ) |
|
|
static |
◆ toDouble()
double StringHelper::toDouble |
( |
std::string | p_str | ) |
|
|
static |
◆ toInteger()
int StringHelper::toInteger |
( |
std::string | p_str | ) |
|
|
static |
◆ toLong()
long StringHelper::toLong |
( |
std::string | p_str | ) |
|
|
static |
◆ toLower()
std::string StringHelper::toLower |
( |
std::string | p_str | ) |
|
|
static |
◆ toUnsignedInteger()
unsigned int StringHelper::toUnsignedInteger |
( |
std::string | p_str | ) |
|
|
static |
◆ toUpper()
std::string StringHelper::toUpper |
( |
std::string | p_str | ) |
|
|
static |
◆ trim()
std::string StringHelper::trim |
( |
std::string | p_source | ) |
|
|
static |
◆ unsignedIntegerToString()
std::string StringHelper::unsignedIntegerToString |
( |
unsigned int | p_src | ) |
|
|
static |
The documentation for this class was generated from the following files: