Join a list of strings

 "1,2,3" = Enum.join(["1","2","3"], ",")

Documentation: Enum.join/2