Page 1 of 1

How Bulk Rename Utility Do This?

PostPosted: Tue Jul 25, 2017 3:03 pm
by jaych
How can I transfer yellow aear to behind green area (or the end files name)? :D

https://drive.google.com/open?id=0Bwh0h8YYMLwLZnZITGx3SThOQlE

In Move/Copy Part. I can move only fix number of character to move to the end.

Re: How Bulk Rename Utility Do This?

PostPosted: Tue Jul 25, 2017 3:31 pm
by Emerkamp
Hi,

You need to use Box Regex.
Regex (1)
Code: Select all
Match:
(.*)\.(.*) - (.*)
Replace:
\1.\3 - \2


Try this and see if it works. I don't know your language, but this is what I got from your screen cap.
If it doesn't work, please post 3 file name examples before rename and after rename, how you want them.