count(const string &text, char character) | Text | [static] |
endsWith(const string &text, char character) | Text | [static] |
findFirstNotWordCharacter(const string &text, int pos=0) | Text | [static] |
findFirstWord(const string &text, int pos=0) | Text | [static] |
findFirstWordCharacter(const string &text, int pos=0) | Text | [static] |
indent(int times) | Text | [static] |
replace(const string &text, map< string, string > &dictionary) | Text | [static] |
split(const string &text, char at) | Text | [static] |
toLower(string txt) | Text | [static] |
trim(const string &text, const string &characters=" ") | Text | [static] |