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

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

Help with Emacs Regex


From: Hortman, Mark
Subject: Help with Emacs Regex
Date: Wed, 16 Jul 2003 10:32:06 -0500

I have a rather simple regex question or two I was hoping someone could help
me with.

I need to match lines that do not begin with " and three numbers, so

"300
"400
"50a
abc
500

I need to match all lines but the first two.  I have tried
^[^"0-9\{3\}]

Which I, being a regex, emacs newbie interpret as search for all beginning
of lines that
dont have a " and then three numbers.  What gives?

Thanks

Mark Hortman





reply via email to

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