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

Converts this Char to lowercase when a Unicode mapping exists.

Returns

Lowercase scalar, or this Char when no mapping exists.

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