unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Skip Montanaro <skip.montanaro@gmail.com>
To: tomas@tuxteam.de
Cc: Help Gnu Emacs <help-gnu-emacs@gnu.org>, steve-humphreys@gmx.com
Subject: Re: Use the characters "+" and "-" in regular expressions
Date: Wed, 19 May 2021 11:39:46 -0500	[thread overview]
Message-ID: <CANc-5UzKcKkAR9+gLX8K+ifRpxfG5jR_98nhmJY8rueBHtZAmA@mail.gmail.com> (raw)
In-Reply-To: <20210519162745.GJ7028@tuxteam.de>

> > Yes, use character sets, e.g. [+] and [-].

> Plus "+" is special. Minus "-" is not.
...
> Or escape with backslash. Note that due to string syntax you need
> two of them.

Yes, correct you are, Tomas. I long ago got used to putting most
punctuation in character sets regardless of its specialness, if for no
other reason than to help them stand out when rereading the code
later. I also find backslashes ugly (especially within Lisp strings
where there is no such thing as a "raw" string such as in Python, so
you wind up doubling them). Also, by reflexively putting punctuation
in character sets I rarely have to remember which are special, or in
what contexts. For example, "$" is special at the end of a regular
expression, but not elsewhere. Similarly, "^" is special only at the
start. The various special cases just make it kind of tedious and easy
to get wrong. By placing punctuation in character sets you declare to
the reader, "This is not special, no matter what you might think."
Well, except for hyphens inside character sets. :) Still, that reduces
the special cases from N to 1.

Skip



  reply	other threads:[~2021-05-19 16:39 UTC|newest]

Thread overview: 48+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-19 16:07 Use the characters "+" and "-" in regular expressions steve-humphreys
2021-05-19 16:17 ` Skip Montanaro
2021-05-19 16:26   ` steve-humphreys
2021-05-19 16:47     ` Yuri Khan
2021-05-19 17:39       ` steve-humphreys
2021-05-19 19:16         ` tomas
2021-05-19 19:27           ` tomas
2021-05-19 19:30         ` Yuri Khan
2021-05-19 21:32           ` tomas
2021-05-19 21:59             ` [External] : " Drew Adams
2021-05-20  6:26               ` RE: [External] : " steve-humphreys
2021-05-20  7:59                 ` steve-humphreys
2021-05-20  8:26                   ` tomas
2021-05-20  8:41                     ` steve-humphreys
2021-05-20  9:42                     ` steve-humphreys
2021-05-20  9:56                       ` tomas
2021-05-20 10:11                         ` steve-humphreys
2021-05-20 10:22                           ` tomas
2021-05-20 10:37                             ` steve-humphreys
2021-05-20 10:50                               ` tomas
2021-05-20 11:19                                 ` steve-humphreys
2021-05-20 11:27                                   ` steve-humphreys
2021-05-20 12:04                                     ` tomas
2021-05-20 11:31                                   ` Christopher Dimech
2021-05-20 11:40                                     ` steve-humphreys
2021-05-20 11:49                                       ` Christopher Dimech
2021-05-20 13:03                                       ` Jean Louis
2021-05-20 11:59                                     ` tomas
2021-05-20 12:53                                     ` Jean Louis
2021-05-20 12:46                               ` Jean Louis
2021-05-20 13:55                                 ` steve-humphreys
2021-05-20 14:14                                   ` Jean Louis
2021-05-20 14:28                                     ` steve-humphreys
2021-05-20 16:24                                       ` Yuri Khan
2021-05-20 16:34                                         ` steve-humphreys
2021-05-20 17:16                                           ` Eduardo Ochs
2021-05-20 18:29                                             ` Drew Adams
2021-05-21  5:48                                       ` Jean Louis
2021-05-20 12:39                       ` Jean Louis
2021-05-20  7:15               ` Dash in regexp character classes: Beginnig vs. end [was: Use the characters "+" and "-" in regular expressions] tomas
2021-05-20  8:08                 ` Robert Pluim
2021-05-19 19:26       ` [External] : Re: Use the characters "+" and "-" in regular expressions Drew Adams
2021-05-19 19:25     ` Drew Adams
2021-05-19 16:27   ` tomas
2021-05-19 16:39     ` Skip Montanaro [this message]
2021-05-19 17:43       ` Marcin Borkowski
2021-05-19 19:10       ` tomas
2021-05-19 19:17 ` [External] : " Drew Adams

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=CANc-5UzKcKkAR9+gLX8K+ifRpxfG5jR_98nhmJY8rueBHtZAmA@mail.gmail.com \
    --to=skip.montanaro@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=steve-humphreys@gmx.com \
    --cc=tomas@tuxteam.de \
    /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).