Thread: [Solved] Cleaning up Text
View Single Post
 
Old 02-26-2018, 05:30 PM
anon125 anon125 is offline Windows 7 64bit Office 2003
Advanced Beginner
 
Join Date: Aug 2013
Posts: 57
anon125 is on a distinguished road
Default

Quote:
Originally Posted by Charles Kenyon View Post
I'm sorry, but the people trying to help you have no idea which ones you've tried. Saying "I tried them all" does not help.
Please follow the link I gave you and try the steps outlined there.
Report back on what happens, what you want to have happen and where it fails.
go to his great website
see all the alternatives.

Find = [ ^s^t]{1,}^13
Replace = ^p
Find = ([!^13^l])([^13^l])([!^13^l])
Replace = \1 \3
Find = [^s ]{2,}
Replace = ^32
Find = ([a-z])-[ ^s]{1,}([a-z])
Replace = \1\2
Find = [^13^l]{1,}
Replace = ^p

Note: Depending on your system's regional settings, you may need to replace all the commas in the above Find/Replace expressions with semi-colons. For example:
[ ^s^t]{1,}^13
becomes:
[ ^s^t]{1;}^13

none worked for me in word 2002
Reply With Quote