|
From: | Stefan Monnier |
Subject: | Re: Imports / inclusion of s.el into Emacs |
Date: | Sun, 03 May 2020 00:12:07 -0400 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
> I think this is mostly good. However, string-match does not search > the string. It tries to match only at the start of the string. No, it searches. M-: (and (string-match "a." "Richard") (match-string 0 "Richard")) "ar" -- Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |