View Single Post
 
Old 04-24-2013, 11:14 AM
sleake sleake is offline Windows XP Office 2007
Advanced Beginner
 
Join Date: Jul 2011
Posts: 60
sleake is on a distinguished road
Default Invalid Pattern Match Value for Replacing Spaces

I found some examples of replacing extra spaces, but I can't get this one to work. It's supposed to replace multiple spaces before a number with a single space. The error I'm getting is: The Find What text contains a pattern match valye that is not valid.

Find What: ( {2-9})([1-9]) -- space between ( {
Replace with: \2 -- space before \2
Reply With Quote