ID in my ebook - regular expression
I need some help with my problem. I don't have any knowledge of programming and I want to put many id in a epub file.
in my file i have this:
<p class="calibre2"><sup class="calibre3">45</sup>
and i want to put this <a name= "#v15004045"></a>45
i have to make 45 id.
<p class="calibre2"><sup class="calibre3">4</sup> will be
<p class="calibre2"><sup class="calibre3"><a name= "#v15004045"></a>4</sup>
Is that right? How can i do it? Is there an automatic way to do this?
|