FunctionsString$reverseOn this page$reverse Reverses the order of characters in a string. Parameters ParameterDescriptiontextThe text to reverse Example <AoiClient>.addCommand({ name: "reverse-text", code: ` $reverse[hello] `,});