Matches a US ZIP code (5 digits or ZIP+4).
static final RegExp postalCode = RegExp(r'^\d{5}(-\d{4})?$');