In EPWING mode, can there be a way to quit processing an entry after a line matching a regex has matched?
Kenkyusha has a lot of "related term" text that heavily bloats the entry, and you can filter out almost all of it with a regex that excludes lines that don't start with [A-Za-z0-9=⇒〔~【] (probably missing some characters that should be allowed), but some related term definitions start with numbers because they're pushed onto a second line.
Here's an example of what it looks like with the "exclude examples etc" regex from an old changelog: http://i.imgur.com/GpLscA8.png
I want to exclude everything past the line starting with "6 〔" by cutting off the entry at the first line that looks like a related term.
Kenkyusha has a lot of "related term" text that heavily bloats the entry, and you can filter out almost all of it with a regex that excludes lines that don't start with [A-Za-z0-9=⇒〔~【] (probably missing some characters that should be allowed), but some related term definitions start with numbers because they're pushed onto a second line.
Here's an example of what it looks like with the "exclude examples etc" regex from an old changelog: http://i.imgur.com/GpLscA8.png
I want to exclude everything past the line starting with "6 〔" by cutting off the entry at the first line that looks like a related term.
