View Single Post
Old 07-02-2020, 08:11 AM   #1
AlwaysNew
Member
AlwaysNew began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2020
Device: Kindle
Question Regex replace p-class in entire book

Hi, I'm new at this so bear with me.

Trying to replace this...

Code:
 <p class="p23">[keep everything inside here]</p>
with this...

Code:
 <h1 class=“p15”>[keep everything inside here]</h1>
throughout all chapters in book.

I've tried Diaps Plugin but it's a bit beyond me. Any help sincerely appreciated!
Thanks.
AlwaysNew is offline   Reply With Quote