Rename folder in batch - Change order

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

Rename folder in batch - Change order

Postby Carlos Costa » Tue Feb 19, 2019 8:05 pm

Hello my friends,

It´s possible pass what is inside parentheses from end to start?

exemple:
original file name:
Uplifting Inspiring Motivational - [ 3045644 ]

desired result:
3045644 - Uplifting Inspiring Motivational

Note:
The number of characters within the parenthesis is not always the same

many thanks
regards
Carlos Costa
 
Posts: 2
Joined: Tue Feb 19, 2019 7:56 pm

Re: Rename folder in batch - Change order

Postby Panchdara » Wed Feb 20, 2019 1:12 pm

Code: Select all
RegEx(1)
Match: (.*) - \[ (.*) \]
Replace: \2 - \1


Works on your example.

Best
Panchdara
 
Posts: 67
Joined: Sat Jan 09, 2016 7:25 pm

Re: Rename folder in batch - Change order

Postby Carlos Costa » Wed Feb 20, 2019 1:36 pm

Perfect Panchdara.
thanks a lot
obrigado
Carlos
Carlos Costa
 
Posts: 2
Joined: Tue Feb 19, 2019 7:56 pm


Return to BRU Support