Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kentucky looks wrong, perhaps some updates #11

Open
djMax opened this issue Aug 21, 2017 · 2 comments
Open

Kentucky looks wrong, perhaps some updates #11

djMax opened this issue Aug 21, 2017 · 2 comments

Comments

@djMax
Copy link

djMax commented Aug 21, 2017

We ported this to Node.js and in the real world found some issues as shown in the changelog.

Just FYI...

https://github.com/gas-buddy/usdl-regex

@eternalinteractive
Copy link

KY is Alpha check is wrong. You currently have it as "[A_Z]" and it should be "[A-Z]"

KY should be as follows:

"KY": {
    "rule": "(^[A-Z]{1}[0-9]{8,9}$)|(^[0-9]{9}$)",
    "description": [
      "1 Alpha + 8-9 Numeric",
      "9 Numeric"
    ]
  },

@djMax
Copy link
Author

djMax commented Sep 5, 2019

Where do you see that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant