Go to the documentation of this file.
37 #ifndef TTA_STRINGTOOLS_HH
38 #define TTA_STRINGTOOLS_HH
47 static std::string
trim(
const std::string& source);
51 const std::string& source,
53 bool caseSensitive =
true);
56 const std::string& source,
57 const std::string& searchString);
61 static bool ciEqual(
const std::string& a,
const std::string& b);
64 const std::string& source,
65 const std::string& delimiters);
68 const std::string& source,
69 const std::string& delimiter,
70 std::vector<std::string>& results);
73 const std::string& original,
74 const unsigned int rowLength);
77 const std::string& source,
78 const std::string& occurrence,
79 const std::string& newString);
81 static std::string
indent(
int level);