TextAnalysisTool / Releases

Repository for storing release artifacts (ex: binaries).
88 stars 26 forks source link

multi line regular expression #30

Open 14zywave opened 8 years ago

14zywave commented 8 years ago

support for multi line regular expression(i want this for excluding some pattern)

14zywave commented 8 years ago

just wondering why you didn't pushed source, if possible can you share it so i can add it my self, i really love this tool

DavidAnson commented 8 years ago

At present, TextAnalysisTool.NET is very single-line-centric. Allowing a single filter to span multiple lines would create some interesting challenges and need some thought. But it's a good idea, and I'm curious if many others would like this as well.

DavidAnson commented 8 years ago

(FYI, the second question is a duplicate of #22)

dsp0105 commented 6 years ago

Multi-line regex filtering would be a good enhancement to have, but I have a concern - will it make the tool slower? That would be a big blow since the tool is amazing fast even on big logs currently. Great implementation by the authors 👍

hoaluvn commented 4 years ago

At present, TextAnalysisTool.NET is very single-line-centric. Allowing a single filter to span multiple lines would create some interesting challenges and need some thought. But it's a good idea, and I'm curious if many others would like this as well.

I'm interested