multibyte property

RegExp multibyte
final

Matches any multibyte characters (non-ASCII).

Implementation

static final RegExp multibyte = RegExp(r'[^\x00-\x7F]');