Operators

Operator Description
== Equal to
!= Not equal to
>= Greater than or equal to
<= Less than or equal to
> Greater than
< Less than
=@ Is a substring
!@ Not a substring
=~ Regular expression
!~ Not a regular expression
=* Equal to, with wildcard search
!* Not equal to, with wildcard search
=. Found among the values
!. Not found among the values
Operator Description
== Equal to
!= Not equal to
>= Greater than or equal to
<= Less than or equal to
> Greater than
< Less than
=@ Is a substring
!@ Not a substring
=~ Regular expression
!~ Not a regular expression
=* Equal to, with wildcard search
!* Not equal to, with wildcard search
=. Found among the values
!. Not found among the values

If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.