Dear experts,
Is there any way to 'explode' in Volt? I want to create array from a string. For example:
{% set arr = explode(mystrings, ',') %}
I saw join but not the opposite.
Thanks a lot.
Jim
Dear experts,
Is there any way to 'explode' in Volt? I want to create array from a string. For example:
{% set arr = explode(mystrings, ',') %}
I saw join but not the opposite.
Thanks a lot.
Jim