ascii property

RegExp ascii
final

Matches pure ASCII strings.

Implementation

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