piighost/ar-phone

Argentine phone number, the +54 country code or the 0 trunk prefix then ten or eleven digits. Separators are allowed anywhere between the digits, since Argentine writing mixes spaces and dashes freely, and the match ends on a digit.

Label: AR_PHONE

Pattern

(?<![\w+])(?:\+54|0)(?:[\s.-]?\d){10,11}(?!\w)

Must be caught

Must be left alone

Tags: ar, contact

Download the detector as TOML