I've been using the following regexps in Search and Replace
Code:
Search: <a class="([^"]*?)" id="([^"]*?)"></a>
Replace:
Search: <a class="([^"]*?)"></a>
Replace:
Search: <a id="([^"]*?)"></a>
Replace:
But it looks like it doesn't always work doing and epub to epub conversion.
Just now, I ended with an epub with many
Now, if I convert the epub again, the tags are gone, meaning it works the second time.
Maybe I'm doing something wrong?
Many thanks
Paul