yanhuanzhi
New Member
I'm trying to exclude certain keywords on logserver but apparently, it doesn't receive characters like ?! which is i need to make negation. Meanwhile, to search exact keywords i use pattern like these:\[code\] [/^SMTP$/]{4}|[/^THROTTLED$/]{9}\[/code\]to search the words SMTP and THROTTLED, but how can i exclude them without using characters like ! or ?Thanks in advance