Question heading already asks it:
In a Twig template {{0 in ['a', 'b', '99']}}
prints 1
. WHY? I have '0'
as a value and I can't check it against arrays, as that value always pops up as existing. And at the end of the day: How do I achieve the goal of checking zero against the array of strings, in Twig?