A project I work on uses
in the schema, and we had an email pass validation with a leading nbsp character, i.e.
Since most other whitespace in the email results in validation errors, I believe this should too. The regex excludes \s characters, but nbsp characters are not included in that.