@omnicar/sam-format
Advanced tools
Comparing version 0.0.39 to 0.0.40
@@ -29,5 +29,9 @@ "use strict"; | ||
}); | ||
// phoneMap.set('fi-FI', { | ||
// givenFormat: /(\+\d{3})?(\d{2})(\d{3})(\d{2})(\d{2})/g, | ||
// newFormat: '$2-$3 $4 $5', | ||
// }) | ||
phoneMap.set('fi-FI', { | ||
givenFormat: /(\+\d{3})?(\d{2})(\d{3})(\d{2})(\d{2})/g, | ||
newFormat: '$2-$3 $4 $5', | ||
newFormat: '$2 $3 $4 $5', | ||
}); | ||
@@ -34,0 +38,0 @@ phoneMap.set('nb-NO', { |
@@ -50,3 +50,3 @@ { | ||
}, | ||
"version": "0.0.39" | ||
"version": "0.0.40" | ||
} |
26276
691