Quote:
Originally Posted by jackie_w
Try Search:
or, if you prefer
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