Thread: Regex problem
View Single Post
Old 01-19-2014, 04:37 AM   #1
John2011
Enthusiast
John2011 began at the beginning.
 
Posts: 37
Karma: 10
Join Date: Jan 2011
Device: Kobo 1
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.
John2011 is offline   Reply With Quote