clientSideValidations.validators.local.email_format=function(a,b){if(!/^([^@\s]+)@((?:[-a-z0-9]+\.)+[a-z]{2,})$/i.test(a.val()))return b.message}
