= |
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 |
isTure |
Value is true |
Boolean |
isFalse |
Value is false |
Boolean |
likeTrue |
Values that can be considered true, such as true, true, yes |
Integer, Float, String, Boolean |
likeFalse |
Values that can be considered false, such as false, false, no |
Integer, Float, String, Boolean |