Emacs function of the day: rx
| emacsTranslate a regular expression REGEXP in sexp form to a regexp string.
See also `rx-to-string’ for how to do such a translation at run-time.
Tip from delysid.
Translate a regular expression REGEXP in sexp form to a regexp string.
See also `rx-to-string’ for how to do such a translation at run-time.
Tip from delysid.