piighost/jp-phone

Japanese phone number, the +81 country code or the 0 trunk prefix then nine or ten digits. Japanese writing separates the area code, the exchange and the subscriber with dashes, and the separators are allowed anywhere between the digits.

Label: JP_PHONE

Pattern

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

Must be caught

Must be left alone

Tags: jp, contact

Download the detector as TOML