bool iscntrl(int c)
Returns true if the character is a control character. Equivalent to the corresponding C function iscntrl.
StrIsCntrl