Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Iterable/react-native-sdk
/ getIsEmail
Function
getIsEmail
example/src/hooks/useIterableApp.tsx:90–90 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
88
const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
89
90
const getIsEmail = (id: string) => EMAIL_REGEX.test(id);
91
92
let lastTimeStamp = 0;
93
Callers
1
IterableAppProvider
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…