elixir join list of strings code example Example 1: elixir join list of strings y = Enum.join(x, ", ") Example 2: elixir combine two string a <> b or "#{a} #{b}"