Functionsutils$findTextSplitIndexOn this page$findTextSplitIndex Usage Finds the index of a specified element in the array resulting from the $textSplit command. Parameters FieldDescriptionqueryThe element to find the index of Example <AoiClient>.addCommand({ name: "findTextSplitIndex", code: `$replyMessage[$findTextSplitIndex[query]]`,});