Regex problem
I hope someone can help me with a Regex problem.
I have a book without any spaces between some sentences.
Sentence one.Sentence two.
I would like it to be;
Sentence one. Sentence two.
I have been using
find:
([a-z]\.[A-Z])
which seems to find the Sentences without the space OK. I did a count and 256 were found.
But for the life of me I can't seem to get a Replace code.
I am using Sigil to do the work.
Does any of you learned folks have a suggestion?
Thanking you,
John P.
Last edited by John2011; 01-19-2014 at 04:42 AM.
|