Is there a php library for email address validation?
Posted
by MrValdez
on Stack Overflow
See other posts from Stack Overflow
or by MrValdez
Published on 2008-10-02T08:27:54Z
Indexed on
2010/05/15
14:24 UTC
Read the original article
Hit count: 434
I need to validate the email address of my users. Unfortunately, making a validator that comforms to standards is hard
Here is an example of a regex expression that tries to comform to standard
Are there any PHP library (preferably, open-source) that validates email address?
© Stack Overflow or respective owner