Famous Card.js Get Card Type References

Web Function Getcardtype (Number) { // Visa Var Re = New Regexp (^4);


If (number.match (re) != null) return visa;