UPPER Suggest EditsConverts a specified string to uppercase. Parameters value String (required) - The string to convert to uppercase. Returns String Examples JavaScriptUPPER("Empire State Building") // returns "EMPIRE STATE BUILDING" Updated 12 months ago Table of Contents Parameters Returns Examples