unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Daniel Wright <daniel.d.wright@gmail.com>
Subject: Re: regex  support
Date: Fri, 29 Apr 2005 00:37:27 +0200	[thread overview]
Message-ID: <m3ll72le8o.fsf@labrelruso.bighost> (raw)
In-Reply-To: 20050428212956.16723.qmail@web51902.mail.yahoo.com

Ryan Bowman <ryanlbowman@yahoo.com> writes:

> Does emacs support the regex syntax {4} or any of it's
> variants?  I'd like to match a date a la 2005-04-19,
> so I'm trying (for the year part) something like
> "[0-9]{4}", but unless I'm doing something wrong it
> doesn't seem to be working.  Assuming it doesn't
> support that, is there a better way to match an string
> of digits of length 4 than "[0-9][0-9][0-9][0-9]"?

You need a couple of extra backslashes, try "[0-9]\{4\}".

There's a full description in the "regexps" node of the emacs info:

(info "(emacs)regexps");<--- hit C-x C-e here.

Greetings,
Daniel.

  reply	other threads:[~2005-04-28 22:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-28 21:29 regex support Ryan Bowman
2005-04-28 22:37 ` Daniel Wright [this message]
2005-04-28 22:57 ` Peter Dyballa
     [not found] <mailman.3375.1114724265.2895.help-gnu-emacs@gnu.org>
2005-04-29  3:54 ` Llewelly

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=m3ll72le8o.fsf@labrelruso.bighost \
    --to=daniel.d.wright@gmail.com \
    /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).