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 Call +91 98765 43210 after lunch. → +91 98765 43210Mobile 9876543210 on the form. → 9876543210
Must be left alone Call 5876543210Call 98765 4321
Tags: in, contact
Download the detector as TOML
Used by
piighost/in — India: phone, PIN code, the PAN tax number, the Aadhaar number and the GST number.
Related patterns
piighost/ar-phone — Argentine phone number, the +54 country code or the 0 trunk prefix then ten or eleven digits.
piighost/ar-postal — Argentine CPA postal code: a province letter, four digits for the town, then three letters for the block side.
piighost/at-phone — Austrian phone number, the +43 country code or the 0 trunk prefix then six to thirteen digits, since Austrian…
piighost/au-phone — Australian phone number: the +61 or leading 0 prefix, a single area or service digit, then eight digits.
piighost/au-postal — Australian postal code, anchored on the state or territory abbreviation that precedes it in an address.
piighost/be-phone — Belgian phone number, the +32 country code or the 0 trunk prefix then eight or nine digits.
← piighost/in-passport · All patterns in the catalogue · piighost/in-pin →