Is there a way to let Emacs' regexp based commands such query-replace-regexp use Perl regexp?

I am hoping there is some reasonably simple way to achieve this, for example, by adding code in .emacs.

link|improve this question

68% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Sorry, no, there isn't. Almost all features of Perl regular expressions are available, though; see the info manual, under Top > Search > Regexps for details on what the Emacs version of the same syntax is.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.