View Single Post
Old 09-12-2018, 06:46 AM   #1
roger64
Wizard
roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.roger64 ought to be getting tired of karma fortunes by now.
 
Posts: 2,625
Karma: 3120635
Join Date: Jan 2009
Device: Kindle PW3 (wifi)
Searching for empty paragraph

Hi

I am probably doing something wrong. I am looking for all empty paragraphs left in my book to destroy them. I copy one of them from the code page.

Code:
<p> </p>
I paste it in the search field, it appears this way:

Code:
<p>\ </p>
It finds only one occurrence in the current file (I ask to search for all text files).

If I use Sigil to search for

Code:
<p>&#_160;</p>
I find all the 29 empty paragraphs in the book.

I would like to obtain the same result with the Calibre editor.
roger64 is offline   Reply With Quote