In the Search for box use Your question says "find and delete all double digits inside square brackets'. It isn't clear if you want to delete just the digits and leave the brackets, or delete digits and brackets.
To delete just the digits, put [] in the Replace with field; to delete digits and brackets, leave it empty. Make sure you open the More Options and check the Regular Expressions box.
Code:
\[[:digit:][:digit:]\]
To delete just the digits, put [] in the Replace with field; to delete digits and brackets, leave it empty. Make sure you open the More Options and check the Regular Expressions box.
Statistics: Posted by robleyd — Sat Jun 15, 2024 8:59 am