Liquex.Filter.join

You're seeing just the function join, go back to Liquex.Filter module for more information.

Combines the items in values into a single string using joiner as a separator.

Examples

iex> Liquex.Filter.join(~w(John Paul George Ringo), " and ", %{})
"John and Paul and George and Ringo"