Quote:
Originally Posted by patrik
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:
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:
I have DotAll, Auto-Tokenize and Wrap checked in the options.