View Single Post
 
Old 03-20-2018, 03:49 PM
slaycock slaycock is offline Windows 7 64bit Office 2016
Expert
 
Join Date: Sep 2013
Posts: 255
slaycock is on a distinguished road
Default

You can do this in two steps without wildcards

1. replace 'CSN' with 'CSN the'
2. replace 'the the' with 'the'


If you want to use a wildcard search

replace '(CSN)(![t])(![h])(![e])( )' with '/1 the' you'll need to look up the exact wildcard syntax.
Reply With Quote