Matches any multibyte characters (non-ASCII).
static final RegExp multibyte = RegExp(r'[^\x00-\x7F]');