Version: v3.1.2
Bug Description
Input Validators::isEmail("'jan@barasek.com") return true, but I think it is not valid address, because it starting with apostrophe.
Expected Behavior
Addresses starting or ending with special characters should be detected as invalid.
I'm not sure how to elegantly implement this into the current regular expression, so I'm starting an issue.
Thanks!