Closed GoogleCodeExporter closed 9 years ago
I did ask for opinions about this some time ago. The response was negative, and
my feeling is that they were probably right.
I know that Perl has it, but I don't know of any other regex implementation
which does. It's probably unPythonic! :-)
Original comment by re...@mrabarnett.plus.com
on 8 Feb 2012 at 3:23
Fair enough, thanks for the response; it would indeed be nothing more than a
convenience shortcut and you are likely right, that it wouldn't be worth it.
Previously, I found some docs on that feature besides perl, but I am not sure,
whether these tools don't use some variants of perl regex engine...
http://vimregex.com/#backreferences
http://lists.gnu.org/archive/html/help-gnu-emacs/2007-04/msg00431.html
http://manual.macromates.com/en/regular_expressions#case_foldings
besides this, there is an extended syntax (on top of PCRE) in a special editor
I use: Classical Text Editor, here it is spelled eg:
${1:u}
(first group uppercased)
But well, it is a marginal case.
regards,
vbr
Original comment by Vlastimil.Brom@gmail.com
on 8 Feb 2012 at 11:27
Original issue reported on code.google.com by
Vlastimil.Brom@gmail.com
on 29 Jan 2012 at 2:58