R
Rhonda from Western Australia
I have a long doc that several authors have worked on. Some use two spaces
after the period, some one. The corporate style is two (not my decision!), so
I'm trying to figure out an easy way of finding ALL instances of only one
space after a period and replacing it with two spaces. Sounds easy? Nope.
Problem is that each sentence following the space starts with a different
letter. I want to be able to find ".<space>[A-Z]" and replace with ".
<space><space>[A-Z]" where [A-Z] is any capital letter. The original letter
must be replaced with itself.
I can do this one letter at a time (e.g. ".<space>A" replace with
".<space><space>A" but as I know there will be many docs like this, I'd like
to know if there's a simple way to automate the process, either using
wildcards, special characters, or a macro.
Oh, and adding a minor complication to this - I don't want to do a 'Replace
All' as some legitimate periods are followed correctly by a single space (for
example, in the list of References, or after "i.e." or "e.g.").
Does anyone have any idea as to how I can achieve this? I'm happy to click
Replace for each instance found, but I really don't wan tto set up 26
different find/replace sequences to hit all letters of the alphabet.
Thanks!
after the period, some one. The corporate style is two (not my decision!), so
I'm trying to figure out an easy way of finding ALL instances of only one
space after a period and replacing it with two spaces. Sounds easy? Nope.
Problem is that each sentence following the space starts with a different
letter. I want to be able to find ".<space>[A-Z]" and replace with ".
<space><space>[A-Z]" where [A-Z] is any capital letter. The original letter
must be replaced with itself.
I can do this one letter at a time (e.g. ".<space>A" replace with
".<space><space>A" but as I know there will be many docs like this, I'd like
to know if there's a simple way to automate the process, either using
wildcards, special characters, or a macro.
Oh, and adding a minor complication to this - I don't want to do a 'Replace
All' as some legitimate periods are followed correctly by a single space (for
example, in the list of References, or after "i.e." or "e.g.").
Does anyone have any idea as to how I can achieve this? I'm happy to click
Replace for each instance found, but I really don't wan tto set up 26
different find/replace sequences to hit all letters of the alphabet.
Thanks!