View Single Post
Old 03-08-2018, 02:53 PM   #5
G2B
Enthusiast
G2B began at the beginning.
 
Posts: 28
Karma: 10
Join Date: Feb 2018
Device: PC / iPad
Question

Quote:
Originally Posted by gbm View Post
I recommend using the editor for finding split paragraphs and line feeds, this is the base search and replace I use:

Search
Code:
</p>\s*<p[^>]+>([a-z])
replace:
Code:
 \1
note the space at the beginning of the replace.


bernie
Thanks for the commenting.
I tried that, and despite that your string only shows [a-z] small letters, the editor also takes me to sentence line breaks that start with [A-Z] capitalized letters.

There seems to be something wring with my calibre. Heurisitic processing splits pages instead of removing line breaks. I have uninstalled and reinstalled, but same problems persist.

Last edited by G2B; 03-08-2018 at 03:22 PM.
G2B is offline   Reply With Quote