View Single Post
Old 06-18-2020, 07:54 AM   #1
AlwaysNew
Member
AlwaysNew began at the beginning.
 
Posts: 14
Karma: 10
Join Date: Jun 2020
Device: Kindle
Regex for replacing class

Hi, can anyone help in replacing this class with nested code inside, throughout multiple documents?

From
Code:
<p class="p23"><span id=“ [chapter number] ”></span> [chapter title] </p>
To
Code:
<h1 class="p23"><span id=“ [chapter number] ”></span> [chapter title] </h1>
Thanks!
AlwaysNew is offline   Reply With Quote