- CharacterIsDefined
bool CharacterIsDefined(dchar ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharacterIsDigit
bool CharacterIsDigit(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharacterIsLetter
bool CharacterIsLetter(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharacterIsWhitespace
bool CharacterIsWhitespace(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharacterToLower
dchar CharacterToLower(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.
- CharacterToUpper
dchar CharacterToUpper(dchar c)
Undocumented in source. Be warned that the author may not have intended to support it.