Thread
:
Regex examples
View Single Post
09-09-2020, 03:27 AM
#
659
Leonatus
Wizard
Posts: 1,060
Karma: 11391181
Join Date: Mar 2013
Location: Guben, Brandenburg, Germany
Device: Kobo Clara 2E, Tolino Shine 3
Remove Kobo spans
I just want to contribute a bit, as I found a way to remove Kobo spans:
Search:
Code:
<span class="koboSpan" id="kobo.[0-9]{1,2}([.][0-9]{1,2})?">([^<>]+)</span>
Replace:
Code:
\2
Might be usefulto someone.
Leonatus
View Public Profile
Find More Posts by Leonatus
Track Posts by Leonatus via RSS