feat(isLicensePlate): hu-HU locale#1895
Closed
szabolcstarnai wants to merge 5 commits intovalidatorjs:masterfrom
Closed
feat(isLicensePlate): hu-HU locale#1895szabolcstarnai wants to merge 5 commits intovalidatorjs:masterfrom
szabolcstarnai wants to merge 5 commits intovalidatorjs:masterfrom
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.
|
rubiin
approved these changes
Feb 17, 2022
profnandaa
requested changes
Apr 22, 2022
Member
profnandaa
left a comment
There was a problem hiding this comment.
The rest looks good, just the m/c. Thanks for your contrib 🎉
| **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 |
Member
There was a problem hiding this comment.
Fix the merge conflict please...
profnandaa
added a commit
that referenced
this pull request
Jan 31, 2023
chore: clean up PR #1895 --------- Co-authored-by: szabolcstarnai <tarnai.szabolcs01@gmail.com>
Member
|
combined in #2164 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added Hungarian locale for license plates
info: https://hu.wikipedia.org/wiki/Magyar_forgalmi_rendszámok
Checklist