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

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

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


From: AngusC
Subject: regex with [_A-Z] not working as I expect
Date: Thu, 10 May 2012 03:28:40 -0700 (PDT)

I expected to be able to do things like this:

Example text to find
1, Passed,0,Q_Mitel2_with_hub_Env1,1,
1, Passed,0,Q_Mitel2_with_hub_Env2,1,
1, Passed,0,Q_Mitel2_with_hub_Env3,1,

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

How do I get it to find all of text like A_BC_D and A_CCCCCC_S
-- 
View this message in context: 
http://old.nabble.com/regex-with--_A-Z--not-working-as-I-expect-tp33763671p33763671.html
Sent from the Emacs - Help mailing list archive at Nabble.com.




reply via email to

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