Hello,
I have the following regex, but it will not work. I think, that [ERROR] is the problem that it is not escaped. How can I escape it?
Error:
I have the following regex, but it will not work. I think, that [ERROR] is the problem that it is not escaped. How can I escape it?
Code:
log[/logfile.log,^(?!.*?AuthenticationException).*[ERROR].*]
Code:
[..] incorrect syntax near ".*]".
Comment