Word's wildcard Find & Replace function can do that. For the scenario you describe:
Find = [A-Z][0-9]{2}[xy]
No plugins required. For more complex regular-expression searches outside what a wildcard Find & Replace can do, you can use RegEx, but that needs to be driven programmatically.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|