fullWidth property

RegExp fullWidth
final

Matches full-width characters (used in Japanese, Chinese, Korean).

Implementation

static final RegExp fullWidth = RegExp(
    r'[^\u0020-\u007E\uFF61-\uFF9F\uFFA0-\uFFDC\uFFE8-\uFFEE0-9a-zA-Z]');