Table of Contents

Character functions

ACSUtils implements functions from the C programming language's ctype.h. Only ASCII characters are supported.

Character classification

ACSUtils additions:

Character classification functions return false for all non-ASCII characters.

Case conversion

If the character is not a letter, these functions return the original character:

Non-ASCII characters are always returned without conversion.

String versions of the above functions

These functions return true if all characters in the string match a character classification function:

These functions make all characters in the string lowercase or uppercase: