Clear Wildcard inside brackets
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.
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.
Reply to #1:
Hi Arley.
You can try the REPLACE method.
REPLACE: [*] \ [*]
REPLACE WITH: (let it blank)
Apply: Name
Miguel
Hi Arley.
You can try the REPLACE method.
REPLACE: [*] \ [*]
REPLACE WITH: (let it blank)
Apply: Name
Miguel
Reply to #2:
i dont get it but that doest do exactly what i want, thanks a lot
i dont get it but that doest do exactly what i want, thanks a lot