EasyValidation
EasyValidation copied to clipboard
Bug/40
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.
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