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