gcmd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gcmd-usr] Regex replacing in Advanced Rename Tool


From: joe
Subject: [gcmd-usr] Regex replacing in Advanced Rename Tool
Date: Mon, 02 Apr 2007 21:03:52 +0200

Hi list,

when renaming files with the Advanced Rename Tool is there any way to
reference the regex matches in the replacement text?

Consider the following:
- original name: foo4.bar
- new name: 4foo.bar

One could use the following expression:
^[A-Za-z]+    - to get "foo"
[0-9]         - to get "4"
\.[A-Za-z]+   - to get "bar"

Now that I have these matches, can I somehow use them in the replacement
text? Haven't found anything in the documentation so far. Did I miss
anything?

Cheers,
Joe.

P.S.: Please send a CC to my address, since I'm not on the list. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]