From: "Stefan Monnier" <monnier@iro.umontreal.ca>
Subject: Re: regexp and strings you don't want
Date: Fri, 29 Aug 2003 15:50:02 GMT [thread overview]
Message-ID: <jwv7k4wihug.fsf@noir.iro.umontreal.ca> (raw)
In-Reply-To: 6c185cf3.0308261013.644386e4@posting.google.com
> That's too bad. I wouldn't have thought it so complicated to have
> some function like [^"string"],
What would it match, exactly ? There are many different possibilities with
very different behavior: match a string different from "string"; match a
string which does not include "string" as a submatch; match the empty string
if it is not followed by a string that matches "string"; ...
> or to list strings as options, maybe
> ["dog""cat""turtle"]. These would be quite handy.
I don't understand what you want here. How is that different from
"dog\\|cat\\|turtle" ?
Stefan
next prev parent reply other threads:[~2003-08-29 15:50 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-08-25 19:45 regexp and strings you don't want Chaz
2003-08-25 20:17 ` Barry Margolin
2003-08-26 18:13 ` Chaz
2003-08-27 15:13 ` Kevin Rodgers
2003-08-29 15:50 ` Stefan Monnier [this message]
2003-08-26 22:19 ` Eric Pement
2003-08-27 20:26 ` Kai Großjohann
2003-08-29 16:14 ` Oliver Scholz
2003-08-29 18:50 ` Oliver Scholz
2003-08-29 19:58 ` Kai Großjohann
2003-08-29 20:38 ` Oliver Scholz
2003-08-30 14:50 ` Ilya Zakharevich
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=jwv7k4wihug.fsf@noir.iro.umontreal.ca \
--to=monnier@iro.umontreal.ca \
/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.