validate-pancard
v1.0.5
Published
The PAN follows a specific structure: the first five characters are uppercase letters (A-Z), the next four are digits (0-9), and the last character is a letter. A PAN card validator ensures that this format is correctly followed, reducing errors during fo
Downloads
10
Readme
This is a PAN card validator
The PAN follows a specific structure: the first five characters are uppercase letters (A-Z), the next four are digits (0-9), and the last character is a letter. A PAN card validator ensures that this format is correctly followed, reducing errors during form submissions and preventing the misuse of invalid or fraudulent PAN numbers in financial or tax-related systems.
It has function to validate pancard
validatePancard(AFZPK7190K) // true validatePancard(8989766H76) // false