A blog covering Pylons web development, advanced CSS, jQuery, Thrift, the Tornado WebServer, and Load Balancing
function isValidEmail(str) { return (str.indexOf(".") > 2) && (str.indexOf("@") > 0); }
0 comments:
Post a Comment