You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"test [email protected]" won't pass since it's a regular space (0x0020), but "test [email protected]" will pass since it's a non breaking space (0x00A0).
In fact, /\s/ regex pattern is not checking for non breaking spaces.