halfWidth property

RegExp halfWidth
final

Matches half-width characters (standard Latin characters).

Implementation

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