Search code examples
c#credit-cardverification

Creditcard verification with regex?


What is the right way to verify a credit card with a regex? If which one to use there are tons online. If not how to verify?


Solution

  • How can I use credit card numbers containing spaces? covers everything you should need.