toUpperCase method

Characters toUpperCase()

The characters of the upper-case version of string.

Implementation

Characters toUpperCase() => text.toUpperCase();