Strings as vectors

Hi
what is the best way to join strings together and then split them apart again?
The only solution I can see now is to use +(string) to join them with a given intersperse value and then use a regular expression to split them again.
Seems a bit awkward.
For values we have vector value to do that.
TX
Simone

Zip (String) and UnZip (String) would be the equivalent to the vector join/split nodes as they can do the same (and more).

Thanks a bunch I was delving into Separate, and forgot that last time my patch crashed I started with 27.1.
Zip! Need to look into this… (misleading name tough…)
tx
Simone

quite leading actually, think: