Regular Expressions 101

Community Patterns

regex vietnam number phone

1

Regular Expression
PCRE2 (PHP >=7.3)

/
^(0|84)(2(0[3-9]|1[0-689]|2[0-25-9]|3[2-9]|4[0-9]|5[124-9]|6[0369]|7[0-7]|8[0-9]|9[012346789])|3[2-9]|5[25689]|7[06-9]|8[0-9]|9[012346789])([0-9]{7})$
/
gm

Description

regex phone number all telco in Vietnam. at 11/08/2023

Submitted by hao.nguyen - 7 months ago