ContaAzul / creditcard.js

A simple credit card validation library in JavaScript
http://contaazul.github.io/creditcard.js/
Other
374 stars 82 forks source link

JCB Cards #84

Closed lokharth closed 3 years ago

lokharth commented 6 years ago

Can we get support for JCB Cards ?

Thanks :D

randalmaia commented 6 years ago

Hello @lokharth, thank you for your issue. Do you have more information about JCB cards scheme?

lokharth commented 6 years ago

Sure, The regex I usually use to identify JCB cards is this one:

^(?:2131|1800|35[0-9]{3})[0-9]{11}$

dedicio commented 3 years ago

HI @lokharth

Thanks for contribution!

This improvement was implemented in PR #120

See more details: https://contaazul.github.io/creditcard.js/