Received: by 10.66.88.231 with SMTP id bj7mr3986964pab.45.1349679034419; Sun, 07 Oct 2012 23:50:34 -0700 (PDT) Path: g9ni66155pbh.1!nntp.google.com!news.glorb.com!usenet.stanford.edu!not-for-mail From: Tassilo Horn Newsgroups: gnu.emacs.help Subject: Re: Does string-match-backward exist? Date: Mon, 08 Oct 2012 08:50:16 +0200 Lines: 13 Approved: help-gnu-em...@gnu.org Message-ID: References: <1d7057ae-0c02-4fae-ad0b-53990e911097@googlegroups.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 X-Trace: usenet.stanford.edu 1349679033 14669 208.118.235.17 (8 Oct 2012 06:50:33 GMT) X-Complaints-To: action@cs.stanford.edu To: help-gnu-em...@gnu.org Envelope-to: help-gnu-em...@gnu.org X-Injected-Via-Gmane: http://gmane.org/ X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:Bw97DxqQKvXu/tM4L9nS3aA3xj4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-em...@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: , Content-Type: text/plain Z 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