“Hello”, “World” -join “ “
Powershell v2.0 has a join operator. It works with simple arrays. Oh well, I still enjoyed creating my own that works with the pipeline.
“Hello”, “World” -join “ “
Powershell v2.0 has a join operator. It works with simple arrays. Oh well, I still enjoyed creating my own that works with the pipeline.