Skip to content

Operators


Operator Description Supported Judgment Types
= Equal to IntegerFloatString
!= Not equal to IntegerFloatString
>= Greater than or equal to IntegerFloatString
<= Less than or equal to IntegerFloatString
> Greater than IntegerFloatString
< Less than IntegerFloatString
between Greater than or equal to and less than or equal to (closed interval) IntegerFloatString
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 truetrueyes can be recognized as true value IntegerFloatStringBoolean
likeFalse The detected value is falsefalseno can be recognized as false value IntegerFloatStringBoolean

Feedback

Is this page helpful? ×