help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: test char


From: Andreas Politz
Subject: Re: test char
Date: Sat, 29 Nov 2008 07:24:56 +0100
User-agent: Mozilla-Thunderbird 2.0.0.17 (X11/20081018)

Xend wrote:
are there Emacs function like Libc function isupper / isalpha???

I dont think so.

(defun isupper (char)
  (string-match "[[:upper:]]" (make-string 1 char)))

(isupper ?a)

-ap


reply via email to

[Prev in Thread] Current Thread [Next in Thread]