Skip to content

Commit f7a7df4

Browse files
authored
Update isMobilePhone.js
1 parent f1bdc9c commit f7a7df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/isMobilePhone.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const phones = {
115115
'pt-BR': /^((\+?55\ ?[1-9]{2}\ ?)|(\+?55\ ?\([1-9]{2}\)\ ?)|(0[1-9]{2}\ ?)|(\([1-9]{2}\)\ ?)|([1-9]{2}\ ?))((\d{4}\-?\d{4})|(9[2-9]{1}\d{3}\-?\d{4}))$/,
116116
'pt-PT': /^(\+?351)?9[1236]\d{7}$/,
117117
'pt-AO': /^(\+244)\d{9}$/,
118-
'ro-MD': /^(\+?373|0)((6(0|1|2|6|7|8|9))|(7(7|8|9)))\d{6}$/,
118+
'ro-MD': /^(\+?373|0)((6(0|1|2|6|7|8|9))|(7(6|7|8|9)))\d{6}$/,
119119
'ro-RO': /^(\+?4?0)\s?7\d{2}(\/|\s|\.|\-)?\d{3}(\s|\.|\-)?\d{3}$/,
120120
'ru-RU': /^(\+?7|8)?9\d{9}$/,
121121
'si-LK': /^(?:0|94|\+94)?(7(0|1|2|4|5|6|7|8)( |-)?)\d{7}$/,

0 commit comments

Comments
 (0)