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 |
Name | Use |
---|---|
String filters | Filter on a trail of successive characters, wrapped in single or double quotes |
Number filters | Filter on floats and integers |
Array filters | Filter on lists of variables of any type |
Collection filters | Filter on items from a collection |
Date and time | Filters on variables stored as date |
Localized | Filter on text input fields to add multiple languages |
Allow false | Filter on assignments with falsy default, i.e. false, nil or empty |
Updated over 1 year ago