Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Filter arrays and transform strings
first
last
size
sort
map
join
where
{{ products | where: 'available', true }}
limit
{% for p in products | limit: 4 %}
push
{{ array | push: item }}
upcase
downcase
capitalize
strip
camelize
{{ 'my-class' | camelize }}
MyClass
handle
handleize
{{ 'My Title!' | handleize }}
my-title