A set of general purpose functions and filters.
Filter Variants
The set of predefined filter variants that can be used to format values.
asString | |
---|---|
Converts the input value to a string. Output Type: STRING |
123 → "123" |
toDefault | |||||
---|---|---|---|---|---|
Converts a null, empty string or undefined to a default value (e.g. N/A). Output Type: HTML toDefault:{'def': N/A}
|
null → "N/A" "" → "N/A" undefined → "N/A" |
formatJson | |
---|---|
Converts the input value to a JSON formatted text. Output Type: HTML |
Comments
0 comments
Please sign in to leave a comment.