[wingide-users] Regex replace
Luc Bourhis
luc_j_bourhis at mac.com
Sat Aug 6 16:26:30 EDT 2005
Hello,
I was wondering whether it were possible to use placeholders in the
replacement string for the capture of the regex used in the search
string, i.e. if
iter_(\w+)
matches, I'd like to replace it with
iterate_\1
meaning that “iter_atom” is replaced by “iterate_atom”, etc… I have
tried \1 and $1 – Perl's addiction :-) – but to no avail.
Thanks,
Luc Bourhis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/wingide-users/attachments/20050806/69fcddb1/attachment.htm
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2371 bytes
Desc: not available
Url : /pipermail/wingide-users/attachments/20050806/69fcddb1/smime.bin
More information about the wingide-users
mailing list