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