both-case-p (both-case-p character) 文字が大文字・小文字の両形を持つ英字なら真を返します(lower-case-p または upper-case-p)。 Run(both-case-p #\a) ; => T Run(both-case-p #\5) ; => NIL