On May30, 10:36am, blackthorne <francisco....@gmail.com> wrote: > http://fightingforalostcause.net/misc/2006/compare-email-regex.php > > Take it as a suggestion for a better email regex validator...
+1. The post contains implementations as well as test cases. It should be easy to convert them into a web2py validator WITH built-in doctest! By the way, the post also mention "This one will work in JavaScript". So it will also be great that a web2py email widget will contain the javascript validating code, so that the input will be checked at client-side for much quicker UI responsive experience, while keeping the server-side double validation. My two cents.