• Receives a string and returns a copy of this string with all lowercase letters changed to uppercase. All other characters are left unchanged.

    Parameters

    • str: string

    Returns string