On this pagelower Convert a string into all lowercase. def lower( value: string) - > string Convert a string into all lowercase. Parameters NameTypeDescriptionvaluestringThe input string to be converted to lowercase. Returns TypeDescriptionstringThe lowercase version of the input string.