Thread: Help with REGX
View Single Post
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