Returns the opposite of the input filter, i.e. the resulting filter will match if and only if the input filter doesn't match.
Usage | Returns |
---|---|
Filter.not() | Filter |
Argument | Type | Details |
---|---|---|
this: filter | Filter | The Filter instance. |
Examples
JavaScript
// Your example goes here!
Python
# Your example goes here!