piighost/in-phone

Indian mobile number: an optional +91, then ten digits starting 6, 7, 8 or 9, the range the regulator allocates to mobiles. Ten bare digits also match, so it competes with the NHS number and the US provider identifier.

Label: IN_PHONE

Pattern

(?<![\w+])(?:\+91[\s.-]?)?[6-9]\d{4}[\s.-]?\d{5}(?!\w)

Must be caught

Must be left alone

Tags: in, contact

Download the detector as TOML