A dictionary list of credit card abbreviations
A hash of valid CC abbreviations and regular expressions
See the dojox/validate/web._cardInfo reference documentation for more information.
Define your own card, gift-card, whatever. Starts with 7, is 15 total length.
dojo.mixin(dojox.validate._cardInfo, { "my":"7[0-9]{14}" });