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

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

Re: multiple alternatives regexp question


From: Stefan Monnier
Subject: Re: multiple alternatives regexp question
Date: Wed, 07 Jan 2004 10:13:02 GMT
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I am interested in a regexp that I think should be written
> like this (for inclusion in a program):

> "\\([[:lower:]]\\|[[:digit:]]\\|A\\)\\([A-Z]\\)"

You mean "\\([[:lower:][:digit:]A]\\)\\([[:upper:]]\\)" ?

> Why is the `A' not being treated the way I want the first time
> around?

See Jesper's answer,


        Stefan


reply via email to

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