- From: poot <cvsmail@w3.org>
- Date: Tue, 10 Jan 2012 13:50:05 -0500
- To: public-html-diffs@w3.org
hixie: Fix the e-mail regexp to disallow commas. (Typo in the example. Oops. I hope you didn't copy the regexp from Mike's tweet!) (whatwg r6885) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.5482&r2=1.5483&f=h http://html5.org/tools/web-apps-tracker?from=6884&to=6885 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.5482 retrieving revision 1.5483 diff -u -d -r1.5482 -r1.5483 --- Overview.html 10 Jan 2012 00:56:21 -0000 1.5482 +++ Overview.html 10 Jan 2012 18:47:53 -0000 1.5483 @@ -35182,7 +35182,7 @@ <p>The following JavaScript- and Perl-compatible regular expression is an implementation of the above definition.</p> - <pre>/^[a-zA-Z0-9.!#$%&'*+-/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre> + <pre>/^[a-zA-Z0-9.!#$%&'*+/=?\^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/</pre>
Received on Tuesday, 10 January 2012 18:50:19 UTC