Long name Change

A swapping-ground for Regular Expression syntax

Long name Change

Postby Compurer101 » Sat Jul 17, 2021 6:40 pm

how can I reset files like the following thx

Blind Third Eye - Deep Inside Of You
to
Third Eye Blind - Deep Inside You
Compurer101
 
Posts: 1
Joined: Sat Jul 17, 2021 6:28 pm

Re: Long name Change

Postby therube » Thu Jul 22, 2021 4:26 pm

Did you want to remove the "of" or do you simply want to flip across the dash?
If the latter...

1:RegEx, enable, Simple

Code: Select all
Match:  %1 - %2
Replace:  %2 - %1


With something like that, note that if your filename has multiple dashes, you may end up with something you're not particularly looking for?
Code: Select all
Kauan - Aava tuulen maa - Neulana Hetkessa.mp3
->   Aava tuulen maa - Neulana Hetkessa - Kauan.mp3
therube
 
Posts: 1314
Joined: Mon Jan 18, 2016 6:23 pm


Return to Regular Expressions


cron