feat(isCreditCard): Fixed regex for Union Pay Credit cards with 81 range by shreyassai123 · Pull Request #1715 · validatorjs/validator.js
Fixes #1680
Implemented regex for Union Pay Cards with 81 range by using the regex: ^(81[0-9]{14,17}))$
Checklist
- PR contains only changes related; no stray files, etc.
- README updated (where applicable)
- Tests written (where applicable)
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you @shreyassai123 and congrats for your first contribution
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for your contrib! 🎉
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters