Skip to content

Instantly share code, notes, and snippets.

@andre-f-paggi
Created October 10, 2017 20:32
Show Gist options
  • Save andre-f-paggi/2c8bec584833dc7a8f86d6d0fa324bce to your computer and use it in GitHub Desktop.
Save andre-f-paggi/2c8bec584833dc7a8f86d6d0fa324bce to your computer and use it in GitHub Desktop.
Regex para CEPs
var regexCep = /^\d{5}\-?\d{3}$/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment