![]() |
#1
|
|||
|
|||
![]()
I need to convert a document with one space after each period with two spaces.
I thought a wild card search like this would work: Find: (<*>.) (<*>) Replace: \1 \2 (If it's not plainly visible, find searches for a word that ends in a period with one space and the word following. Replace is the first parentheses, two spaces, then the second parentheses. Track changes are on, and must be. Although <*> finds single words, my find string finds a string of words. The replace string, instead of putting two spaces between the two arguments, puts two spaces AFTER the second argument, and concatenates the first and second string. For example: "Mary had a little lamb. Its fleece was white as snow." becomes: "Mary had a little lamb.Its fleece was white as snow." It appears to work fine when Track Changes are off, so I'm assuming this is a bug associated with Track changes. Any workarounds? Thanks mt |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Double space = period? | Ingolf | Word | 1 | 01-26-2015 04:40 PM |
![]() |
nikknock | Word Tables | 1 | 10-16-2014 02:47 PM |
Count the common time period (month) between two date period of time | Barni | Excel | 6 | 08-15-2014 07:52 AM |
![]() |
ketanco | Project | 5 | 10-21-2012 06:28 AM |
The insetion of a period automatically at the end of a sentence. | Rubyk | Word | 3 | 05-12-2012 06:16 PM |