EXPRESSION |
DESCRIPTION |
---|---|
RS |
R followed by S (concatenation) |
R|S |
Either R or S |
(R) |
Grouping R |
.REG. |
Indicates the following operand is a regular expression |
.WILD. |
Compares the operands, which follow it with wildcard comparison |
.NOT. |
Inverts the logic meaning |
.AND. |
Logical AND Both operands must appear in the entity to trigger the expression. |
.OR. |
Logical OR At least one of the operands must appear in the entity to trigger the expression. |
R and S are regular expressions.