marionnewlevant/craft-twig_perversion

Add new `is numeric` test

Closed this issue · 2 comments

For whatever reason, fabpot doesn't think it's worth adding an is numeric test to Twig. I happen to strongly disagree.

twigphp/Twig#1861

Would you mind adding a test like this to Twig Perversion?

{% if myVar is numeric %}
    {# Do something which requires a number #}
{% endif %}

added in 1.0.1

Brilliant!! Thanks Marion! :)