Swap text in file names

Bulk Rename Utility How-To's

Swap text in file names

Postby Admin » Tue Oct 20, 2020 12:13 am

Q: Is there a way to swap text in BRU for file names ( example: change 'abc - def' to 'def - abc' ) ?

A: Yes, you can use Regex (1) match and replace.

Enable 'Simple'
(tick box in Regex (1) - this will enable simple regex which uses %1, %2 etc for matching)

Match : %1 - %2
Replace: %2 - %1
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Return to How-To