-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multi line regular expression #30
Comments
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 |
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. |
(FYI, the second question is a duplicate of #22) |
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. |
I'm interested |
support for multi line regular expression(i want this for excluding some pattern)
The text was updated successfully, but these errors were encountered: