MCPcopy Create free account
hub / github.com/Flagsmith/flagsmith / isValidEmail

Function isValidEmail

frontend/common/utils/base/_utils.js:458–461  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

456 },
457
458 isValidEmail(text) {
459 // returns bool
460 return Utils.emailRegex.test(text)
461 },
462
463 isValidURL(url) {
464 return Utils.urlRegex.test(url)

Callers

nothing calls this directly

Calls 1

testMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…