piighost/mx-phone

Mexican phone number: ten digits opening on an area code, with the +52 country code and the old mobile 1 both optional. Mexico dropped the 044 and 045 prefixes in 2019, so only the ten digit form is matched here.

Label: MX_PHONE

Pattern

(?<![\w+])(?:\+52[\s-]?)?(?:1[\s-]?)?[2-9]\d(?:[\s-]?\d){8}(?!\w)(?![\s-]?\d)

Must be caught

Must be left alone

Tags: mx, contact

Download the detector as TOML