Email regular expression is not correct #1

Open
opened 2019-09-03 23:48:31 +00:00 by Dennis · 0 comments
Owner

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:

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: * https://en.wikipedia.org/wiki/Email_address * https://emailregex.com/
Dennis self-assigned this 2019-09-03 23:48:31 +00:00
Dennis added the
Bug
label 2019-09-04 12:05:20 +00:00
Sign in to join this conversation.
No Label
Bug
Security
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Dennis/wedding-rsvp-rs#1
No description provided.