Answers for "test if string in string twig"

0

test if string in string twig

{# returns true #}

{{ 1 in [1, 2, 3] }}

{{ 'cd' in 'abcde' }}
Posted by: Guest on October-05-2020

Browse Popular Code Answers by Language