View Single Post
Old 10-20-2018, 05:25 PM   #3
iron_sigil
Junior Member
iron_sigil began at the beginning.
 
Posts: 3
Karma: 10
Join Date: Oct 2018
Device: Samsung
Reply an one more (last)

Quote:
Originally Posted by jackie_w View Post
Try Search:
Code:
\[\d+\]
or, if you prefer
Code:
\[[0-9]+\]
Square brackets are special characters in Regex so they need to be 'escaped' by prefixing them with a backslash character
Oh, it works!! Thanks a lot, Jackie. I did not know about the 'escapism' to apply. Very smart.
One more thing and I hope the last one:
which code do I have to use to eliminate for example [a], [b], [c], etc always inside square brackets?
Thanks in advance
Franco
iron_sigil is offline   Reply With Quote