Functionsto_upperVersion: NextOn this pageto_upperConverts a string to uppercase.to_upper(x:string) -> stringDescriptionThe to_upper function converts all characters in x to uppercase.ExamplesConvert a string to uppercasefrom {x: "hello".to_upper()}{x: "HELLO"}See Alsoto_lower, to_title