= |
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 |
The detected value contains |
String |
not match |
The detected value does not contain |
String |
isTure |
The detected value is true |
Boolean |
isFalse |
The detected value is false |
Boolean |
likeTrue |
The detected value is true 、true 、yes can be recognized as true value |
Integer 、Float 、String 、Boolean |
likeFalse |
The detected value is false 、false 、no can be recognized as false value |
Integer 、Float 、String 、Boolean |