3 lines
74 B
Text
3 lines
74 B
Text
|
|
$words = "Hello,How,Are,You,Today".Split(',')
|
||
|
|
[string]::Join('.', $words)
|