Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Web-Development
/ isemail
Function
isemail
Form Validation/script.js:81–84 ·
view source on GitHub ↗
(email)
Source
from the content-addressed store, hash-verified
79
}
80
81
function
isemail(email){
82
return
/^(([^<>()\[\]\\.,;:\s@
"]+(\.[^<>()\[\]\\.,;:\s@"
]+)*)|(
".+"
))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/.test(email);
83
84
}
Callers
1
checkInputs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected