Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PIKACHUIM/CFWorkerACME
/ isValidEmail
Function
isValidEmail
frontend/src/utils/crypto.ts:51–53 ·
view source on GitHub ↗
(email: string)
Source
from the content-addressed store, hash-verified
49
* 邮箱简单校验
50
*/
51
export
function
isValidEmail(email: string): boolean {
52
return
/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email);
53
}
54
55
/**
56
* 邮箱 MD5(用于 Gravatar)
Callers
5
handleLogin
Function · 0.90
handleRegister
Function · 0.90
handleReset
Function · 0.90
handleSendCode
Function · 0.90
onSubmit
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected