| begins(string source, string sub) | StringUtils | [static] |
| ends(string source, string sub) | StringUtils | [static] |
| itos(int num) | StringUtils | [static] |
| join(vector< string > &items, const string &delimiter) | StringUtils | [static] |
| ltos(long num) | StringUtils | [static] |
| replaceAll(string haystack, string needle, string s) | StringUtils | [static] |
| split(const string &input, const string &delimiter, vector< string > &items, const bool clean=true) | StringUtils | [static] |
| stripWhite(string s) | StringUtils | [static] |
1.4.2