Functionsis_lowerVersion: NextOn this pageis_lowerChecks if a string is in lowercase.is_lower(x:string) -> boolDescriptionThe is_lower function returns true if x is entirely in lowercase and false otherwise.ExamplesCheck if a string is lowercasefrom {x: "hello".is_lower()}{x: true}See Alsoto_lower, is_upper