All Operators

String

All string operators are case insensitive except for ~~=.

SymbolDescription

=

Equal to value

!=

Not equal to value

~=

Matches pattern with * and ? wildcards

~~=

Matches regular expression

Boolean

SymbolDescription

=

Equal to value

!=

Not equal to value

Number and Integer

SymbolDescription

=

Equal to value

!=

Not equal to value

>

Greater than value

>=

Greater than or equal to value

<

Less than value

<=

Less than or equal to value

IP Address

SymbolDescription

=

Equal to value

!=

Not equal to value

<<

Contained in the cidr given by value

List

SymbolDescription

[*]

Any element of the list

[0]

Element at index 0

Dictionary

SymbolDescription

:keys[*]

Any key of the dictionary

:values[*]

Any element at any key

["foo"]

Element at the key "foo"

Last updated

© SPYDERBAT, Inc., All Rights Reserved