
: Re: Join broken paragraphs Regex Sigil I'm trying to edit some xhtml on Sigil. With the command "<p>([a-z]) I'm able to find all paragraphs that begin with lower case. That tells me that they
Sigil's regex engine is kind of fussy; I'm not sure that the anonymous answer above would work.
I answered this on Quora, but I'll post the answer again here, because it seems like that would be helpful:
Ah. Let me guess. You're converting from a PDF. You have my sympathy. :-)
I've done this. Here's the search expression I used:
([a-z]|,|;)</p>s+<p>
That found paragraphs that ended without a period, exclamation point, question mark, or right double quotes. (Since I'm assuming you're working from a PDF of a print document, I didn't include in the query all of the other possible marks, since, for instance, a left double quotation mark is extremely unlikely to come at the end of a text line.)
The replace expression was simply this:
1
Note that there's a space after the wildcard, so that you don't end up smooshing words together.
That should get rid of the unwanted paragraph breaks and splice your text together properly.
Unfortunately, if you've got letters reproduced in the book or some other text format that has paragraphs ending in commas, semicolons, or lower case letters, you'll have to do Replace/Find and go case by case rather than Replace All.
Free books android app tbrJar TBR JAR Read Free books online gutenberg
More posts by @Jennifer

: Problems with reading MOBI documens from Aldiko on Kindle I've used once handy to read e-books and I've used some app called Aldiko, that was downloading e-books in MOBI format. After buying

: How can I send articles from iOS Safari browser to my Kindle I have extensions for Chrome and FireFox to "Send to Kindle" as listed on http://www.amazon.com/gp/sendtokindle but there is no solution