Search and replace for an absence
I am editing a book with a lot of speech in the text and so a lot of double quotes. The scan has missed a large number of full stops at the end of sentences. So it might end "...and there the matter rested"
What I want to do is search for every double right quotation mark that is not preceded by a full stop and replace it with full stop plus double right quotation mark. Is there some clever, possibly GREP way to do that or do I have to search every sentence?
