klyn.Char.toUpper
method
public native toUpper() as Char
Description

Converts this Char to uppercase when a Unicode mapping exists.

Returns

Uppercase scalar, or this Char when no mapping exists.

Example
assert 'é'.toUpper() == 'É'