Custom Command
FunctionsText Functions

$textSlice

Returns <text> after given position or text in between X and Y

Usage

$textSlice[text;x;y (optional)]

Example:

!!exec $textSlice[Hello world;0;5]

Hello

On this page