id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
2293	[validate]	Hum4ngus		"I've made a new email validation.
This because the standard one only has to contain a @, this one accepts the format ""user@domein.com"".


{{{
jQuery.validator.addMethod(""email2"", function(value) {
			return /^[a-zA-Z0-9._%-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/.test( value ); 
		}, String.format(""Please enter a valid email adres.""));
}}}
"	enhancement	closed	minor	1.2.3	plugin	1.2.2	worksforme	[validate]			
