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::Raw - simple formatter for E.123-formatted phone numbers

Description

       A simple formatter to extract "just the digits, ma'am" from an E.123-formatted phone number.

Method

format
       This is the only method. It takes an E.123 international format string as its only argument, strips off
       the leading + and country code, and any whitespace, and returns what's left. For example ...

         +44 20 8771 2924 -> 2087712924

         +1 212 334 0611  -> 2123340611

Name

       Number::Phone::Formatter::Raw - simple formatter for E.123-formatted phone numbers

See Also