Full Guide of Operators
Operator name |
Explanation |
Example |
---|---|---|
is equal to |
|
|
is different from |
|
|
is any of |
|
|
is not any of |
|
|
|
|
|
Operator name |
Explanation |
Example |
---|---|---|
contains |
|
|
matches ( regex ) |
|
|
Operator name |
Explanation |
Example |
---|---|---|
is greater than |
|
|
is less than |
|
|
is greater than |
|
|
or equal to |
|
|
is less than or equal to |
|
|
Operator name |
Explanation |
Example |
---|---|---|
start with |
|
|
end with |
|
|
doesnt start with |
|
|
doesnt end with |
|
|
Operator name |
Explanation |
Example |
---|---|---|
everyone belongs to |
|
|
none belongs to |
|
|