1 Commits
Author SHA1 Message Date
Curiosidad-Racional 47d52f23ff The construct \d for any digit is not supported
The construct \d for any digit is not supported, use [0-9] or [:digit:] instead

https://www.emacswiki.org/emacs/RegularExpression
2017-10-04 20:35:32 +02:00