Functionsis_upperVersion: v4.23On this pageis_upperChecks if a string is in uppercase.is_upper(x:string) -> boolDescriptionThe is_upper function returns true if x is entirely in uppercase; otherwise, it returns false.ExamplesCheck if a string is uppercasefrom {x: "HELLO".is_upper()}{x: true}See Alsoto_upper, is_lower