Hi all
So I'm trying to change all
Code:
<p class="block_3">SOME TEXT</p>
to
So I use REGEX: Find
Code:
<p class="block_3">(\d+)</p>
and replace it with
But calibre keeps saying 'no hits' when I press search. I put it on regex. What am I doing wrong here?