unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* regex with [_A-Z] not working as I expect
@ 2012-05-10 10:28 AngusC
  2012-05-10 17:13 ` "Jérôme M. Berger"
  2012-05-10 17:15 ` Peter Dyballa
  0 siblings, 2 replies; 3+ messages in thread
From: AngusC @ 2012-05-10 10:28 UTC (permalink / raw)
  To: Help-gnu-emacs


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.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-05-10 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 10:28 regex with [_A-Z] not working as I expect AngusC
2012-05-10 17:13 ` "Jérôme M. Berger"
2012-05-10 17:15 ` Peter Dyballa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).