Skip to content

Commit

Permalink
Merge pull request #19 from ceklov/patch-3
Browse files Browse the repository at this point in the history
new NH licenses
  • Loading branch information
adambullmer committed Mar 28, 2019
2 parents 5132752 + 196089a commit 5ebdd25
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 5ebdd25

Please sign in to comment.