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 |
|---|---|
| Allow false | Filter on assignments with falsy default, i.e. false, nil or empty |
| 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 |
| Number filters | Filter on floats and integers |
| Objects | Filter to define objects of data |
| String filters | Filter on a trail of successive characters, wrapped in single or double quotes |
Updated about 1 month ago
