Moving the specific text in the filename using RegEx

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Nenad034
Junior Member
Junior Member
Posts: 4
Joined: 2023-04-13, 16:11 UTC

Moving the specific text in the filename using RegEx

Post by *Nenad034 »

I'm not familiar with using RegEx option in Multi Renamer but im sure that can be done..
How to move the year from the end to the beginning of the Folder/File in this example:

Champion EP (2004)

Of course, considering that the year can be any 4 digits ...

Thanks yall
Fla$her
Power Member
Power Member
Posts: 2982
Joined: 2020-01-18, 04:03 UTC

Re: Moving the specific text in the filename using RegEx

Post by *Fla$her »

Search for: (.+)(\(\d{4}\))$
Replace with: $2 $1
☑ RegEx
Overquoting is evil! 👎
Nenad034
Junior Member
Junior Member
Posts: 4
Joined: 2023-04-13, 16:11 UTC

Re: Moving the specific text in the filename using RegEx

Post by *Nenad034 »

thanks Fla$her 🙏
Post Reply