From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Z Newsgroups: gmane.emacs.help Subject: Does string-match-backward exist? Date: Sun, 7 Oct 2012 18:15:25 -0700 (PDT) Message-ID: <1d7057ae-0c02-4fae-ad0b-53990e911097@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1349659216 6957 80.91.229.3 (8 Oct 2012 01:20:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Oct 2012 01:20:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 08 03:20:23 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TL215-0000Xu-0E for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Oct 2012 03:20:19 +0200 Original-Received: from localhost ([::1]:57566 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TL20y-00036c-Tk for geh-help-gnu-emacs@m.gmane.org; Sun, 07 Oct 2012 21:20:12 -0400 Original-Received: by 10.66.77.227 with SMTP id v3mr3891644paw.11.1349658926019; Sun, 07 Oct 2012 18:15:26 -0700 (PDT) Original-Received: by 10.68.189.74 with SMTP id gg10mr4249087pbc.5.1349658925962; Sun, 07 Oct 2012 18:15:25 -0700 (PDT) Original-Path: usenet.stanford.edu!kt20no14062792pbb.1!news-out.google.com!g9ni23679pbh.1!nntp.google.com!kr7no8839269pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=114.91.110.189; posting-account=0SDsjAoAAACST9_yxvTp0Bl9-m-EasZx Original-NNTP-Posting-Host: 114.91.110.189 User-Agent: G2/1.0 Injection-Date: Mon, 08 Oct 2012 01:15:25 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194796 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87130 Archived-At: 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!