StrUtil Member List
This is the complete list of members for
StrUtil, including all inherited members.
| isPrintable(const std::string &s) | StrUtil | [static] |
| isType(const std::string &s) | StrUtil | [inline, static] |
| join(const std::string &delim, const StringList &l) | StrUtil | [static] |
| match(const std::string ®exp, const std::string &s, bool ignoreCase=false, bool matchNewline=false) | StrUtil | [static] |
| match(const std::string ®exp, const std::string &s, StringList &matchList, bool ignoreCase=false, bool matchNewline=false) | StrUtil | [static] |
| matches(const std::string ®exp, const std::string &s, bool ignoreCase=false, bool matchNewline=false) | StrUtil | [static] |
| read(std::string &src, std::string &dst, size_t n) | StrUtil | [static] |
| readLine(std::string &src, std::string &dst) | StrUtil | [static] |
| replaceAll(std::string src, const std::string &target, const std::string &replacement) | StrUtil | [static] |
| spaces(size_t w, size_t l) | StrUtil | [static] |
| split(const std::string &delim, std::string s, bool returnEmpty=false) | StrUtil | [static] |
| toCStr(const StringList &l, const char *a[]) | StrUtil | [static] |
| toLower(std::string s) | StrUtil | [static] |
| toString(T v) | StrUtil | [inline, static] |
| toUpper(std::string s) | StrUtil | [static] |
| translatePerlRE(std::string re) | StrUtil | [static] |
| trim(const std::string &s) | StrUtil | [static] |
| trimBack(const std::string &s, char c) | StrUtil | [static] |
| trimFront(const std::string &s) | StrUtil | [static] |
| tryCast(const std::string &s, T &v) | StrUtil | [inline, static] |