Character class.
More...
#include <tdme/utilities/Character.h>
|
static char | toLowerCase (char character) |
| Convert character to lower case character. More...
|
|
static char | toUpperCase (char character) |
| Convert character to upper case character. More...
|
|
static bool | isAlphaNumeric (char character) |
| Returns if character is alpha numeric. More...
|
|
static bool | isSpace (char character) |
| Returns if character is a white space. More...
|
|
Character class.
- Author
- Andreas Drewke
- Version
- $Id$
Definition at line 14 of file Character.h.
◆ isAlphaNumeric()
static bool isAlphaNumeric |
( |
char |
character | ) |
|
|
inlinestatic |
Returns if character is alpha numeric.
- Returns
- if character is alpha numeric
Definition at line 40 of file Character.h.
◆ isSpace()
static bool isSpace |
( |
char |
character | ) |
|
|
inlinestatic |
Returns if character is a white space.
- Returns
- if character is a white space
Definition at line 48 of file Character.h.
◆ toLowerCase()
static char toLowerCase |
( |
char |
character | ) |
|
|
inlinestatic |
Convert character to lower case character.
- Parameters
-
- Returns
- lower case character
Definition at line 23 of file Character.h.
◆ toUpperCase()
static char toUpperCase |
( |
char |
character | ) |
|
|
inlinestatic |
Convert character to upper case character.
- Parameters
-
- Returns
- upper case character
Definition at line 32 of file Character.h.
The documentation for this class was generated from the following file:
- /home/andreas/Development/drewke.net/tdme2/src/tdme/utilities/Character.h