How to swap two parts of a file name around a char

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

How to swap two parts of a file name around a char

Postby Admin » Sat Apr 23, 2016 12:14 pm

How to rename:
Movie Title - Main Actor.avi
to
Main Actor - Movie Title.avi

and be able to do the reverse also.

-----------------------------------------------

Use RegEx (1)

Match:
(.*) - (.*)
Replace:
\2 - \1

This will swap the file name around char -
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Return to BRU Support