Remove all words after specific character until space and dash

Advanced Renamer forum
#1 : 17/12-19 11:59
Jier
Jier
Posts: 2
I have this file

Singer1; Singer 2; Singer 3 - Song Title.mp3

I want it to display only Singer1, so it'll be

Singer1 - Song Title.mp3

but some have 2 singers, some 3, others have more.

so, how do I do this?

I've yet to find a similar problem in this forum.

thanks beforehand


17/12-19 11:59 - edited 17/12-19 12:00
#2 : 17/12-19 13:23
David Lee
David Lee
Posts: 1125
Replace ";.* -"
with " -"
Use regular expressions

(NB Do not type quotation marks)


17/12-19 13:23
#3 : 17/12-19 13:52
Jier
Jier
Posts: 2
Reply to #2:

it works, thank you.


17/12-19 13:52