-
-
Couldn't load subscription status.
- Fork 2.4k
Closed
Description
"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.
Here is a thread about it: https://stackoverflow.com/questions/31790440/regex-to-replace-no-break-space
qqilihq
Metadata
Metadata
Assignees
Labels
No labels