Expressif is the variable substitution syntax combined with a library of predicates and functions. Initially designed for NBi.io, Expressif allows you to define variables, transformations of these variables (with expressions and functions), in plain text, which can then be interpreted by the engine. Same can be done with predicates.
Apache License 2.0
1
stars
0
forks
source link
Random text shouldn't be considered as false when casting to boolean #147
Only the specific strings yes, no, true, false, and numeric values should be considered as parseable for boolean. Currently, any text value except yes, true, and 1 is considered as false.
Only the specific strings
yes
,no
,true
,false
, and numeric values should be considered as parseable for boolean. Currently, any text value exceptyes
,true
, and1
is considered asfalse
.