Remove

Advanced Renamer forum
#1 : 25/06-23 18:25
Caravan Smith
Caravan Smith
Posts: 3
Hi
I want this rename:


Example:
[abc1 - dsdsd] ABC - ABC.mp3
[ABC_ABC] ABC-ABC.mp4

TO:
ABC - ABC.mp3
ABC-ABC.mp4
..
And more...


Possible? THANKS


25/06-23 18:25
#2 : 26/06-23 07:05
Styb
Styb
Posts: 80
Reply to #1:
Try this:
Replace " *\[.*\] " (without quotation marks)
with: leave blank

Use regular expressions.


26/06-23 07:05
#3 : 26/06-23 07:09
Styb
Styb
Posts: 80
Reply to #1:
Try this:
Replace " *\[.*\] " (without quotation marks)
with: leave blank

Use regular expressions.

https://postimg.cc/3WmCZ2TW


26/06-23 07:09