klyn.Char.isAscii
property
public readonly property isAscii as Boolean:
Description

Indicates whether this Char belongs to ASCII.

Returns

true for code points in U+0000..U+007F.

Example
assert 'K'.isAscii
assert not 'π'.isAscii