all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sven Bretfeld <sven.bretfeld@gmx.ch>
To: help-gnu-emacs@gnu.org
Subject: RegExp: match everything except a certain string
Date: Tue, 20 Nov 2007 17:08:35 +0100	[thread overview]
Message-ID: <87fxz0j3wc.fsf@kamaloka.dhatu> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 694 bytes --]

Hello to all

A RegExp beginner's question again. I cannot find a way to search for
a regexp that matches everything except of one certain string. The
problem is:

 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:

^ \<[^s].* = {},*

But this one also excludes the "series line", of course. I was
thinking of \<[^s][^u] but this doesn't work, since, then, the initial
s of "subtitle" is matched again.

What is the syntax for find .* except of the string "subtitle"? I
didn't recognize this in the Lisp info.

Thanks for help

Sven

[-- Attachment #1.2: Type: application/pgp-signature, Size: 188 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

             reply	other threads:[~2007-11-20 16:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-20 16:08 Sven Bretfeld [this message]
2007-11-20 17:50 ` RegExp: match everything except a certain string Andreas Röhler
2007-11-20 20:36   ` Sven Bretfeld
2007-11-20 21:05     ` Lennart Borgman (gmail)
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

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

  git send-email \
    --in-reply-to=87fxz0j3wc.fsf@kamaloka.dhatu \
    --to=sven.bretfeld@gmx.ch \
    --cc=help-gnu-emacs@gnu.org \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.