![]() |
|
#1
|
|||
|
|||
|
I have come across what seems to be a Find and Replace anomaly using wildcards. Trying to replace <period><space> with <period><space><space>. Please note that I do not agree with the current "rule" that there should be just one space after a period.
The Find string is (one space between the parentheses): (.) ([A-Z]) I have also tried: (. )([A-Z]) and also looked for something other than a space after <period><space> (. )([! ]) Using the first Find example above, the Replace string is (two spaces between \1 and \2): \1 \2 Working with the following: One sentence. Another sentence. Find correctly highlights ". A". However, the Replace produces this: One sentence.A nother sentence. (two spaces between "A" and "n") Can anybody tell me what's going on here? |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
New Find/Replace Wildcard Needed
|
rsrasc | Word VBA | 2 | 11-11-2014 09:46 AM |
Find/Replace Wildcard Needed
|
rsrasc | Word VBA | 4 | 11-11-2014 08:28 AM |
Wildcard Find and Replace
|
Ulodesk | Word | 1 | 06-23-2014 10:26 AM |
| Wildcard Find/Replace deletes extra character | Cosmo | Word | 1 | 06-20-2014 08:49 AM |
Need help using WildCard Find & Replace
|
Cayce | Word | 1 | 06-09-2014 04:17 PM |