- All Superinterfaces:
- BinaryPredicate, BooleanExpression, Predicate, org.atp.api.Typeable<ValueExpression>, ValueExpression
public interface NotRegexpPredicate
extends BinaryPredicate
The interface for syntax element representing the test of left expression not matching the supplied pattern using
advanced regular expression match (operator varies). By default this kind of matching is not supported.
- Author:
- Stanislav Muhametsin