Operator Mapping for Configuration File

The following table shows the conditional association operators used in the configuration file and the corresponding operator description used in the web administration interface.

Web administration

Config file operator

equals

==

does not equal

!=

contains

=#

does not contain

!#

is greater than

gt

is greater than or equals

ge

is less than

lt

is less then or equals

le

match regexp

=~

does not match regexp

!~

defined

=?

undefined

!?