We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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" ] },
Sorry, something went wrong.
Where do you see that?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: