fun main(args: Array) { val input = "Hello,How,Are,You,Today" println(input.split(',').joinToString(".")) }