All Operators
Last updated
Last updated
© SPYDERBAT, Inc., All Rights Reserved
Symbol | Description |
---|---|
Symbol | Description |
---|---|
Symbol | Description |
---|---|
=
Equal to value
!=
Not equal to value
~=
Matches pattern with *
and ?
wildcards
~~=
Matches regular expression
=
Equal to value
!=
Not equal to value
=
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
=
Equal to value
!=
Not equal to value
<<
Contained in the cidr given by value
[*]
Any element of the list
[0]
Element at index 0
:keys[*]
Any key of the dictionary
:values[*]
Any element at any key
["foo"]
Element at the key "foo"