let text = 'Hello,How,Are,You,Today' let tokens = text.split(||,||) print tokens.join(with: '.')