Skip to content

Instantly share code, notes, and snippets.

@paulingham
Created March 6, 2013 18:02
Show Gist options
  • Save paulingham/5101527 to your computer and use it in GitHub Desktop.
Save paulingham/5101527 to your computer and use it in GitHub Desktop.
visa: /^4\d{15}(\d{0,3})?$/
mastercard: /^(5[1-5]\d{4}|677189)\d{10}$/
american express: /^3[47]\d{13}$/
maestro: /^6759\d{12}(\d{2,3})?$/
solo: /^6767\d{12}(\d{2,3})?$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment