- after
-
Return the first element after another element in a list. For example:
- before
-
Return the first element before another element in a list. For example:
- chunk
-
This filter splits a list in shorter lists. It splits an array in
sub-arrays of at most a given length. This is useful when displaying a
list of items in…
- exclude
-
Filters a list on the value of a property, either on absence or inequality.
- filter
-
Filters a list on the value of a property, either on presence or equality.
- first
-
Returns the first character or element.
- flatten_value
-
Flatten a list to a comma separated string.
- group_by
-
Groups items of a list by a property.
- index_of
-
Returns the index of the first occurrence of the item in the given
list.
- is_list
-
Test if a value is a list:
- join
-
Joins the elements of a list. Joins the elements of the input list
together, separated by the argument.
- last
-
Returns the last character or element.
- length
-
Returns the length of the value.
- make_list
-
Forces the value to a list.
- member
-
Finds a value in a list.
- nthtail
-
Fetch the nth tail of a list.
- random
-
Returns a random value from a list of values. When the input is an
empty list or not a list then the result is undefined.
- randomize
-
Shuffle a list of values.
- range
-
Generate a list of integers, with an optional step.
- reversed
-
Reverse a list.
- slice
-
Perform array-slice operations on a list or string.
- sort
-
The sort filter takes a list of items to sort. Items can be an ordinary list of terms, property lists, or maps. It can also be
a list of resource ids to be…
- split
-
Splits the filter value into a list of values.
- split_in
-
This filter split a list in shorter lists. It splits an array in N
sub-arrays of more or less equal length. This is useful when
displaying a list of items in…
- tail
-
Fetch the tail of a list.
- vsplit_in
-
This filter splits a list in shorter lists. It splits an array in N
sub-arrays of more or less equal length. This is useful when
displaying a list of items in…
- without
-
Remove the items given in the argument from the filter value.
HTML
Filters
Mailing list