17 static bool Contains(
const std::string& str,
const char c);
20 static std::string
Replace(
const std::string& str,
const char find,
const std::string& subst);
23 static std::string
Replace(
const std::string& str,
const std::string& find,
const std::string& subst);
26 static bool IsNumeric(
const std::string& str,
const bool allowDecimalPoint =
false);
31 static bool ParseNumber(
const std::string& str,
bool& out_isInt,
long double& out_number);
34 static std::vector<std::string>
SplitString(
const std::string& str,
const char delimiter);
37 static std::vector<std::string>
SplitString(
const std::string& str,
const std::string& delimiter);
40 static std::string
ToLower(
const std::string& str);