Template Filter - length
Definition and Usage
The length
filter returns the number of items in an object.
For strings, the length
filter returns the number of characters:
Syntax
Template filters are defined by using a pipe |
character followed by the name of the filter.
{{ value|length }}