How do I search for a condtion that does NOT exist in a document?

M

Matthew C.

My document, converted from .PDF, has many places with no space after the
period (.)at the end of a sentence. I want to find&replace the document for
periods that do NOT have a space after them.

Before I go the long way and search for ".a", ".b", ".c", etc. I'd like to
know if there is an easier way.
 
M

macropod

Hi Matthew,

You could use a wildcard Find/Replace, with:
Find = (.)([A-Z])
Replace = \1 \2
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top