40 #ifndef _consolestringmanipulation_h
41 #define _consolestringmanipulation_h
66 char*
AllLower(
char* StringToConvert);
String MakePadding(String Leader, unsigned int Column)
Creates some blank spaces, useful for controlling the vertical location of console text...
All the definitions for datatypes as well as some basic conversion functions are defined here...
String rtrim(const String &t)
Take the whitespace off the end of a String.
Mezzanine::String BoolToString(bool i)
Get a String Corresponding to a passed bool.
The bulk of the engine components go in this namspace.
char * AllLower(char *StringToConvert)
Makes a c style stron all lowercase with respect to the current locale.
std::string String
A datatype used to a series of characters.