Does string-match-backward exist?
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Newsgroups: gnu.emacs.help
From:
Z <zhushe... @gmail.com>
Date: Sun, 7 Oct 2012 18:15:25 -0700 (PDT)
Local: Sun, Oct 7 2012 9:15 pm
Subject: Does string-match-backward exist?
Hi all,
I noticed re-search-forward has a corresponding backward version, while string-match doesn't have in the manual. Dose string-match-backward exist?
Thank you very much!
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: gnu.emacs.help
From:
Tassilo Horn <t... @gnu.org>
Date: Mon, 08 Oct 2012 08:50:16 +0200
Local: Mon, Oct 8 2012 2:50 am
Subject: Re: Does string-match-backward exist?
Z <zhushe
... @gmail.com> writes:
> I noticed re-search-forward has a corresponding backward version,
> while string-match doesn't have in the manual. Dose
> string-match-backward exist?
What does `string-match' have to do with searching? Maybe you mean
`search-forward' and its counterpart `search-backward'?
Bye,
Tassilo
You must
Sign in before you can post messages.
You do not have the permission required to post.
Newsgroups: gnu.emacs.help
From:
Stefan Monnier <monn... @iro.umontreal.ca>
Date: Mon, 08 Oct 2012 17:14:18 -0400
Local: Mon, Oct 8 2012 5:14 pm
Subject: Re: Does string-match-backward exist?
> I noticed re-search-forward has a corresponding backward version, while
> string-match doesn't have in the manual. Dose string-match-backward exist?
No, sorry. It wouldn't be difficult to add, OTOH.
Stefan
You must
Sign in before you can post messages.
You do not have the permission required to post.