This is a set of functions that manipulate characters based loosely on the C-style ctype.h
header file. They are made to work on ASCII
characters only. Since we do not have a character type in LSL, these functions operate on the first character of the string passed to them.