I had sort of got used to Sigil’s regex but I’m finding myself a bit lost with Calibre’s different version.
The book I’m editing has a lot of redundant tags like...
Code:
<div class="text">CONTENT</div>
...where I’d just like to remove the
div or ...
Code:
<p class="normal-262-0-override"><span class="no-style-override-9">CONTENT</span></p>
...which I’d like to be...
Can any kind soul help out?