Support back-references when bulk renaming.
commitec309a2ba919b587c3fb784c73d80f06eea5922f
authorRogutės <rogutes@googlemail.com>
Thu, 27 Nov 2008 19:07:45 +0000 (27 21:07 +0200)
committerThomas Leonard <talex5@gmail.com>
Fri, 5 Dec 2008 19:49:06 +0000 (5 19:49 +0000)
treea3161a9aa6a06fa60240f0fb6fc6259367d360e2
parentf928d8d5ec2102f00bf84e90da552f65c17c5730
Support back-references when bulk renaming.

Back references from \0 to \9 can be used in the "With:" field of the
bulk renaming dialog. Every back-reference is replaced by a captured
substring from the "Replace:" field.
As a side effect, \0, \1, ..., \9 become special characters and they
must be escaped with an additional backslash (e.g. \\3).
ROX-Filer/src/bulk_rename.c