awesome-phonenumber icon indicating copy to clipboard operation
awesome-phonenumber copied to clipboard

How to get international formatted number but without country code

Open rendomnet opened this issue 1 year ago • 0 comments

const pn = parsePhoneNumber( '0707123456', 'SE' );
pn.getNumber( 'international' );   // -> '+46 70 712 34 56'

How to get 70 712 34 56 without "+46 "

rendomnet avatar Jul 11 '22 11:07 rendomnet