size
Count the number of characters in a string or length of an array. "." or "|" syntax can be used.
{{ arrayOfItems.size }}
{% comment %} or {% endcomment %}
// or
{{ "How many characters?" | size }}
{% comment %} This will return 20 {% endcomment %}
copy