Condition and Quantifier Syntax

Condition

Expression

contains

~

does not contain

!~

equals

=

does not equal

!=

Quantifier

Expression

Zero or more

*

One or more

+

Exactly 100

{100}

At least n1, but not more than n2 (where n1 and n2 are number)

{n1,n2}

Related Topic:

Rule Syntax

Text Patterns

Message Area