FunctionsString$textIndexOfOn this page$textIndexOf Returns the index of the first string element matched. Parameters ParameterDescriptiontextThe text to analizematchThe element to find Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$textIndexOf[text;x]]`,});