⬅︎ Back to Credit Card formatter in Javascript
Guys u just change " var matches = v.match(/\d{4,16}/g); " to " var matches = v.match(/\d{4,20}/g);" and it will work with all cards ;)
Comment
Guys u just change " var matches = v.match(/\d{4,16}/g); " to " var matches = v.match(/\d{4,20}/g);" and it will work with all cards ;)