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
Text functions "clean-whitespace" and "collapse-whitespace" #235
collapse-whitespace
: returns the argument with any two or more consecutive whitespaces replaced by the first whitespace in the sequence.clean-whitespace
: returns the argument with any whitespace replaced by a space character.