From 196089adea6c6727d41ccf22d58547eb949687e6 Mon Sep 17 00:00:00 2001 From: Cody Eklov Date: Wed, 20 Mar 2019 14:39:58 -0500 Subject: [PATCH] new NH licenses Allows 3 letters + 8 numbers --- regex.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regex.json b/regex.json index 5cfd071..d853551 100644 --- a/regex.json +++ b/regex.json @@ -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": {