Request for review: std.net.isemail
Jacob Carlborg
doob at me.com
Tue Mar 22 15:04:19 PDT 2011
I've now finished the port of Dominic Sayers' PHP is_email function
(http://www.dominicsayers.com/isemail) and sending it for review.
A few comments:
* Due to limitations in std.regex some unit tests fail and are out commented
* Due to some bugs (4673, 5744) in Phobos this module contains private
functions with fixes for these bugs
* The DNS check is not implemented resulting in a few out commented unit
tests
Github: https://github.com/jacob-carlborg/phobos/tree/isemail
Documentation: http://dl.dropbox.com/u/18386187/isemail.html
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list