Skip to content

Commit

Permalink
fixed israeli passport definition
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4f53 committed Nov 13, 2023
1 parent 7f5b49f commit 6aaae70
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -304,14 +304,12 @@
]
},
"Israeli Passport": {
"regex": "^[0-9a-z]{8,}$",
"regex": "(?:P<ISR)(?:[A-Z0-9<].+)",
"region": "Israel",
"keywords": [
"State",
"Israel",
"Passport",
"code",
"state"
"ISR"
]
},
"Palestinian Passport": {
Expand Down

0 comments on commit 6aaae70

Please sign in to comment.