Square Brackets content removal

Advanced Renamer forum
#1 : 04/12-19 19:27
Lukas
Lukas
Posts: 2
Hello. I've done a bit of digging and all I could find was a way to replace the contents of regular brackets using this expression: \(.*\) . This does not however work with square brackets.

Is there a way to do it? If so please share. ^^

Thank you very much.


04/12-19 19:27
#2 : 05/12-19 15:59
David Lee
David Lee
Posts: 1125
Reply to #1:
Try replacing parentheses with square brackets in the "Text to be replaced"!

Actually you don't need to use a RegEx in this case.
[*] will suffice - provided you clear the "Use regex" box.


05/12-19 15:59
#3 : 16/12-19 08:54
Lukas
Lukas
Posts: 2
Reply to #2:
Thank you so much! It worked as soon as I disabled "RegEx". You are a godsend.


16/12-19 08:54