chipmunk
chipmunk copied to clipboard
Add filter inversion functionality
It's not always easy to create a regular expression that not matches some strings. Example: string not contains "TRACE" string.
A simple solution would be to add negation to the filters.
@biratko Thanks much for your issue. Your suggestion will be considered.