Tried it and it works perfect for those chapters starting with an " but won't seem to do the same on those without.
Example:
Detected chapter: “Good,”
Detected chapter: After several more m
Detected chapter: “Did you want
.*After.* filters out that chapter. (Good.*)|(Did.*) filters out those. But a combination of the two (.*After.*)|(Good.*) etc doesn't. Have played around with the formatting but no ways seem to work. Is there an extra bit of syntax I'm missing?
|