Filters

Manipulate your data

Filters are simple methods that modify the output of numbers, strings, variables and objects. They are placed within an output tag {{ }} and are denoted by a pipe character |

NameUse
Allow falseFilter on assignments with falsy default, i.e. false, nil or empty
Array filtersFilter on lists of variables of any type
Collection filtersFilter on items from a collection
Date and timeFilters on variables stored as date
LocalizedFilter on text input fields to add multiple languages
Number filtersFilter on floats and integers
ObjectsFilter to define objects of data
String filtersFilter on a trail of successive characters, wrapped in single or double quotes