= |
Equal to |
Integer 、Float 、String |
!= |
Not equal to |
Integer 、Float 、String |
>= |
Greater than or equal to |
Integer 、Float 、String |
<= |
Less than or equal to |
Integer 、Float 、String |
> |
Greater than |
Integer 、Float 、String |
< |
Less than |
Integer 、Float 、String |
between |
Greater than or equal to and less than or equal to (closed interval) |
Integer 、Float 、String |
match |
Contains |
String |
not match |
Does not contain |
String |
isTrue |
Value is true |
Boolean |
isFalse |
Value is false |
Boolean |
likeTrue |
Value is true , yes , or any value that can be considered true |
Integer 、Float 、String 、Boolean |
likeFalse |
Value is false , no , or any value that can be considered false |
Integer 、Float 、String 、Boolean |