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