Email Address

Detects email addresses in local-part@domain.tld form using a pragmatic RFC 5322 / WHATWG HTML Living Standard subset: bounded local-part and domain-label quantifiers, not the full RFC 5322 address-list grammar (no quoted-string local parts, no comments, no domain literals). This is a genuine value-format identifier, distinct from the existing global-top500-044/045 concept patterns, which only match topic phrases such as "personal email" or "work email" and do not extract an actual address value.

Type
regex
Engine
universal
Confidence
medium
Confidence justification
Medium confidence: the local-part@domain.tld structure is distinctive enough to stand alone at the 65 (discovery) tier, but it is not immune to false positives — Retina-resolution image asset filenames (logo@2x.png) and some version/build tokens can coincidentally match the same shape. The 75 tier requires independent "email"/"contact" evidence to raise confidence for labelled occurrences.
Jurisdictions
global
Regulations
GDPR, CCPA/CPRA
Frameworks
ISO 27001, ISO 27701, SOC 2
Data categories
pii, contact-information
Scope
narrow
Risk rating
5
Platform compatibility
Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Compatible, Netskope: Unsupported

Pattern

\b[A-Za-z0-9][A-Za-z0-9.!#$%&'*+/=?^_{|}~-]{0,63}@[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?(?:\.[A-Za-z0-9](?:[A-Za-z0-9-]{0,61}[A-Za-z0-9])?){1,8}\b

Corroborative evidence keywords

email address, email, e-mail, contact email, personal email, work email, send an email, reply to, mailto, address, age, birthday, citizenship, city, date of birth, [object Object], ethnicity, fax, first name, full name (+17 more)

Proximity: 300 characters

Should match

Should not match

Known false positives

References