Functionsto_lowerVersion: v4.23On this pageto_lowerConverts a string to lowercase.to_lower(x:string) -> stringDescriptionThe to_lower function converts all characters in x to lowercase.ExamplesConvert a string to lowercasefrom {x: "HELLO".to_lower()}{x: "hello"}See Alsoto_upper, to_title