We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c85708 commit 4e20c10Copy full SHA for 4e20c10
1 file changed
src/lib/isMobilePhone.js
@@ -23,7 +23,7 @@ const phones = {
23
'ar-QA': /^(\+?974|0)?([3567]\d{7})$/,
24
'bs-BA': /^((((\+|00)3876)|06))((([0-3]|[5-6])\d{6})|(4\d{7}))$/,
25
'be-BY': /^(\+?375)?(24|25|29|33|44)\d{7}$/,
26
- 'bg-BG': /^(\+?359|0)?8[789]\d{7}$/,
+ 'bg-BG': /^(\+?359|0)?(8[789]|98)\d{7}$/,
27
'bn-BD': /^(\+?880|0)1[13456789][0-9]{8}$/,
28
'ca-AD': /^(\+376)?[346]\d{5}$/,
29
'cs-CZ': /^(\+?420)? ?[1-9][0-9]{2} ?[0-9]{3} ?[0-9]{3}$/,
0 commit comments