help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: [External] : Use the characters "+" and "-" in regular expressions


From: Drew Adams
Subject: RE: [External] : Use the characters "+" and "-" in regular expressions
Date: Thu, 20 May 2021 18:29:27 +0000

> Btw, my favorite way to not have to remember all these, ahem, corner
> cases, is to put comments like these near my uglier sexps:
> 
> ;; (info "(elisp)Rx Constructs")
> ;; (rx (any "[]") (one-or-more "=") (any "[]"))

I do the same (e.g., the latter comment).

IOW, I use RX to double-check or sometimes to create a regexp.

reply via email to

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