Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve validity check of email addresses nus-cs2103-AY2122S2#71 (nus…
…-cs2103-AY2122S2#78) The email validation regex does not detect certain incorrect email formats and wrongly rejects correct ones. Let's * improve the regex to better account for email formats encountered in real life. * modify unit tests to test the new regex. * refine the messages shown to users to better describe the correct format for emails.
- Loading branch information