Splits a string into an array. (standard Liquid filter.)
{{ "new,sale" | split: "," | size }}
Output:
2