Global Phone Number (E.164)

Detects international telephone numbers in ITU-T E.164 form: a leading "+" (the international prefix symbol defined by ITU-T E.123, the companion notation recommendation) followed by a country code and national significant number totalling no more than 15 digits, per E.164's own numbering-space limit (country code 1-3 digits, subscriber number up to 12 digits, 15 digits maximum overall). This pattern covers only the "+"-prefixed international representation — it is the global counterpart to the country-specific domestic-format patterns (us-phone-number, ca-phone-number, uk-phone-number, in-phone-number, and the EU national patterns), which additionally match each country's bare domestic formatting conventions. Real-world renderings commonly use spaces or hyphens between digit groups even though E.123 formally prescribes spaces only; both are accepted here.

Type
regex
Engine
universal
Confidence
medium
Confidence justification
Medium confidence: the mandatory literal "+" prefix is distinctive and rare outside telecom contexts, but the digits that follow it carry no checksum and the regex cannot validate the country-code/national-number split against a real assignment table, so E.164-shaped values remain a high digit-collision format at heart. Per the phone-family convention set by au-fixed-line-telephone (every tier requires positive corroborative evidence; a +CC prefix alone is insufficient gating), no zero-evidence tier is offered: the 75 tier requires generic phone-context evidence and the 85 tier requires specific international-phone keywords with template/noise exclusion.
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: Unsupported, Macie: Unsupported, Zscaler: Compatible, Palo Alto: Unsupported, Netskope: Unsupported

Pattern

(?<!\d)\+[1-9][\s.-]?\d[\s.-]?\d[\s.-]?\d[\s.-]?\d[\s.-]?\d[\s.-]?\d[\s.-]?\d(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?:[\s.-]?\d)?(?!\d)

Corroborative evidence keywords

phone, mobile, cell, call, text, contact number, international phone number, call me at, telephone, tel, dial, text me, text message, [object Object], WhatsApp, voicemail, phone number, mobile number, landline

Proximity: 300 characters

Should match

Should not match

Known false positives

References