Skip to content

Commit

Permalink
Changed aadhar regex
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitcoder committed Jan 20, 2025
1 parent b9be792 commit 5b55cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fingerprint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Email: "\\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,}\\b"
Phone Number: "^\\(\\+\\d{1,2}\\s\\)?\\(?\\d{3}\\)?[\\s.-]\\d{3}[\\s.-]\\d{4}$"
Aadhar: "(?<!\d)\b\d{4}[-.]?\d{4}[-.]?\d{4}\b(?![-.\w])"
Aadhar: "(?<!\S)\d{4}[-.]?\d{4}[-.]?\d{4}\b(?!\S)"
PAN: '(?i)\b(?:panNumber\s*:\s*|PAN\s*:\s*|panNo\s*=\s*|pan\s*:\s*|<)?\s*[A-Z]{5}[0-9]{4}[A-Z]\s*(?:>)?\b'
Amazon MWS Auth Token: "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
Amazon SNS Topic Disclosure: "arn:aws:sns:[a-z0-9\\-]+:[0-9]+:[A-Za-z0-9\\-_]+"
Expand Down

0 comments on commit 5b55cd1

Please sign in to comment.