piighost/sg-phone
Singapore phone number: eight digits opening on a 3, 6, 8 or 9, with the +65 country code optional. Singapore has no trunk prefix and no area codes, so the opening digit is the only thing that says which kind of line it is.
Label: SG_PHONE
Pattern (?<![\w+])(?:\+65[\s.-]?)?[3689](?:[\s.-]?\d){7}(?!\w)(?![\s.-]?\d)
Must be caught Call +65 6123 4567 for the front desk. → +65 6123 4567My handphone is 9123 4567 if you need me. → 9123 4567
Must be left alone The room number is 1123 4567Extension 6123
Tags: sg, contact
Download the detector as TOML
Used by
piighost/sg — Singapore: phone and the NRIC or FIN identity 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/sg-nric · All patterns in the catalogue · piighost/slack-token →