bool isascii(str s)
Returns true if the character is an ASCII character.
To check that the whole string only uses ASCII characters, use StrIsASCII.
isascii('c') -> true isascii('รง') -> false