var str = "Hello,How,Are,You,Today" var strings = str.Split(',') print(values: strings, separator: ".")