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

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

Re: regex with [_A-Z] not working as I expect


From: Peter Dyballa
Subject: Re: regex with [_A-Z] not working as I expect
Date: Thu, 10 May 2012 19:15:01 +0200

Am 10.05.2012 um 12:28 schrieb AngusC:

> But if my regex search string is
> ^1, Passed,0,[_A-Za-z0-9]
> 
> Then it only finds text up to 1, Passed,0,Q

That is correct behaviour! It finds exactly one character of the given set. If 
you want to find more, you need to add a + for example.

--
Greetings

  Pete

I hope to die before I *have* to use Microsoft Word.
                        - Donald E. Knuth, 2001-10-02 in Tübingen




reply via email to

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