2 lines
63 B
Text
2 lines
63 B
Text
$words = "Hello,How,Are,You,Today" -split ','
|
|
$words -join '.'
|
$words = "Hello,How,Are,You,Today" -split ','
|
|
$words -join '.'
|