Thread: [Solved] Difficult search
View Single Post
 
Old 06-05-2015, 11:13 AM
mysterytramp mysterytramp is offline Windows 7 64bit Office 2010 64bit
Novice
 
Join Date: May 2015
Posts: 8
mysterytramp is on a distinguished road
Default

Quote:
Originally Posted by Robert2 View Post
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.
Reply With Quote