This documentation is for a version that has reached its End Of Life. Such versions are no longer supported and don't receive security updates. Consider updating to a newer version.
LogicalNot Criterion¶
The LogicalNot
URL Criterion
matches a URL if the provided Criterion does not match.
It takes only one Criterion in the array parameter.
Arguments¶
criterion
- represents the Criterion that should be negated
Example¶
1 2 3 |
|