|
|
|
|
|
| | |
| |
Active Server Pages ASP a directory of ASP tutorials applications scripts components and articles for the novice to professional developer. CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: IsValid E-mail Address |
|
From: |
mmmm |
|
Date: |
3/13/2001 9:18:43 AM |
|
IP: |
195.68.133.37 |
<script language="javascript">
function isEmail(str) {
var emailReg = "^[\\w-_\.]*[\\w-_\.]\@[\\w]\.+[\\w]+[\\w]$";
var regex = new RegExp(emailReg);
return regex.test(str);
}
</script> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|