This commit is contained in:
MichaelDvP
2023-01-22 10:48:37 +01:00
6 changed files with 112 additions and 13 deletions

View File

@@ -55,6 +55,7 @@ class Helpers {
static std::string toLower(std::string const & s);
static std::string toUpper(std::string const & s);
static std::string toLower(const char * s);
static void CharToUpperUTF8(char * c);
static void replace_char(char * str, char find, char replace);