Skip to content

split

Splits a string into an array. (standard Liquid filter.)

Example

{{ "new,sale" | split: "," | size }}

Output:

2