How can I join an array by a substring?
MineMoreGames <[email protected]> Wed, 24 Apr 2019 14:11:24 +0300
| Newsgroups | gmane.comp.lang.pike.user |
|---|---|
| Message-ID | <CAOykygLKJvgnJ35nNUKqmbtzW6bYX24FfLYpoYfEZoW8T2XGdw@mail.gmail.com> |
Let's say I've got ({"This", "is", "a", "test"})
And I want to join it by a white space to get
"This is a test"
How can I achieve that?