SwitchStringBoolean Op
Switch between two strings with a boolean
Summary (oneliner)
Define your own strings
Example: true
becomes yes
and false
becomes no
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Caniuse query
Inputs
Boolean (boolean /Number)
Boolean in true or false / 1 or 0
True (String)
The string to output if boolean evaluates to true
False (String)
The string to output if boolean evaluates to false
Outputs
Result (String)
String output
Changelog
created op 2019-02-21 - pandur |