Clear Wildcard inside brackets

Advanced Renamer forum
#1 : 28/05-24 18:52
arley
arley
Posts: 2
Hello, im trying to do the following but i cant seem to grasp the whole wildcard and regular expressions thing

I have snapshots of several videos who have their codec or other value inside brackets, this will always be a combination of digits and letters in random quantifies and located at random locations, examples

[27E58B25] randomtext.jpg
randomtext1 [758B25] randomtext2.jpg
randomtext1 [B25].jpg

what im attempting to do is make a search replace that will delete any text inside said brackets, including the brackets.

Any guidance would be appreciated, thanks.


28/05-24 18:52
#2 : 28/05-24 22:12
Miguel
Miguel
Posts: 132
Reply to #1:
Hi Arley.

You can try the REPLACE method.

REPLACE: [*] \ [*]
REPLACE WITH: (let it blank)

Apply: Name

Miguel


28/05-24 22:12 - edited 28/05-24 22:43
#3 : 29/05-24 00:44
arley
arley
Posts: 2
Reply to #2:
i dont get it but that doest do exactly what i want, thanks a lot


29/05-24 00:44