Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(isPancard): added government pan card validation #2288

Closed
wants to merge 12 commits into from
Closed

feat(isPancard): added government pan card validation #2288

wants to merge 12 commits into from

Conversation

rahulnikam2002
Copy link

@rahulnikam2002 rahulnikam2002 commented Sep 24, 2023

feat(Pan card validation): added validation for Pan card

Why Pan card validation?

This government document is widely used in India, and many websites take the PAN card for verification.

pan card format

The first five characters are letters from the English alphabet, the next four characters are numbers and the last character is also a letter

eg: ABCTY1234D

Checklist

  • PR contains only changes related; no stray files, etc.
  • README updated (where applicable)
  • Tests written (where applicable)
  • References provided in PR (where applicable)

@WikiRik
Copy link
Member

WikiRik commented Sep 24, 2023

There is already an open PR that adds PAN validation; #2153
Feel free to reveiw that

@WikiRik WikiRik closed this Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants