normalizeEmail
Normalizes the email address by removing unwanted characters from it. For example [email protected]
will become [email protected]
and also it will normalize the characters case too.
If value is not a string, it will be returned as it is, otherwise it is passed to validator.js normalizeEmail method.