Functionsutils$textSplitOn this page$textSplit Usage Splits a text into an array based on a specified separator. Parameters FieldDescriptiontextThe text to splitsepOptional separator (default: " ") Example <AoiClient>.addCommand({ name: "textsplit", code: `$textSplit[text;sep]`,});