piighost/phone-international

Phone number in international form: a + sign, a country code, then groups of digits. The area code may be parenthesised, and the parentheses are paired so a number written inside brackets does not swallow one. Deliberately loose about grouping, so it overlaps with every national phone pattern: do not put both in the same detector.

Label: PHONE_INTERNATIONAL

Pattern

(?<![\w+])\+\d{1,3}[\s.-]?(?:\(\d{1,4}\)|\d{1,4})(?:[\s.-]?\d{1,4}){1,4}(?!\d)

Must be caught

Must be left alone

Tags: international, contact

Download the detector as TOML