0.0.2 • Published 7 years ago

format-phone-french v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

format-phone-french

A node module that formats phone number according to options. No validation is provided !

var formatPhone = require('format-phone-french');

var formattedPhone = formatPhone(value, options);

Options

separator

add specified separator between couples of numbers

var formattedPhone = formatPhone("+33(0)494-709-178", {separator: ' '});
returned value :  04 94 70 91 78
0.0.2

7 years ago

0.0.1

8 years ago