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

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

Re: Help with Emacs Regex


From: Kai Großjohann
Subject: Re: Help with Emacs Regex
Date: Fri, 18 Jul 2003 21:40:36 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

"Hortman, Mark" <markh@JohnsAuto.com> writes:

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

Do not use a regexp for this.  Instead, use some other kind of
feature that allows negation.  For example, Emacs has the flush-lines
command, but it also has the complementary keep-lines.

What do you want to do?  Then we can help and point you to the right
feature you need.

(It is possible to define a regexp that does what you want, but it
will make your head swim.  Details provided on request, if you prove
that you have a good and solid seat and a barf bag.)
-- 
~/.signature


reply via email to

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