This is the complete list of members for StringUtils, including all inherited members.
| addExtension(string filename, string extension) | StringUtils | static |
| contains(string text, string find) | StringUtils | static |
| contains(const vector< string > &list, string find) | StringUtils | static |
| dirPath(string filepath) | StringUtils | static |
| endsWith(string text, string find) | StringUtils | static |
| filename(string filepath) | StringUtils | static |
| filenameBase(string filepath) | StringUtils | static |
| indexOf(const vector< string > &list, string find) | StringUtils | static |
| isAbsolutePath(string filepath) | StringUtils | static |
| isValidBool(string value) | StringUtils | static |
| isValidDouble(string value) | StringUtils | static |
| isValidInt(string value) | StringUtils | static |
| join(const vector< string > &list, string separator) | StringUtils | static |
| joinPaths(string segment1, string segment2) | StringUtils | static |
| matches(string text, string pattern) | StringUtils | static |
| padLeft(string text, size_t length, char pad=' ') | StringUtils | static |
| padRight(string text, size_t length, char pad=' ') | StringUtils | static |
| replace(string text, string find, string replace) | StringUtils | static |
| split(string text, string separator) | StringUtils | static |
| squeeze(string text) | StringUtils | static |
| startsWith(string text, string find) | StringUtils | static |
| toBool(string value) | StringUtils | static |
| toDouble(string value, bool *ok=nullptr) | StringUtils | static |
| toInt(string value) | StringUtils | static |
| toLower(string text) | StringUtils | static |
| toMemSizeString(size_t value) | StringUtils | static |
| toString(bool value) | StringUtils | static |
| toString(int value) | StringUtils | static |
| toString(double value) | StringUtils | static |
| toString(double value, char format, int precision=6, int width=1, char pad=' ') | StringUtils | static |
| toUpper(string text) | StringUtils | static |
| toUpperFirst(string text) | StringUtils | static |