USDLRegex icon indicating copy to clipboard operation
USDLRegex copied to clipboard

NE is incorrect

Open ceklov opened this issue 5 years ago • 2 comments

NE licenses can be 1 letter + 6 to 8 numbers

ceklov avatar Mar 20 '19 19:03 ceklov

#19 covered exactly 3 letters followed by 6-8 numbers, did an amendment also need to be made for 1a6-8n?

adambullmer avatar Mar 28 '19 04:03 adambullmer

#19 is for New Hampshire (NH). NE (Nebraska) should be:

"NE": {
    "rule": "^[A-Z]{1}[0-9]{6,8}$",
        "description": [
        "1 Alpha + 6-8 Numeric"
    ]
},

eternalinteractive avatar Sep 04 '19 20:09 eternalinteractive