Quote:
Originally Posted by Robert2
To be able to do this through Find/Replace, Word would need to have support for regex “negative lookbehind” (to be able to assert that what immediately precedes the current position in the string is not the exclusion text). Word has no such support.
Still, you might get by with the following wildcard search.
Find What: [!e]^32ACRONYM
|
Thanks. This handled it fairly well.