Skip to content

Conversation

Srikanth1306
Copy link
Contributor

PAN is a ten-digit unique alphanumeric number issued by the Income Tax Department.
Indian PAN (Permanent Account Number) card based on its standardized format. A PAN number is a unique 10-character alphanumeric identifier issued by the Indian government, and it follows a specific structure:
First 5 characters: Uppercase English letters (A-Z).
Next 4 characters: Numeric digits (0-9).
Last character: A single uppercase English letter (A-Z).
image
When we provide the information in the mentioned format it validates as a valid PAN Card

Eg: ABCDE1234F
Result
image

Mentioned formate was not used it will give an error message to the field
Eg:abcde1234f
image

Eg: 1234ABCDEF
image

@am-shakeel am-shakeel self-assigned this Oct 22, 2024
Copy link

@am-shakeel am-shakeel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@am-shakeel am-shakeel merged commit 54a32a1 into ServiceNowDevProgram:main Oct 22, 2024
1 check passed
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