Taiwanese Mobile Number Pattern

Prev Next

Taiwan mobile phone numbers always begin with 09 followed by 8 digits. When calling a Taiwan mobile phone number from outside Taiwan, 0 is omitted and +886 is prefixed (for example, +886 NNNNNNNNN).

Validator

No Validation

Matched expressions

Regex expressions

Description

Score

(?i:\b09(?:\d\d\d-\d{5}|\d\d-\d\d\d-\d\d)\b)

Matches a mobile number of the format 09NNN-NNNNN or 09NN-NNN-NN that begins with 09.

1

(?i:\b\+886\d{9}\b)

Matches a 12-digit mobile number of the format +886NNNNNNNNN that begins with +886.

1



Ignored expressions

None