FunctionsText Split Functions
$advancedTextSplit
The first field is the message we want to split and get indexes for. The second field would be the split/seperator used in the text, and the next field would get the value of the index provided, setting this index value as the new text. The next fields work as splitters/seperators and new indexes for this new text.
Usage
$advancedTextSplit[text;split;index;split;index;...]Member
9/5/2026
!!exec $advancedTextSplit[Wow, what a nice day, i'll go outside;,;2] /* Will get the second index */
Custom Command
APP
9/5/2026
what a nice day
This function is only for EXPERTS
Function difficulty: Difficult
Tags: Advanced Textsplit