Add new `is numeric` test
Closed this issue · 2 comments
lindseydiloreto commented
For whatever reason, fabpot doesn't think it's worth adding an is numeric
test to Twig. I happen to strongly disagree.
Would you mind adding a test like this to Twig Perversion?
{% if myVar is numeric %}
{# Do something which requires a number #}
{% endif %}
marionnewlevant commented
added in 1.0.1
lindseydiloreto commented
Brilliant!! Thanks Marion! :)