$$not
Returns the opposite of the input's boolean evaluated value (this returns the opposite of $$boolean)
Usage​
"$$not([style]):{input}"
Returns​
boolean
Arguments​
Argument | Type | Values | Required / Default Value | Description |
---|---|---|---|---|
style | Enum | JAVA /JS | JAVA | Style of considering truthy values |
Examples​
Input
Definition
Output
5
"$$not:$"
false
"true"
"$$not:$"
false
"yes"
"$$not:$"
true
"yes"
"$$not(JS):$"
false