Quote:
Originally Posted by Turtle91
<snip>
I'm not aware of a way to select "line 14" and delete it, but if it has a consistent formatting or something that you can use the regex search to find then I'd use that.
|
If the line 14s don't have any consistently unique content that is regex-able, unzip the epub, then use a script to process the relevant files (e.g. *.html) thru a line editor such as sed or edlin, then zip up the folder and rename as a .epub.
BR