Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/simstudioai/sim
/ validateEmail
Function
validateEmail
apps/sim/lib/workspaces/organization/utils.ts:90–92 ·
view source on GitHub ↗
(email: string)
Source
from the content-addressed store, hash-verified
88
* Validate email format
89
*/
90
export
function
validateEmail(email: string): boolean {
91
return
quickValidateEmail(email.trim().toLowerCase()).isValid
92
}
Callers
nothing calls this directly
Calls
1
quickValidateEmail
Function · 0.90
Tested by
no test coverage detected