Quote:
Originally Posted by kovidgoyal
yes it is using regular expression mode
|
I did go to help, etc. and all the explanation still might as well be Greek to me. But, after searching here too, I was able to piece together an expression that seems to be working.
I search for: (?s)(<br>### Review<br>(.*?)<\/div>)
and replace with: </div>
That, on my limited test set of 5 books, seems to remove everything from ### Review to the end, but leaves the actual book description, which is what I want. So I'll continue trying and watching.