Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Calibre > Editor

Notices

Reply
 
Thread Tools Search this Thread
Old 12-05-2021, 10:26 PM   #1
Upamanyu Santra
Member
Upamanyu Santra began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2021
Device: Kindle Oasis
Help with REGX

I'm a complete newbie to REGEX but have been using calibre for quite a while.
I have quite a few epubs with a specific sort of formatting that I would like to change. For instance -

<p class="footnote" id="ORI0000972"><b class="calibre4"><a id="introductionfn2" href="part0008.html#introductionft_2" class="pcalibre calibre9">2</a>.</b> K. M. Panikkar, <i class="calibre3">Asia and Western Dominance</i> (London: George Allen &amp; Unwin, 1959).</p>

What I want to do is simple change the position of the id="introductionfn2"
with href="part0008.html#introductionft_2". I want to place href="part0008.html#introductionft_2" then id="introductionfn2"

Result will look something like this
<p class="footnote" id="ORI0000972"><b class="calibre4"><a href="part0008.html#introductionft_2" id="introductionfn2" class="pcalibre calibre9">2</a>.</b> K. M. Panikkar, <i class="calibre3">Asia and Western Dominance</i> (London: George Allen &amp; Unwin, 1959).</p>
Upamanyu Santra is offline   Reply With Quote
Old 12-06-2021, 07:53 AM   #2
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,216
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Search for:
Code:
<p class="footnote" id="(.*?)"><b class="calibre4"><a id="(.*?)" href="(.*?)" class="pcalibre calibre9">
Replace with:
Code:
<p class="footnote" id="\1"><b class="calibre4"><a href="\3" id="\2" class="pcalibre calibre9">
thiago.eec is offline   Reply With Quote
Advert
Old 12-06-2021, 12:27 PM   #3
Upamanyu Santra
Member
Upamanyu Santra began at the beginning.
 
Posts: 17
Karma: 10
Join Date: Dec 2021
Device: Kindle Oasis
Thank

Quote:
Originally Posted by thiago.eec View Post
Search for:
Code:
<p class="footnote" id="(.*?)"><b class="calibre4"><a id="(.*?)" href="(.*?)" class="pcalibre calibre9">
Replace with:
Code:
<p class="footnote" id="\1"><b class="calibre4"><a href="\3" id="\2" class="pcalibre calibre9">
Just wanted to say THANKS for the help. Made my Day
Upamanyu Santra is offline   Reply With Quote
Old 12-06-2021, 06:09 PM   #4
thiago.eec
Wizard
thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.thiago.eec ought to be getting tired of karma fortunes by now.
 
Posts: 1,216
Karma: 1419583
Join Date: Dec 2016
Location: Goiânia - Brazil
Device: iPad, Kindle Paperwhite, Kindle Oasis
Glad to help.
thiago.eec is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump


All times are GMT -4. The time now is 06:23 AM.


MobileRead.com is a privately owned, operated and funded community.