joddie / pcre2el

convert between PCRE, Emacs and rx regexp syntax
GNU General Public License v3.0
242 stars 25 forks source link

upcase/downcase in replacement #22

Closed Silex closed 8 years ago

Silex commented 9 years ago

Hello,

Is there a way to have it support the \,(capitalize \1) notation like replace-regexp does without pcre-mode?

joddie commented 8 years ago

Hmm, it should work already, I think. Can you provide a recipe to reproduce, starting with emacs -Q?

Silex commented 8 years ago

My bad, I don't know where I fucked up but yes it works :)