You are not logged in.
Hi, I have a lot of file with names like 'avenue q - money song, the' and 'backstreet boys' the - larger than life' etc. Is there a way I can get the 'the' switched with the word immediately before it and the comma removed on multiple files?
Offline
Try with this
RegEx Rule:
Expression "(^| - )(.*),? (the)( - |$)"
Replace with "$1$3 $2$4"
[skip extension]
If this software has helped you, consider getting your pro version. :)
Offline