Remove everything until character

Advanced Renamer forum
#1 : 13/05-22 16:08
User 0657
User 0657
Posts: 2
Hi everyone,

I could not find anything in the forum to help me.

What I have:
[PublisherXYZ (Author)], Title

What I would want:
Author, Title


So basically a remove pattern for everything before "(". Removing the other brackets is something even I can do ^^.

Thanks in advance!


13/05-22 16:08
#2 : 14/05-22 03:50
David Lee
David Lee
Posts: 1125
Replace: [^\(]*\(([^\)]*)\)\]
with: \1
Use regular expressions


14/05-22 03:50
#3 : 14/05-22 11:52
User 0657
User 0657
Posts: 2
Reply to #2:
Thanks David!


14/05-22 11:52