tokens = String.split("Hello,How,Are,You,Today", ",") IO.puts Enum.join(tokens, ".")