 |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
Go to the documentation of this file.
13 static bool Contains(
const std::string& str,
const char c);
16 static std::string
Replace(
const std::string& str,
const char find,
const std::string& subst);
19 static std::string
Replace(
const std::string& str,
const std::string& find,
const std::string& subst);
22 static bool IsNumeric(
const std::string& str,
const bool allowDecimalPoint =
false);
27 static bool ParseNumber(
const std::string& str,
bool& out_isInt,
long double& out_number);
30 static std::vector<std::string>
SplitString(
const std::string& str,
const char delimiter);
33 static std::vector<std::string>
SplitString(
const std::string& str,
const std::string& delimiter);
36 static std::string
ToLower(
const std::string& str);