emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Imports / inclusion of s.el into Emacs


From: Philippe Vaucher
Subject: Re: Imports / inclusion of s.el into Emacs
Date: Sat, 2 May 2020 10:13:46 +0200

What about

re-search-forward               re-search-forward
re-search-backward              re-search-backward
replace-regexp-in-string        re-replace-in-string
replace-match                   re-replace-match
string-match                    re-search-in-string
match-string                    re-matched-string

This sounds good, but I think `regexp-` is a better namespace given there is `regexp-quote`, `regexp-opt` etc. That'd also probably mean alias `replace-regexp` as `regexp-replace`.  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]