this post was submitted on 16 Nov 2024
1070 points (99.2% liked)

Programmer Humor

19589 readers
596 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 16 hours ago (1 children)

There are many regexes that validate email, and they usually aren't compliant with the RFC, there are some details in the very old answer on SO. So, better not validate and just send a confirmation, than restrict and lock people out, imo

[–] rumba 1 points 15 hours ago (1 children)

The article you just mentioned in the comments includes both a completely reasonable and viable regex and binary and library alternatives that are in most languages.

[–] [email protected] 1 points 4 hours ago

Reasonable and viable ≠ RFC compliant

This quote summarises my views:

There is some danger that common usage and widespread sloppy coding will establish a de facto standard for e-mail addresses that is more restrictive than the recorded formal standard.