Function: COMMON-LISP:BOTH-CASE-P

package type clhs github

The argument must be a character object. BOTH-CASE-P returns T if the argument is an alphabetic character and if the character exists in both upper and lower case. For ASCII, this is the same as ALPHA-CHAR-P.

Lambda list

(char)