Converts a string to lowercase. Takes str (string to convert). Returns a new string with all uppercase letters converted to lowercase.
str
; No example implemented yet