Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/awesome-copilot
/ isValidEmail
Function
isValidEmail
extensions/site-studio/extension.mjs:463–465 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
461
}
462
463
function
isValidEmail(value) {
464
return
/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(value);
465
}
466
467
function
isValidUrl(value) {
468
try {
Callers
1
validateFieldValue
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected