feat(isLicensePlate): hu-HU locale by szabolcstarnai · Pull Request #1895 · validatorjs/validator.js
rubiin previously approved these changes Feb 14, 2022
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
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 🎉
| **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 |
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...
profnandaa added a commit that referenced this pull request
Jan 31, 2023chore: clean up PR #1895 --------- Co-authored-by: szabolcstarnai <tarnai.szabolcs01@gmail.com>
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