Quote:
Originally Posted by roger64
Is there a way to make it work strictly within body tags?
|
The short answer is no.
The long answer is also no--it just takes longer to read.
Needing regex to stay between certain tags, or to only include stuff between tags means you gone beyond what plain regex can do for you. You've moved into the realm of parsing and algorithms. The Function Mode of the Calibre Editor's Search and Replace feature comes to mind.