Skip to content

Instantly share code, notes, and snippets.

@Rotzke
Last active September 17, 2021 09:24
Show Gist options
  • Save Rotzke/734117bb646236fb5f63d404114919c2 to your computer and use it in GitHub Desktop.
Save Rotzke/734117bb646236fb5f63d404114919c2 to your computer and use it in GitHub Desktop.
Universal Credit Card RegEx Pattern
(?:4[0-9]{12}(?:[0-9]{3})?|(?:5[1-5][0-9]{2}|222[1-9]|22[3-9][0-9]|2[3-6][0-9]{2}|27[01][0-9]|2720)[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|6(?:011|5[0-9]{2})[0-9]{12}|(?:2131|1800|35\d{3})\d{11})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment