How Bulk Rename Utility Do This?

Post any Bulk Rename Utility support requirements here. Open to all registered users.

How Bulk Rename Utility Do This?

Postby jaych » Tue Jul 25, 2017 3:03 pm

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.
jaych
 
Posts: 1
Joined: Tue Jul 25, 2017 2:39 pm

Re: How Bulk Rename Utility Do This?

Postby Emerkamp » Tue Jul 25, 2017 3:31 pm

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.
Emerkamp
 
Posts: 140
Joined: Sat Aug 23, 2014 2:35 pm


Return to BRU Support