Skip to content

Issue with Lithuania phone codes #12

@kkMatt

Description

@kkMatt

This code is missing in the normalize method, similar for RUS:

            // comment originated from node-phone:
            // if input 860010020, LT, remove the 8
            if ( "LTU" == $alpha3 && 9 == strlen( $validPhoneNumber ) && preg_match( "/^86/", $validPhoneNumber ) ) {
                $validPhoneNumber = preg_replace("/^8+/", "", $validPhoneNumber );
            }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions