|
PARTONS/ElementaryUtils
|
Basic utility softwares (Logger, threads, etc)
|
![]() |
This is the complete list of members for ElemUtils::StringUtils, including all inherited members.
| contains(const std::string &str, const std::string &searchString) | ElemUtils::StringUtils | static |
| containsIgnoreCase(std::string *chaine, std::string *searchString, bool toUpperCase) | ElemUtils::StringUtils | static |
| count(std::string str, const std::string &searchString) | ElemUtils::StringUtils | static |
| EMPTY | ElemUtils::StringUtils | static |
| equals(const std::string &str, const std::string &str2) | ElemUtils::StringUtils | static |
| equalsIgnoreCase(const std::string &chaine, const std::string &chaine2, const bool &toUpperCase=true) | ElemUtils::StringUtils | static |
| findFirst(const std::string &file, const std::string &pattern, const size_t startIndex=0) | ElemUtils::StringUtils | static |
| findFirstJustAfter(const std::string &file, const std::string &pattern, const size_t startIndex=0) | ElemUtils::StringUtils | static |
| formatDate(const time_t &time, const std::string &format) | ElemUtils::StringUtils | static |
| fromStringToArrayOfChar(const std::string &string) | ElemUtils::StringUtils | static |
| isEmpty(const std::string &str) | ElemUtils::StringUtils | static |
| removeAfterLast(const std::string &chaine, const char lastCharacter) | ElemUtils::StringUtils | static |
| replaceAll(std::string &str, const std::string &searchString, const std::string &replaceString) | ElemUtils::StringUtils | static |
| replaceAllIgnoreCase(std::string *chaine, std::string *searchString, std::string *replaceString, bool toUpperCase) | ElemUtils::StringUtils | static |
| split(const std::string &chaine, char splitCharacter) | ElemUtils::StringUtils | static |
| split(const std::string &chaine, const std::string &splitSymbols) | ElemUtils::StringUtils | static |
| to_lowerCase(std::string *chaine) | ElemUtils::StringUtils | static |
| to_upperCase(std::string &chaine) | ElemUtils::StringUtils | static |
| trim(std::string &str, const std::string &whitespace=" \t") | ElemUtils::StringUtils | static |
| trimAll(std::string &str, const std::string &whitespace=" \t") | ElemUtils::StringUtils | static |
| vectorToString(std::vector< std::string > *vector) | ElemUtils::StringUtils | static |