有没有办法在Emacs中使用perl风格的正则表达式?我经常使用
regexp-builder和query-replace-regexp,但Emacs风格的正则表达式有时会让我失望.
解决方法
经过更多的搜索,我发现了一些类似的问题:
> Is it possible to change emacs’ regexp syntax?
> Elisp mechanism for converting PCRE regexps to emacs regexps
看起来解决方案是编写一个elisp函数来将PCRE转换为Emacs样式的regexes. This code on GitHub看起来是一个很好的选择.