Quote:
Originally Posted by estevam
Hi!
I have 200 ".xhtml" files inside an epub and I need to delete the line 14 of each one of them.
Is it possible to do this with Regex?
|
REGEX is about
Patterns, not line numbers.
The simplest is select by the text and replace with 'x' ('x' can be nil )
Can you post the offending

line?
Is it always the same? If not, what part is different?