Skip to content

Commit

Permalink
added regex for saudi arabian passports
Browse files Browse the repository at this point in the history
  • Loading branch information
othmanalikhan committed Nov 21, 2023
1 parent d2f9627 commit 1213013
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,16 @@
"<<<<"
]
},
"Saudi Arabian Passport": {
"regex":"(?:P<SAU)(?:[A-Z0-9<].+)",
"region":"Saudi Arabia",
"keywords":[
"Passport",
"Saudi Arabia",
"SAU",
"<<<<"
]
},
"Nebraska Driver's License": {
"regex":"[A-Z]{1}[0-9]{9,11}",
"region":"United States",
Expand Down

0 comments on commit 1213013

Please sign in to comment.