UPPERSuggest 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 almost 3 years ago Table of Contents Parameters Returns Examples