Email regular expression is not correct #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The regular expression that is used to recognize email addresses is (as usual) not correct. The regular expression is wrong in both the JavaScript, as well as in the Rust code.
I am not planning to support all legal email addresses, but a slightly better regular expression would probably be good.
References: