FunctionsString$toLocaleUpperCaseOn this page$toLocaleUpperCase Converts a string to uppercase according to the current locale. Parameters ParameterDescriptiontextThe text to convert Example <AoiClient>.addCommand({ name: "convert-to-upper-case", code: ` $toLocaleUpperCase[hello] `,});