Quote:
Originally Posted by Nate the great
MSWord uses nonstandard terms for regular expressions.
This one will work: (\[*\])
But I recommend that you use this one: (\[?\]) add more '?' as needed to catch all the desired terms
|
Thanks for the reply, Nate. Works great.