unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Lennart Borgman (gmail)" <lennart.borgman@gmail.com>
To: Sven Bretfeld <sven.bretfeld@gmx.ch>
Cc: help-gnu-emacs@gnu.org
Subject: Re: RegExp: match everything except a certain string
Date: Tue, 20 Nov 2007 22:05:42 +0100	[thread overview]
Message-ID: <47434C26.1090208@gmail.com> (raw)
In-Reply-To: <87wssc7iz3.fsf@kamaloka.dhatu>

Sven Bretfeld wrote:
> Hello Andreas
> 
> Andreas Röhler <andreas.roehler@online.de> writes:
> 
>>>  author = {somename},
>>>  editor = {},
>>>  title = {sometitle},
>>>  subtitle = {},
>>>  series = {},
>>>  url = {}
>>>
>>> I want to find a regexp that matches every line with empty {} except
>>> of the "subtitle line". I've come that far:
>>>
>> Got it with:
>>
>> [^s]?[^u]?[^b]?[^t]?[^i]?[^t]?[^l]?[^e] = {},?$
>>
>> Please don't ask why :)
> 
> That's working. Thanks. (I don't ask.)
> 
>> Anyway--you will know that and it's not the precise
>> answer-- it might be useful to point at
>>
>> M-x shell-command-on-region
>>
>> grep {} | sed /subtitle/d
>>
>> as an easy-to-use solution.
> 
> It's a good idea to use a sed pipe. But it doesn't matter how much
> there is to type, since I need the expression for a function. So I
> only have to type it once.

Then it is probably much easier to use two step aproach:

1) use a simpler regexp
2) test if "subtitle" was in the match

  reply	other threads:[~2007-11-20 21:05 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20 16:08 RegExp: match everything except a certain string Sven Bretfeld
2007-11-20 17:50 ` Andreas Röhler
2007-11-20 20:36   ` Sven Bretfeld
2007-11-20 21:05     ` Lennart Borgman (gmail) [this message]
2007-11-20 21:31       ` Sven Bretfeld
     [not found]   ` <mailman.3846.1195590989.18990.help-gnu-emacs@gnu.org>
2007-11-28 16:19     ` Sven Utcke
2007-11-28 21:22       ` Malte Spiess
     [not found] ` <mailman.3839.1195580948.18990.help-gnu-emacs@gnu.org>
2007-11-30 16:26   ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47434C26.1090208@gmail.com \
    --to=lennart.borgman@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=sven.bretfeld@gmx.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).