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 ac25629 commit e3fcbb0Copy full SHA for e3fcbb0
__tests__/data.csv
@@ -185,3 +185,5 @@ input_phone,input_country,not_validate_prefix,output_phone,output_country_alpha2
185
+599 9683 1517,,,+59996831517,CW,CUW,+599,true,,,"returns ANT 2",
186
+1 (353) 555-8900,,,+13535558900,US,USA,+1,true,,353 area code,"returns +13535558900,USA",
187
+1 (645) 555-1234,,,+16455551234,US,USA,+1,true,,645 area code,"returns +16455551234,USA",
188
++387 620 12345,,,+38762012345,BA,BIH,+387,true,,Bosnia and Herzegovina 8 digit number,"returns +38762012345,BIH",
189
++387 6031 12345,,,+387603112345,BA,BIH,+387,true,,Bosnia and Herzegovina 9 digit number,"returns +387603112345,BIH",
src/data/country_phone_data.ts
@@ -235,7 +235,7 @@ export default [
235
country_code: '387',
236
country_name: 'Bosnia and Herzegovina',
237
mobile_begin_with: ['6'],
238
- phone_number_lengths: [8]
+ phone_number_lengths: [8, 9]
239
},
240
// {alpha2: "BL", alpha3: "BLM", country_code: "590", country_name: "Saint Barthélemy", mobile_begin_with: [], phone_number_lengths: []},
241
{
0 commit comments