Closed Silex closed 8 years ago
Hello,
Is there a way to have it support the \,(capitalize \1) notation like replace-regexp does without pcre-mode?
\,(capitalize \1)
replace-regexp
Hmm, it should work already, I think. Can you provide a recipe to reproduce, starting with emacs -Q?
emacs -Q
My bad, I don't know where I fucked up but yes it works :)
Hello,
Is there a way to have it support the
\,(capitalize \1)
notation likereplace-regexp
does without pcre-mode?