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

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

Re: [:alpha:] Does not work


From: Yuri Khan
Subject: Re: [:alpha:] Does not work
Date: Fri, 31 Jan 2014 13:23:19 +0700

On Fri, Jan 31, 2014 at 12:54 PM, Cecil Westerhof <Cecil@decebal.nl> wrote:
> I would aspect that when I have the following:
>     (re-search-forward "[[:alpha:]]" nil t)
>     0123456789ABCDE
>
> That when I execute the search I would find the 0, but I find the A.

Maybe you’re confusing with [[:alnum:]]?

http://www.gnu.org/software/emacs/manual/html_node/elisp/Char-Classes.html



reply via email to

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