Closed nus-pe-bot closed 4 years ago
https://en.wikipedia.org/wiki/Email_address#Internationalization Local part having 1 symbol is actually a valid email. Hyphen in sequence is a valid email. Dot less domain is valid (but not recommended).
In order to avoid having overly complex regex, we will refrain from checking every single possible allowed combination.
Will update UG.
It is specified that the constraint for email formats are:
Emails should be of the format local-part@domain and adhere to the following constraints:
This allows for cases such as:
Not a very realistic constraint for email formats.
Labels:
severity.Medium
type.FunctionalityBug
original: firzanarmani/ped#1