X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=roojs-debug.js;h=088a9d13aad3544aaf0ae8078ecd9ee9ce8a5a8b;hb=120f2c4dc69105bde6f5234b31397820309864cd;hp=a6a788784144e6692dbd3ab43a9ca53bf4a2e12d;hpb=2b9ec57bbfb26de18e3ee8d54c439e1d469e4d66;p=roojs1 diff --git a/roojs-debug.js b/roojs-debug.js index a6a7887841..088a9d13aa 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -55979,7 +55979,7 @@ Roo.form.VTypes = function(){ // closure these in so they are only created once. var alpha = /^[a-zA-Z_]+$/; var alphanum = /^[a-zA-Z0-9_]+$/; - var email = /^([\w]+)(\.[\w]+)*@([\w-]+\.){1,5}([A-Za-z]){2,24}$/; + var email = /^([\w-]+)(\.[\w-]+)*@([\w-]+\.){1,5}([A-Za-z]){2,24}$/; var url = /^(((https?)|(ftp)):\/\/([\-\w]+\.)+\w{2,3}(\/[%\-\w]+(\.\w{2,})?)*(([\w\-\.\?\\\/+@&#;`~=%!]*)(\.\w{2,})?)*\/?)/i; var urlWeb = /^((https?):\/\/([\-\w]+\.)+\w{2,3}(\/[%\-\w]+(\.\w{2,})?)*(([\w\-\.\?\\\/+@&#;`~=%!]*)(\.\w{2,})?)*\/?)/i;