(C) 1998 AROS - The Amiga Research OS
The functions available are:
IsAlNum() - is this an alphanumeric character IsAlpha() - is this an alphabet character IsCntrl() - is this a control character IsDigit() - is this a decimal digit character IsGraph() - is this a graphical character IsLower() - is this a lowercase character IsPrint() - is this a printable character IsPunct() - is this a punctuation character IsSpace() - is this a whitespace character IsUpper() - is this an uppercase character IsXDigit() - is this a hexadecimal digit
These functions require a 32-bit character to support future multi-byte character sets.