Radical Design Course by Jack McDade

From the creator of Statamic

Learn how to make your websites standout and be remembered.

Bought Jack McDade's course on design. Going through it now...and it is SO well done!

— Justin Jackson, Transistor.fm

explode Modifier

Breaks a string into an array of strings split on a given delimiter.

places: Scotland, England, Switzerland, Italy
{{ places | explode(',') | ul }}
<ul>
<li>Scotland</li>
<li>England</li>
<li>Switzerland</li>
<li>Italy</li>
</ul>
Docs feedback

Submit improvements, related content, or suggestions through Github.

Betterify this page →