validator.js
validator.js copied to clipboard
feat(isAlpha): added Estonian (et-EE) support to alpha and alphanumeric validation
Added support for Estonian (et-EE) in isAlpha and isAlphanumeric validation.
Estonian required characters added: Š, Ž, Õ, Ä, Ö, Ü.
Checklist
- [X] PR contains only changes related; no stray files, etc.
- [X] README updated (where applicable)
- [ ] Tests written (where applicable)
- [ ] References provided in PR (where applicable)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
3847c6f) to head (f3e8549).
Additional details and impacted files
@@ Coverage Diff @@
## master #2562 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 114 114
Lines 2535 2535
Branches 641 641
=========================================
Hits 2535 2535
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
- :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.
Can you add a test for this and provide a resource for why these characters are required?