-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat(isLicensePlate): hu-HU locale #1895
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1895 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 102 102
Lines 2085 2086 +1
Branches 472 472
=========================================
+ Hits 2085 2086 +1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The rest looks good, just the m/c. Thanks for your contrib 🎉
@@ -140,7 +140,11 @@ Validator | Description | |||
**isJWT(str)** | check if the string is valid JWT token. | |||
**isLatLong(str [, options])** | check if the string is a valid latitude-longitude coordinate in the format `lat,long` or `lat, long`.<br/><br/>`options` is an object that defaults to `{ checkDMS: false }`. Pass `checkDMS` as `true` to validate DMS(degrees, minutes, and seconds) latitude-longitude format. | |||
**isLength(str [, options])** | check if the string's length falls in a range.<br/><br/>`options` is an object which defaults to `{min:0, max: undefined}`. Note: this function takes into account surrogate pairs. | |||
<<<<<<< HEAD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the merge conflict please...
chore: clean up PR #1895 --------- Co-authored-by: szabolcstarnai <tarnai.szabolcs01@gmail.com>
combined in #2164 |
Added Hungarian locale for license plates
info: https://hu.wikipedia.org/wiki/Magyar_forgalmi_rendszámok
Checklist