MCPcopy 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

88const EMAIL_REGEX = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
89
90const getIsEmail = (id: string) => EMAIL_REGEX.test(id);
91
92let lastTimeStamp = 0;
93

Callers 1

IterableAppProviderFunction · 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…