-
-
Notifications
You must be signed in to change notification settings - Fork 930
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
fix(location): Dutch postal codes can never start with '0' #2326
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #2326 +/- ##
==========================================
- Coverage 99.60% 99.59% -0.01%
==========================================
Files 2665 2665
Lines 246438 246448 +10
Branches 1086 1080 -6
==========================================
- Hits 245468 245454 -14
- Misses 943 967 +24
Partials 27 27
|
If you fix something please include a link that can be used for verification if possible. |
Not too sure if this is good enough verification but it's what I found: https://stackoverflow.com/questions/17898523/regular-expression-for-dutch-zip-postal-code#:~:text=As%20an%20aside%3A%20Dutch%20postal%20codes%20never%20start%20with%20a%20zero. |
Well, there is always https://github.com/validatorjs/validator.js/blob/master/src/lib/isPostalCode.js |
Wikipedia generally explains postcodes well https://en.wikipedia.org/wiki/Postal_codes_in_the_Netherlands?wprov=sfti1 |
No description provided.