]> git.immae.eu Git - github/wallabag/wallabag.git/blame - vendor/twig/twig/doc/filters/length.rst
twig implementation
[github/wallabag/wallabag.git] / vendor / twig / twig / doc / filters / length.rst
CommitLineData
4f5b44bd
NL
1``length``
2==========
3
4The ``length`` filters returns the number of items of a sequence or mapping, or
5the length of a string:
6
7.. code-block:: jinja
8
9 {% if users|length > 10 %}
10 ...
11 {% endif %}
12