Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
OOPMan
on Sept 9, 2016
|
parent
|
context
|
favorite
| on:
The Correct Way to Validate Email Addresses
My approach to this is reasonably simple:
1: Does it have an @ 2: Is it at least 5 chars long (E.g. a@b.c)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
1: Does it have an @ 2: Is it at least 5 chars long (E.g. a@b.c)