klyn.Char.isAlpha
method
public native isAlpha() as Boolean
Description

Determines whether this Char belongs to a Unicode alphabetic class.

Returns

true for an alphabetic Unicode scalar.

Example
assert 'Ж'.isAlpha()