Move : The

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

Move : The

Postby fernandofg » Mon Jun 06, 2016 11:11 pm

Hi, I have a very big collection of music videos, I need to fix a lot of artists like for example:

I have this: Beatles, The
And I need: The Beatles

Thanks in advance
fernandofg
 
Posts: 5
Joined: Thu Feb 18, 2016 9:21 pm

Re: Move : The

Postby therube » Tue Jun 07, 2016 1:35 am

See what something like this does:

1:RegEx

Code: Select all
Match:  (.*), (The)(.*)
Replace:  \2 \1\3
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm

Re: Move : The

Postby fernandofg » Tue Jun 07, 2016 7:07 pm

therube wrote:See what something like this does:

1:RegEx

Code: Select all
Match:  (.*), (The)(.*)
Replace:  \2 \1\3



Thanks a lot, it works perfect
Regards
fernandofg
 
Posts: 5
Joined: Thu Feb 18, 2016 9:21 pm


Return to BRU Support