ChrIsASCII
Tests if a character is an ASCII character.
Syntax
-
ChrIsASCII(c)-
cis a character (string of length 1)
-
Description
ChrIsASCII(c) returns true iff c is one of the 128 ASCII characters.
Examples
characters("AÅ∫⌬1") @ ChrIsASCII
true false false false true