ICI Modules: str: tolower Modules by name : by type Synopsis string = str.tolower(string) Description Converts any uppercase alphabetic characters in the argument string to lower case and returns the resultant string.
string = str.tolower(string)
Converts any uppercase alphabetic characters in the argument string to lower case and returns the resultant string.