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]Member
9/5/2026
!!exec $spliceTextJoin[1 2 3 4 5 6 7; ;+;-;2]
Custom Command
APP
9/5/2026
1+2-3+4-5+6
Function difficulty: Difficult
Tags: Textsplit Splice