Function: COMMON-LISP:ALPHA-CHAR-P

package type clhs github

The argument must be a character object. ALPHA-CHAR-P returns T if the argument is an alphabetic character, A-Z or a-z; otherwise NIL.

Lambda list

(char)