View Single Post
Old 01-28-2019, 05:40 PM   #12
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,445
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
Quote:
Originally Posted by patrik View Post
Thanks, that's along what I thought would work, but it doesn't match anything.

This is a bit frustrating....
Did you copy/paste the first & last bits? In your example, copy/pasting:
Code:
<body>
<div lang="en">
would keep the EOL between the > and <. Ditto for the:
Code:
</div>
</body>
The search line would show a space between the > and < where the EOL was. In the sample ebook I used for testing, the find showed as
Code:
<body> <div class="_override_2">(.*?)</div> </body>
with the replace showing as:
Code:
<body>\1</body>
I have DotAll, Auto-Tokenize and Wrap checked in the options.

Last edited by DNSB; 01-28-2019 at 05:51 PM.
DNSB is offline   Reply With Quote