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. Name: asString Input Types: ANY Output Type: STRING | ||
Default Value | Converts a null, empty string or undefined to a default value (e.g. N/A). Name: toDefault Input Types: ANY Output Type: HTML Parameters
| ||
Format JSON | Converts the input value to a JSON formatted text. Name: formatJson Input Types: ANY Output Type: HTML |