Skip to content

Commit

Permalink
new NH licenses
Browse files Browse the repository at this point in the history
Allows 3 letters + 8 numbers
  • Loading branch information
ceklov authored Mar 20, 2019
1 parent 5132752 commit 196089a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regex.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,9 @@
]
},
"NH": {
"rule": "^[0-9]{2}[A-Z]{3}[0-9]{5}$",
"rule": "(^[0-9]{2}[A-Z]{3}[0-9]{5}$)|(^[A-Z]{3}[0-9]{8}$)",
"description": [
"2 Numeric + 3 Alpha + 5 Numeric"
"2 Numeric + 3 Alpha + 5 Numeric, or 3 Alpha + 8 Numeric"
]
},
"NJ": {
Expand Down

0 comments on commit 196089a

Please sign in to comment.