What I mean is how to use the regex
function.
With a typical example, I can deduce how to use it. For example, I have this code in my epub:
Code:
<div xml:lang="es-MX">
<div>
<h3 class="fecha">3 de enero</h3>
<p class="capitulo">Muéstrate implacable con las cosas que no importan</p>
</div>
</div>
And I want to remove the divs and substitute them with a
. How can I achieve this with your plugin/regex function?