Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save petergi/9602aeff38c3dccbc700feb114b73bae to your computer and use it in GitHub Desktop.

Select an option

Save petergi/9602aeff38c3dccbc700feb114b73bae to your computer and use it in GitHub Desktop.
Matches US ZIP, ZIP + 4, and Canadian Postal Codes
/(^\d{5}(-\d{4})?$)|(^[ABCEGHJKLMNPRSTVXY]{1}\d{1}[A-Z]{1} *\d{1}[A-Z]{1}\d{1}$)/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment