FunctionsString$endsWithOn this page$endsWith Returns whether the given text ends with the provided word. Parameters ParameterDescriptiontextThe text to analizematchThe word to check Example <AoiClient>.addCommand({ name: "command", code: `$replyMessage[$endsWith[text l;l]]`,});