schema-components - v3.7.0
    Preparing search index...

    Variable EMAIL_FORMAT_PATTERNConst

    EMAIL_FORMAT_PATTERN: RegExp = ...

    Email format pattern, exported as a named const so callers that need a guaranteed RegExp (rather than the RegExp | undefined shape of FORMAT_PATTERNS[name] under noUncheckedIndexedAccess) can import it directly. Used by the URI safety helpers for mailto address checks.