FunctionsText Split Functions
$spliceTextJoin
Splits a text with separator1, then joins with it separator2 every x times, and then joins with separator3 every x-1 times.
Usage
$spliceTextJoin[text;separator1;separator2;separator3;every]!!exec $spliceTextJoin[1 2 3 4 5 6 7; ;+;-;2]
1+2-3+4-5+6
Function difficulty: Difficult
Tags: Textsplit Splice