SO3Engine
|
ALStringCleaner.h
Go to the documentation of this file.
68 static std::string cleanString(std::string str, bool toLower=true, bool clASCII=true, bool clSpaces=true, bool bUID=true);
Definition ALStringCleaner.h:20
static std::string curentUID()
return the current UID WITHOUT incrementing the UID.
Definition ALStringCleaner.cpp:116
static std::string cleanASCII(std::string str, bool replace=true, char replaceBy='_')
Clean a string of non-ASCII chars, can delete or replace them.
Definition ALStringCleaner.cpp:38
static void toLowerCase(std::string str)
Convert a string to lower case.
Definition ALStringCleaner.cpp:96
static std::string cleanSpaces(std::string str, bool replace=true, char replaceBy='_')
Clean a string of spaces, can delete or replace them.
Definition ALStringCleaner.cpp:71
static std::string cleanString(std::string str, bool toLower=true, bool clASCII=true, bool clSpaces=true, bool bUID=true)
Clean a string.
Definition ALStringCleaner.cpp:130
Generated by 1.9.8