Swap file names around a character

It is easy to swap a file name around a character using RegEx (1)
- First enable the Simple regex checkbox.
- Then use :
Match: %1 - %2
Replace: %2 - %1
To swap file name around -
- First enable the Simple regex checkbox.
- Then use :
Match: %1 - %2
Replace: %2 - %1
To swap file name around -