Iterating a String With foreach | Using Modifiers in Antlers Dynamic Bindings
The following example utilizes the explode modifier to iterate a string using the foreach tag: 1 {{ foreach : array = " ' one,two,three ' | explode :, " " }} 2 {{ value }} < br /> 3 {{ / foreach }}