ChrIsLetter
Tests if a character is a letter.
Syntax
-
ChrIsLetter(c)
-
c
is a character (string of length 1)
-
Description
ChrIsLetter(c)
returns true
iff c
is a letter.
Examples
characters("AÅ∫⌬1") @ ChrIsLetter
true true false false false