Remove all characters before specific character

Advanced Renamer forum
#1 : 21/06-18 19:46
Vilém Zdeněk
Vilém Zdeněk
Posts: 1
Hi, I have 400+ songs with author name in title.
Like this:

"Adele - Hello"

and i want to remove everything before the dash, like this:

"- Hello"

Thanks for any answer.


21/06-18 19:46
#2 : 25/06-18 14:54
Kim Jensen
Kim Jensen
Administrator
Posts: 883
Reply to #1:
You can use the remove pattern method and configure it like this:
Replace: .+ -
Use regular expressions: Checked
Apply to: Name

It should work.


25/06-18 14:54