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
String filtersFilter on a trail of successive characters, wrapped in single or double quotes
Number filtersFilter on floats and integers
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
Allow falseFilter on assignments with falsy default, i.e. false, nil or empty