Combines the items in an array into a single string using the argument as a separator.
Input
{% assign beatles = "John, Paul, George, Ringo" | split: ", " %} {{ beatles | join: " and " }}
Output
John and Paul and George and Ringo
Last updated 1 year ago
This site uses cookies to deliver its service and to analyze traffic. By browsing this site, you accept the privacy policy.