EasyValidation icon indicating copy to clipboard operation
EasyValidation copied to clipboard

Bug/40

Open trevynmace opened this issue 5 years ago • 1 comments

Fixed validation of the local part of the email to allow more accepted characters as well as preventing invalid combinations (like two periods sequentially). Also increased the length limit of the top-level domain to accept any existing top-level domain (largest has length of 24 characters). Also added a suite of unit tests in order to validate my changes.

trevynmace avatar Nov 12 '19 00:11 trevynmace

Could this be reviewed and merged? I'm working on an app that uses this library but we can't use + in email addresses. Otherwise I'm gonna have to rip this out and rewrite the validation layer

gregriggins36 avatar Apr 11 '20 09:04 gregriggins36