zipCodeUS property

RegExp zipCodeUS
final

Zip code - US (5 or 9 digits)

Implementation

static final RegExp zipCodeUS = RegExp(r'^\d{5}(-\d{4})?$');