Thread
:
Using search&replace for blank lines.
View Single Post
04-16-2017, 02:17 AM
#
6
kovidgoyal
creator of calibre
Posts: 45,497
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Works for me with
<p[^>]*><span[^>]*>.</span></p>
or to match only a nbsp
<p[^>]*><span[^>]*> </span></p>
where there is a literal nbsp between the span tags (dont copy paste the expression above as MR has trouble with literal nbsp characters)
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS