fenom/docs/ru/mods/length.md
2014-08-01 12:12:19 +04:00

223 B

Modifier length

The modifier returns the number of items of a sequence or mapping, or the length of a string (works with UTF8 without mbstring)

{if $images|length > 5}
 to many images
{/if}