MCPcopy 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
81function 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

checkInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected