logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Number::Phone::Formatter::NationallyPreferredIntl - nationally-preferred format for international phone

Description

       A formatter to output the international number in its nationally preferred format.

Method

format
       This is the only method. It takes an E.123 international format string and a Number::Phone object, and
       outputs the nationally-preferred international representation of the  phone number.

         +1 212 334 0611 -> +1 212-334-0611

       Note that this uses data derived from libphonenumber, and if your object is not derived from that it will
       first create a temporary object. This may involve a small unexpected performance hit.

Name

       Number::Phone::Formatter::NationallyPreferredIntl - nationally-preferred format for international phone
       number

See Also