fenom/docs/en/mods/in.md
2014-08-02 00:24:14 +04:00

11 lines
192 B
Markdown

Modifier in
===========
The modifier is implementation of [in](../operators.md#containment-operator) operator (performs containment test).
```smarty
{if $number|in:[1, 3, 42]}
...
{/if}
```