Skip to main content

Overview

This function returns all characters in a given string as uppercase.

Parameters

uppercase(string)
  • String: The original string.

Example

uppercase("Hello World")
Returns "HELLO WORLD".