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

Determines whether a character belongs to a Unicode alphabetic class.

Returns

true for an alphabetic Unicode character.

Example
assert `é`.isAlpha()
assert `Ж`.isAlpha()