Hi all,
Use the following code for check the valid email address.
var filterEmail = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z])+\.)+([a-zA-Z]{2,4})+$/;
if(filterEmail.test(Email))//Check the Email Format.
{
//..........
}
...S.VinothkumaR.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment