I have the following strings in Conversion -> Common options -> Search & Replace
Quote:
<a id="([^"]*?)"></a>
<a class="([^"]*?)"></a>
<a class="([^"]*?)" id="([^"]*?)"></a>
|
Replace with nothing. The purpose is to remove these useless anchor links.
Unfortunately, it doesn't seem to work. Maybe the regex is wrong.
It works fine when I do it with Sigil.
Thanks!