 |
Leonetienne/Hazelnupp
Simple, easy to use, command line parameter interface
|
Go to the documentation of this file.
15 static bool Contains(
const std::string& str,
const char c);
18 static std::string
Replace(
const std::string& str,
const char find,
const std::string& subst);
21 static std::string
Replace(
const std::string& str,
const std::string& find,
const std::string& subst);
24 static bool IsNumeric(
const std::string& str,
const bool allowDecimalPoint =
false);
29 static bool ParseNumber(
const std::string& str,
bool& out_isInt,
long double& out_number);
32 static std::vector<std::string>
SplitString(
const std::string& str,
const char delimiter);
35 static std::vector<std::string>
SplitString(
const std::string& str,
const std::string& delimiter);
38 static std::string
ToLower(
const std::string& str);