@ -3,15 +3,15 @@
Copyright The Closure Library Authors .
SPDX - License - Identifier : Apache - 2.0
* /
var aa = this || self ; function ba ( a ) { a . d a= void 0 ; a . c a= function ( ) { return a . da ? a . da : a . d a= new a } } function h ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . e a= b . prototype ; a . prototype = new c ; a . prototype . constructor = a } ; function l ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , l ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } h ( l , Error ) ; l . prototype . name = "CustomError" ; function ca ( a , b ) { a = a . split ( "%s" ) ; for ( var c = "" , d = a . length - 1 , e = 0 ; e < d ; e ++ ) c += a [ e ] + ( e < b . length ? b [ e ] : "%s" ) ; l . call ( this , c + a [ d ] ) } h ( ca , l ) ; ca . prototype . name = "AssertionError" ; function da ( a , b ) { throw new ca ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; var n = Array . prototype . indexOf ? function ( a , b , c ) { return Array . prototype . indexOf . call ( a , b , c ) } : function ( a , b , c ) { c = null == c ? 0 : 0 > c ? Math . max ( 0 , a . length + c ) : c ; if ( "string" === typeof a ) return "string" !== typeof b || 1 != b . length ? - 1 : a . indexOf ( b , c ) ; for ( ; c < a . length ; c ++ ) if ( c in a && a [ c ] === b ) return c ; return - 1 } ; function p ( a , b ) { return 0 <= n ( a , b ) } function ea ( a , b ) { a . sort ( b || fa ) } function fa ( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function ha ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function ia ( a , b ) { a : { for ( var c in a ) if ( b . call ( void 0 , a [ c ] , c , a ) ) { b = c ; break a } b = void 0 } return b && a [ b ] } ; function ja ( a ) { return String ( a ) . replace ( /\-([a-z])/g , function ( b , c ) { return c . toUpperCase ( ) } ) } ; function q ( a ) { var b = document ; return "string" === typeof a ? b . getElementById ( a ) : a } ; function ka ( a ) { var b = [ ] ; ma ( new na , a , b ) ; return b . join ( "" ) } function na ( ) { }
var aa = this || self ; function ba ( a ) { a . f a= void 0 ; a . e a= function ( ) { return a . fa ? a . fa : a . f a= new a } } function h ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . g a= b . prototype ; a . prototype = new c ; a . prototype . constructor = a } ; function l ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , l ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } h ( l , Error ) ; l . prototype . name = "CustomError" ; function ca ( a , b ) { a = a . split ( "%s" ) ; for ( var c = "" , d = a . length - 1 , e = 0 ; e < d ; e ++ ) c += a [ e ] + ( e < b . length ? b [ e ] : "%s" ) ; l . call ( this , c + a [ d ] ) } h ( ca , l ) ; ca . prototype . name = "AssertionError" ; function da ( a , b ) { throw new ca ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; var n = Array . prototype . indexOf ? function ( a , b , c ) { return Array . prototype . indexOf . call ( a , b , c ) } : function ( a , b , c ) { c = null == c ? 0 : 0 > c ? Math . max ( 0 , a . length + c ) : c ; if ( "string" === typeof a ) return "string" !== typeof b || 1 != b . length ? - 1 : a . indexOf ( b , c ) ; for ( ; c < a . length ; c ++ ) if ( c in a && a [ c ] === b ) return c ; return - 1 } ; function p ( a , b ) { return 0 <= n ( a , b ) } function ea ( a , b ) { a . sort ( b || fa ) } function fa ( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function ha ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function ia ( a , b ) { a : { for ( var c in a ) if ( b . call ( void 0 , a [ c ] , c , a ) ) { b = c ; break a } b = void 0 } return b && a [ b ] } ; function ja ( a ) { return String ( a ) . replace ( /\-([a-z])/g , function ( b , c ) { return c . toUpperCase ( ) } ) } ; function q ( a ) { var b = document ; return "string" === typeof a ? b . getElementById ( a ) : a } ; function ka ( a ) { var b = [ ] ; ma ( new na , a , b ) ; return b . join ( "" ) } function na ( ) { }
function ma ( a , b , c ) { if ( null == b ) c . push ( "null" ) ; else { if ( "object" == typeof b ) { if ( Array . isArray ( b ) ) { var d = b ; b = d . length ; c . push ( "[" ) ; for ( var e = "" , f = 0 ; f < b ; f ++ ) c . push ( e ) , e = d [ f ] , ma ( a , e , c ) , e = "," ; c . push ( "]" ) ; return } if ( b instanceof String || b instanceof Number || b instanceof Boolean ) b = b . valueOf ( ) ; else { c . push ( "{" ) ; f = "" ; for ( d in b ) Object . prototype . hasOwnProperty . call ( b , d ) && ( e = b [ d ] , "function" != typeof e && ( c . push ( f ) , oa ( d , c ) , c . push ( ":" ) , ma ( a , e , c ) , f = "," ) ) ; c . push ( "}" ) ; return } } switch ( typeof b ) { case "string" : oa ( b , c ) ; break ;
case "number" : c . push ( isFinite ( b ) && ! isNaN ( b ) ? String ( b ) : "null" ) ; break ; case "boolean" : c . push ( String ( b ) ) ; break ; case "function" : c . push ( "null" ) ; break ; default : throw Error ( "Unknown type: " + typeof b ) ; } } } var pa = { '"' : '\\"' , "\\" : "\\\\" , "/" : "\\/" , "\b" : "\\b" , "\f" : "\\f" , "\n" : "\\n" , "\r" : "\\r" , "\t" : "\\t" , "\x0B" : "\\u000b" } , qa = /\uffff/ . test ( "\uffff" ) ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g ;
function oa ( a , b ) { b . push ( '"' , a . replace ( qa , function ( c ) { var d = pa [ c ] ; d || ( d = "\\u" + ( c . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , pa [ c ] = d ) ; return d } ) , '"' ) } ; function ra ( a , b ) { this . a = a ; this . j = b . name ; this . f = ! ! b . v ; this . b = b . c ; this . l = b . type ; this . i = ! 1 ; switch ( this . b ) { case sa : case ta : case ua : case va : case wa : case xa : case ya : this . i = ! 0 } this . g = b . defaultValue } var ya = 1 , xa = 2 , sa = 3 , ta = 4 , ua = 6 , va = 16 , wa = 18 ; function za ( a , b ) { this . b = a ; this . a = { } ; for ( a = 0 ; a < b . length ; a ++ ) { var c = b [ a ] ; this . a [ c . a ] = c } } function Aa ( a ) { a = ha ( a . a ) ; ea ( a , function ( b , c ) { return b . a - c . a } ) ; return a } function Ba ( a , b ) { return ia ( a . a , function ( c ) { return c . j == b } ) || null } ; function r ( ) { this . b = { } ; this . f = this . h ( ) . a ; this . a = this . g = null } function Ca ( a , b ) { for ( var c in a . b ) { var d = Number ( c ) ; a . f [ d ] || b . call ( a , d , a . b [ c ] ) } } r . prototype . has = function ( a ) { return t ( this , a . a ) } ; r . prototype . get = function ( a , b ) { return u ( this , a . a , b ) } ; r . prototype . set = function ( a , b ) { v ( this , a . a , b ) } ; r . prototype . add = function ( a , b ) { Da ( this , a . a , b ) } ;
function Ea ( a , b ) { for ( var c = Aa ( a . h ( ) ) , d = 0 ; d < c . length ; d ++ ) { var e = c [ d ] , f = e . a ; if ( t ( b , f ) ) { a . a && delete a . a [ e . a ] ; var g = 11 == e . b || 10 == e . b ; if ( e . f ) { e = w ( b , f ) ; for ( var k = 0 ; k < e . length ; k ++ ) Da ( a , f , g ? e [ k ] . clone ( ) : e [ k ] ) } else e = x ( b , f ) , g ? ( g = x ( a , f ) ) ? Ea ( g , e ) : v ( a , f , e . clone ( ) ) : v ( a , f , e ) } } } r . prototype . clone = function ( ) { var a = new this . constructor ; a != this && ( a . b = { } , a . a && ( a . a = { } ) , Ea ( a , this ) ) ; return a } ; function t ( a , b ) { return null != a . b [ b ] }
function x ( a , b ) { var c = a . b [ b ] ; if ( null == c ) return null ; if ( a . g ) { if ( ! ( b in a . a ) ) { var d = a . g , e = a . f [ b ] ; if ( null != c ) if ( e . f ) { for ( var f = [ ] , g = 0 ; g < c . length ; g ++ ) f [ g ] = d . a ( e , c [ g ] ) ; c = f } else c = d . a ( e , c ) ; return a . a [ b ] = c } return a . a [ b ] } return c } function u ( a , b , c ) { var d = x ( a , b ) ; return a . f [ b ] . f ? d [ c || 0 ] : d } function y ( a , b ) { if ( t ( a , b ) ) a = u ( a , b , void 0 ) ; else a : { a = a . f [ b ] ; if ( void 0 === a . g ) if ( b = a . l , b === Boolean ) a . g = ! 1 ; else if ( b === Number ) a . g = 0 ; else if ( b === String ) a . g = a . i ? "0" : "" ; else { a = new b ; break a } a = a . g } return a }
function w ( a , b ) { return x ( a , b ) || [ ] } function z ( a , b ) { return a . f [ b ] . f ? t ( a , b ) ? a . b [ b ] . length : 0 : t ( a , b ) ? 1 : 0 } function v ( a , b , c ) { a . b [ b ] = c ; a . a && ( a . a [ b ] = c ) } function Da ( a , b , c ) { a . b [ b ] || ( a . b [ b ] = [ ] ) ; a . b [ b ] . push ( c ) ; a . a && delete a . a [ b ] } function Fa ( a , b ) { delete a . b [ b ] ; a . a && delete a . a [ b ] } function Ga ( a , b ) { var c = [ ] , d ; for ( d in b ) 0 != d && c . push ( new ra ( d , b [ d ] ) ) ; return new za ( a , c ) } ; function A ( ) { } A . prototype . b = function ( a , b ) { return 11 == a . b || 10 == a . b ? this . g ( b ) : "number" !== typeof b || isFinite ( b ) ? b : b . toString ( ) } ; A . prototype . f = function ( a , b ) { a = new a . b ; this . i ( a , b ) ; return a } ;
A . prototype . a = function ( a , b ) { if ( 11 == a . b || 10 == a . b ) return b instanceof r ? b : this . f ( a . l . prototype . h ( ) , b ) ; if ( 14 == a . b ) return "string" === typeof b && Ha . test ( b ) && ( a = Number ( b ) , 0 < a ) ? a : b ; if ( ! a . i ) return b ; a = a . l ; if ( a === String ) { if ( "number" === typeof b ) return String ( b ) } else if ( a === Number && "string" === typeof b && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || Ha . test ( b ) ) ) return Number ( b ) ; return b } ; var Ha = /^-?[0-9]+$/ ; function B ( a , b , c ) { this . j = a ; this . m = b ; this . l = c } h ( B , A ) ; B . prototype . g = function ( a ) { for ( var b = Aa ( a . h ( ) ) , c = { } , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] , f = e . a ; switch ( this . j ) { case 1 : f = e . j ; break ; case 2 : f = ja ( e . j . replace ( /_/g , "-" ) ) } if ( a . has ( e ) ) if ( e . f ) { var g = [ ] ; c [ f ] = g ; for ( f = 0 ; f < z ( a , e . a ) ; f ++ ) g . push ( this . b ( e , a . get ( e , f ) ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } Ca ( a , function ( k , m ) { c [ k ] = m } ) ; return c } ; B . prototype . b = function ( a , b ) { return this . m && 8 == a . b && "boolean" === typeof b ? b ? 1 : 0 : B . e a. b . call ( this , a , b ) } ;
B . prototype . a = function ( a , b ) { return 8 == a . b && "number" === typeof b ? ! ! b : B . e a. a . call ( this , a , b ) } ; B . prototype . i = function ( a , b ) { var c = a . h ( ) , d ; for ( d in b ) { var e = b [ d ] , f = ! /[^0-9]/ . test ( d ) ; if ( f ) var g = c . a [ parseInt ( d , 10 ) ] || null ; else 2 == this . j && ( d = String ( d ) . replace ( /([A-Z])/g , "-$1" ) . toLowerCase ( ) . replace ( /\-/g , "_" ) ) , g = Ba ( c , d ) ; if ( g ) if ( g . f ) for ( f = 0 ; f < e . length ; f ++ ) a . add ( g , this . a ( g , e [ f ] ) ) ; else a . set ( g , this . a ( g , e ) ) ; else f ? ( g = a , f = Number ( d ) , g . b [ f ] = e , g . a && delete g . a [ f ] ) : this . l || da ( "Failed to find field: " + d ) } } ; function C ( a , b ) { null != a && this . a . apply ( this , arguments ) } C . prototype . b = "" ; C . prototype . set = function ( a ) { this . b = "" + a } ; C . prototype . a = function ( a , b , c ) { this . b += String ( a ) ; if ( null != b ) for ( var d = 1 ; d < arguments . length ; d ++ ) this . b += arguments [ d ] ; return this } ; function D ( a ) { a . b = "" } C . prototype . toString = function ( ) { return this . b } ; / *
A . prototype . a = function ( a , b ) { if ( 11 == a . b || 10 == a . b ) return b instanceof r ? b : this . f ( a . l . prototype . h ( ) , b ) ; if ( 14 == a . b ) return "string" === typeof b && Ha . test ( b ) && ( a = Number ( b ) , 0 < a ) ? a : b ; if ( ! a . i ) return b ; a = a . l ; if ( a === String ) { if ( "number" === typeof b ) return String ( b ) } else if ( a === Number && "string" === typeof b && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || Ha . test ( b ) ) ) return Number ( b ) ; return b } ; var Ha = /^-?[0-9]+$/ ; function B ( a , b , c ) { this . j = a ; this . m = b ; this . l = c } h ( B , A ) ; B . prototype . g = function ( a ) { for ( var b = Aa ( a . h ( ) ) , c = { } , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] , f = e . a ; switch ( this . j ) { case 1 : f = e . j ; break ; case 2 : f = ja ( e . j . replace ( /_/g , "-" ) ) } if ( a . has ( e ) ) if ( e . f ) { var g = [ ] ; c [ f ] = g ; for ( f = 0 ; f < z ( a , e . a ) ; f ++ ) g . push ( this . b ( e , a . get ( e , f ) ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } Ca ( a , function ( k , m ) { c [ k ] = m } ) ; return c } ; B . prototype . b = function ( a , b ) { return this . m && 8 == a . b && "boolean" === typeof b ? b ? 1 : 0 : B . g a. b . call ( this , a , b ) } ;
B . prototype . a = function ( a , b ) { return 8 == a . b && "number" === typeof b ? ! ! b : B . g a. a . call ( this , a , b ) } ; B . prototype . i = function ( a , b ) { var c = a . h ( ) , d ; for ( d in b ) { var e = b [ d ] , f = ! /[^0-9]/ . test ( d ) ; if ( f ) var g = c . a [ parseInt ( d , 10 ) ] || null ; else 2 == this . j && ( d = String ( d ) . replace ( /([A-Z])/g , "-$1" ) . toLowerCase ( ) . replace ( /\-/g , "_" ) ) , g = Ba ( c , d ) ; if ( g ) if ( g . f ) for ( f = 0 ; f < e . length ; f ++ ) a . add ( g , this . a ( g , e [ f ] ) ) ; else a . set ( g , this . a ( g , e ) ) ; else f ? ( g = a , f = Number ( d ) , g . b [ f ] = e , g . a && delete g . a [ f ] ) : this . l || da ( "Failed to find field: " + d ) } } ; function C ( a , b ) { null != a && this . a . apply ( this , arguments ) } C . prototype . b = "" ; C . prototype . set = function ( a ) { this . b = "" + a } ; C . prototype . a = function ( a , b , c ) { this . b += String ( a ) ; if ( null != b ) for ( var d = 1 ; d < arguments . length ; d ++ ) this . b += arguments [ d ] ; return this } ; function D ( a ) { a . b = "" } C . prototype . toString = function ( ) { return this . b } ; / *
Protocol Buffer 2 Copyright 2008 Google Inc .
All other code copyright its respective owners .
@ -30,12 +30,12 @@ B.prototype.a=function(a,b){return 8==a.b&&"number"===typeof b?!!b:B.ea.a.call(t
limitations under the License .
* /
function F ( ) { r . call ( this ) } h ( F , r ) ; var Ia = null ; function G ( ) { r . call ( this ) } h ( G , r ) ; var Ja = null ; function H ( ) { r . call ( this ) } h ( H , r ) ; var Ka = null ;
F . prototype . h = function ( ) { var a = Ia ; a || ( Ia = a = Ga ( F , { 0 : { name : "NumberFormat" , b a: "i18n.phonenumbers.NumberFormat" } , 1 : { name : "pattern" , required : ! 0 , c : 9 , type : String } , 2 : { name : "format" , required : ! 0 , c : 9 , type : String } , 3 : { name : "leading_digits_pattern" , v : ! 0 , c : 9 , type : String } , 4 : { name : "national_prefix_formatting_rule" , c : 9 , type : String } , 6 : { name : "national_prefix_optional_when_formatting" , c : 8 , defaultValue : ! 1 , type : Boolean } , 5 : { name : "domestic_carrier_code_formatting_rule" , c : 9 , type : String } } ) ) ; return a } ; F . h = F . prototype . h ;
G . prototype . h = function ( ) { var a = Ja ; a || ( Ja = a = Ga ( G , { 0 : { name : "PhoneNumberDesc" , b a: "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , c : 9 , type : String } , 9 : { name : "possible_length" , v : ! 0 , c : 5 , type : Number } , 10 : { name : "possible_length_local_only" , v : ! 0 , c : 5 , type : Number } , 6 : { name : "example_number" , c : 9 , type : String } } ) ) ; return a } ; G . h = G . prototype . h ;
H . prototype . h = function ( ) { var a = Ka ; a || ( Ka = a = Ga ( H , { 0 : { name : "PhoneMetadata" , b a: "i18n.phonenumbers.PhoneMetadata" } , 1 : { name : "general_desc" , c : 11 , type : G } , 2 : { name : "fixed_line" , c : 11 , type : G } , 3 : { name : "mobile" , c : 11 , type : G } , 4 : { name : "toll_free" , c : 11 , type : G } , 5 : { name : "premium_rate" , c : 11 , type : G } , 6 : { name : "shared_cost" , c : 11 , type : G } , 7 : { name : "personal_number" , c : 11 , type : G } , 8 : { name : "voip" , c : 11 , type : G } , 21 : { name : "pager" , c : 11 , type : G } , 25 : { name : "uan" , c : 11 , type : G } , 27 : { name : "emergency" , c : 11 , type : G } , 28 : { name : "voicemail" , c : 11 , type : G } ,
F . prototype . h = function ( ) { var a = Ia ; a || ( Ia = a = Ga ( F , { 0 : { name : "NumberFormat" , d a: "i18n.phonenumbers.NumberFormat" } , 1 : { name : "pattern" , required : ! 0 , c : 9 , type : String } , 2 : { name : "format" , required : ! 0 , c : 9 , type : String } , 3 : { name : "leading_digits_pattern" , v : ! 0 , c : 9 , type : String } , 4 : { name : "national_prefix_formatting_rule" , c : 9 , type : String } , 6 : { name : "national_prefix_optional_when_formatting" , c : 8 , defaultValue : ! 1 , type : Boolean } , 5 : { name : "domestic_carrier_code_formatting_rule" , c : 9 , type : String } } ) ) ; return a } ; F . h = F . prototype . h ;
G . prototype . h = function ( ) { var a = Ja ; a || ( Ja = a = Ga ( G , { 0 : { name : "PhoneNumberDesc" , d a: "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , c : 9 , type : String } , 9 : { name : "possible_length" , v : ! 0 , c : 5 , type : Number } , 10 : { name : "possible_length_local_only" , v : ! 0 , c : 5 , type : Number } , 6 : { name : "example_number" , c : 9 , type : String } } ) ) ; return a } ; G . h = G . prototype . h ;
H . prototype . h = function ( ) { var a = Ka ; a || ( Ka = a = Ga ( H , { 0 : { name : "PhoneMetadata" , d a: "i18n.phonenumbers.PhoneMetadata" } , 1 : { name : "general_desc" , c : 11 , type : G } , 2 : { name : "fixed_line" , c : 11 , type : G } , 3 : { name : "mobile" , c : 11 , type : G } , 4 : { name : "toll_free" , c : 11 , type : G } , 5 : { name : "premium_rate" , c : 11 , type : G } , 6 : { name : "shared_cost" , c : 11 , type : G } , 7 : { name : "personal_number" , c : 11 , type : G } , 8 : { name : "voip" , c : 11 , type : G } , 21 : { name : "pager" , c : 11 , type : G } , 25 : { name : "uan" , c : 11 , type : G } , 27 : { name : "emergency" , c : 11 , type : G } , 28 : { name : "voicemail" , c : 11 , type : G } ,
29 : { name : "short_code" , c : 11 , type : G } , 30 : { name : "standard_rate" , c : 11 , type : G } , 31 : { name : "carrier_specific" , c : 11 , type : G } , 33 : { name : "sms_services" , c : 11 , type : G } , 24 : { name : "no_international_dialling" , c : 11 , type : G } , 9 : { name : "id" , required : ! 0 , c : 9 , type : String } , 10 : { name : "country_code" , c : 5 , type : Number } , 11 : { name : "international_prefix" , c : 9 , type : String } , 17 : { name : "preferred_international_prefix" , c : 9 , type : String } , 12 : { name : "national_prefix" , c : 9 , type : String } , 13 : { name : "preferred_extn_prefix" , c : 9 , type : String } , 15 : { name : "national_prefix_for_parsing" ,
c : 9 , type : String } , 16 : { name : "national_prefix_transform_rule" , c : 9 , type : String } , 18 : { name : "same_mobile_and_fixed_line_pattern" , c : 8 , defaultValue : ! 1 , type : Boolean } , 19 : { name : "number_format" , v : ! 0 , c : 11 , type : F } , 20 : { name : "intl_number_format" , v : ! 0 , c : 11 , type : F } , 22 : { name : "main_country_for_code" , c : 8 , defaultValue : ! 1 , type : Boolean } , 23 : { name : "leading_digits" , c : 9 , type : String } , 26 : { name : "leading_zero_possible" , c : 8 , defaultValue : ! 1 , type : Boolean } } ) ) ; return a } ; H . h = H . prototype . h ; function La ( ) { } h ( La , A ) ; La . prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; La . prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function I ( ) { } h ( I , La ) ; I . prototype . g = function ( a ) { for ( var b = Aa ( a . h ( ) ) , c = [ ] , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] ; if ( a . has ( e ) ) { var f = e . a ; if ( e . f ) { c [ f ] = [ ] ; for ( var g = 0 ; g < z ( a , e . a ) ; g ++ ) c [ f ] [ g ] = this . b ( e , a . get ( e , g ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } } Ca ( a , function ( k , m ) { c [ k ] = m } ) ; return c } ; I . prototype . b = function ( a , b ) { return 8 == a . b ? b ? 1 : 0 : A . prototype . b . apply ( this , arguments ) } ; I . prototype . a = function ( a , b ) { return 8 == a . b ? ! ! b : A . prototype . a . apply ( this , arguments ) } ; I . prototype . f = function ( a , b ) { return I . e a. f . call ( this , a , b ) } ; function J ( ) { r . call ( this ) } h ( J , r ) ; var Ma = null , Na = { oa : 0 , na : 1 , ma : 5 , la : 10 , k a: 20 } ;
J . prototype . h = function ( ) { var a = Ma ; a || ( Ma = a = Ga ( J , { 0 : { name : "PhoneNumber" , b a: "i18n.phonenumbers.PhoneNumber" } , 1 : { name : "country_code" , required : ! 0 , c : 5 , type : Number } , 2 : { name : "national_number" , required : ! 0 , c : 4 , type : Number } , 3 : { name : "extension" , c : 9 , type : String } , 4 : { name : "italian_leading_zero" , c : 8 , type : Boolean } , 8 : { name : "number_of_leading_zeros" , c : 5 , defaultValue : 1 , type : Number } , 5 : { name : "raw_input" , c : 9 , type : String } , 6 : { name : "country_code_source" , c : 14 , defaultValue : 0 , type : Na } , 7 : { name : "preferred_domestic_carrier_code" ,
c : 9 , type : String } , 16 : { name : "national_prefix_transform_rule" , c : 9 , type : String } , 18 : { name : "same_mobile_and_fixed_line_pattern" , c : 8 , defaultValue : ! 1 , type : Boolean } , 19 : { name : "number_format" , v : ! 0 , c : 11 , type : F } , 20 : { name : "intl_number_format" , v : ! 0 , c : 11 , type : F } , 22 : { name : "main_country_for_code" , c : 8 , defaultValue : ! 1 , type : Boolean } , 23 : { name : "leading_digits" , c : 9 , type : String } , 26 : { name : "leading_zero_possible" , c : 8 , defaultValue : ! 1 , type : Boolean } } ) ) ; return a } ; H . h = H . prototype . h ; function La ( ) { } h ( La , A ) ; La . prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; La . prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function I ( ) { } h ( I , La ) ; I . prototype . g = function ( a ) { for ( var b = Aa ( a . h ( ) ) , c = [ ] , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] ; if ( a . has ( e ) ) { var f = e . a ; if ( e . f ) { c [ f ] = [ ] ; for ( var g = 0 ; g < z ( a , e . a ) ; g ++ ) c [ f ] [ g ] = this . b ( e , a . get ( e , g ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } } Ca ( a , function ( k , m ) { c [ k ] = m } ) ; return c } ; I . prototype . b = function ( a , b ) { return 8 == a . b ? b ? 1 : 0 : A . prototype . b . apply ( this , arguments ) } ; I . prototype . a = function ( a , b ) { return 8 == a . b ? ! ! b : A . prototype . a . apply ( this , arguments ) } ; I . prototype . f = function ( a , b ) { return I . g a. f . call ( this , a , b ) } ; function J ( ) { r . call ( this ) } h ( J , r ) ; var Ma = null , Na = { pa : 0 , oa : 1 , na : 5 , ma : 10 , l a: 20 } ;
J . prototype . h = function ( ) { var a = Ma ; a || ( Ma = a = Ga ( J , { 0 : { name : "PhoneNumber" , d a: "i18n.phonenumbers.PhoneNumber" } , 1 : { name : "country_code" , required : ! 0 , c : 5 , type : Number } , 2 : { name : "national_number" , required : ! 0 , c : 4 , type : Number } , 3 : { name : "extension" , c : 9 , type : String } , 4 : { name : "italian_leading_zero" , c : 8 , type : Boolean } , 8 : { name : "number_of_leading_zeros" , c : 5 , defaultValue : 1 , type : Number } , 5 : { name : "raw_input" , c : 9 , type : String } , 6 : { name : "country_code_source" , c : 14 , defaultValue : 0 , type : Na } , 7 : { name : "preferred_domestic_carrier_code" ,
c : 9 , type : String } } ) ) ; return a } ; J . ctor = J ; J . ctor . h = J . prototype . h ; / *
Copyright ( C ) 2010 The Libphonenumber Authors
@ -144,15 +144,15 @@ var K={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
"(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[1-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))[19]" , "85[23](?:10|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:10|9[56])" ,
"85[23](?:100|95)|(?:3(?:[157]\\d|35|49|9[1-68])|4(?:[17]\\d|2[179]|[35][1-9]|6[47-9]|8[23])|5(?:[1357]\\d|2[37]|4[36]|6[1-46]|80|9[1-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]\\d|2[248]|3[014-9]|4[3-6]|6[023689])|8(?:1[236-8]|2[5-7]|[37]\\d|5[14-9]|8[36-8]|9[1-8])|9(?:0[1-3689]|1[1-79]|[379]\\d|4[13]|5[1-5]))(?:100|9[56])" ] , "0$1" , "$CC $1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "(?:4|80)0" ] ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "10|2(?:[02-57-9]|1[1-9])" , "10|2(?:[02-57-9]|1[1-9])" , "10[0-79]|2(?:[02-57-9]|1[1-79])|(?:10|21)8(?:0[1-9]|[1-9])" ] ,
"0$1" , "$CC $1" , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "3(?:[3-59]|7[02-68])|4(?:[26-8]|3[3-9]|5[2-9])|5(?:3[03-9]|[468]|7[028]|9[2-46-9])|6|7(?:[0-247]|3[04-9]|5[0-4689]|6[2368])|8(?:[1-358]|9[1-7])|9(?:[013479]|5[1-5])|(?:[34]1|55|79|87)[02-9]" ] , "0$1" , "$CC $1" , 1 ] , [ , "(\\d{3})(\\d{7,8})" , "$1 $2" , [ "9" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "80" ] , "0$1" , "$CC $1" , 1 ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[3-578]" ] , "0$1" , "$CC $1" , 1 ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "1[3-9]" ] , , "$CC $1" ] ,
[ , "(\\d{2})(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3 $4" , [ "[12]" ] , "0$1" , , 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "(?:(?:10|21)8|[48])00\\d{7}|950\\d{7,8}" , , , , , , , [ 10 , 11 , 12 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CO : [ , [ , , "(?:1\\d|3)\\d{9}|[124-8]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] , [ 7 ] ] , [ , , "[124-8][2-9]\\d{6}" , , , , "12345678" , , , [ 8 ] , [ 7 ] ] , [ , , "3333(?:0(?:0\\d|1[0-5])|[4-9]\\d\\d)\\d{3}|33(?:00|3[0-24-9])\\d{6}|3(?:0[0-5]|1\\d|2[0-3]|5[01]|70)\\d{7}" , , , , "3211234567" , , , [ 10 ] ] , [ , , "1800\\d{7}" , , , , "18001234567" , , , [ 11 ] ] , [ , , "19(?:0[01]|4[78])\\d{7}" ,
, , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CO" , 57 , "00(?:4(?:[14]4|56)|[579])" , "0" , , , "0([3579]|4(?:[14]4|56))?" , , , , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[14][2-9]|[25-8] " ] , "($1)" , "0$CC $1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "3" ] , , "0$CC $1" ] , [ , "(\\d)(\\d{3})(\\d{7})" , "$1-$2-$3" , [ "1" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[14][2-9]|[25-8]" ] , "($1)" , "0$CC $1" ] , [ , "(\\d{3} )(\\d{7})" , "$1 $2" , [ "3 " ] , , "0$CC $1" ] , [ , "(\\d)(\\d {3})(\\d{7})" , "$1 $2 $3 " , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CR : [ , [ , , "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}" , , , , , , , [ 8 , 10 ] ] , [ , , "210[7-9]\\d{4}|2(?:[024-7]\\d|1[1-9])\\d{5}" , , , , "22123456" , , , [ 8 ] ] , [ , , "(?:3005\\d|6500[01])\\d{3}|(?:5[07]|6[0-4]|7[0-3]|8[3-9])\\d{6}" , , , , "83123456" , , , [ 8 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , "90[059]\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:210[0-6]|4\\d{3}|5100)\\d{4}" , , , , "40001234" , , , [ 8 ] ] , "CR" , 506 , "00" , , , , "(19(?:0[0-2468]|1[09]|20|66|77|99))" , , , , [ [ , "(\\d{4})(\\d{4})" ,
"$1 $2" , [ "[2-7]|8[3-9]" ] , , "$CC $1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "[89]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CU : [ , [ , , "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}" , , , , , , , [ 6 , 7 , 8 , 10 ] , [ 4 , 5 ] ] , [ , , "(?:3[23]|48)\\d{4,6}|(?:31|4[36]|8(?:0[25]|78)\\d)\\d{6}|(?:2[1-4]|4[1257]|7\\d)\\d{5,6}" , , , , "71234567" , , , , [ 4 , 5 ] ] , [ , , "5\\d{7}" , , , , "51234567" , , , [ 8 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "807\\d{7}" , , , , "8071234567" , , , [ 10 ] ] , [ , , , , , , ,
, , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CU" , 53 , "119" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{4,6})" , "$1 $2" , [ "2[1-4]|[34]" ] , "(0$1)" ] , [ , "(\\d)(\\d{6,7})" , "$1 $2" , [ "7" ] , "(0$1)" ] , [ , "(\\d)(\\d{7})" , "$1 $2" , [ "5" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CV : [ , [ , , "(?:[2-59]\\d\\d|800)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4}" , , , , "2211234" ] , [ , , "(?:[34][36]|5[1-389]|9\\d)\\d{5}" , , , , "9911234" ] , [ , , "800\\d{4}" , , , , "8001234" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CV" , 238 , "0" , , , , , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "[2-589]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CW : [ , [ , , "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "9(?:4(?:3[0-5]|4[14]|6\\d)|50\\d|7(?:2[014]|3[02-9]|4[4-9]|6[357]|77|8[7-9])|8(?:3[39]|[46]\\d|7[01]|8[57-9]))\\d{4}" , , , , "94351234" ] , [ , , "953[01]\\d{4}|9(?:5[12467]|6[5-9])\\d{5}" , , , , "95181234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "60[0-2]\\d{4}" ,
, , , "6001234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CW" , 599 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[3467]" ] ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9[4-8]" ] ] ] , , [ , , "955\\d{5}" , , , , "95581234" , , , [ 8 ] ] , 1 , "[69]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CX : [ , [ , , "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|235)|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}" , , , , "891641234" ,
, , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" , , , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CX" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" , "0011" , , , , [ , , ,
, , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CY : [ , [ , , "(?:[279]\\d|[58]0)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "2[2-6]\\d{6}" , , , , "22345678" ] , [ , , "9[4-79]\\d{6}" , , , , "96123456" ] , [ , , "800\\d{5}" , , , , "80001234" ] , [ , , "90[09]\\d{5}" , , , , "90012345" ] , [ , , "80[1-9]\\d{5}" , , , , "80112345" ] , [ , , "700\\d{5}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , "CY" , 357 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[257-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:50|77)\\d{6}" , , , , "77123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CZ : [ , [ , , "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}" ,
[ , "(\\d{2})(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3 $4" , [ "[12]" ] , "0$1" , , 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "(?:(?:10|21)8|[48])00\\d{7}|950\\d{7,8}" , , , , , , , [ 10 , 11 , 12 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CO : [ , [ , , "(?:1\\d|[ 36] )\\d{9}|[124-8]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] , [ 7 ] ] , [ , , "60[124-8][2-9]\\d{6}| [124-8][2-9]\\d{6}" , , , , "60 12345678" , , , [ 8 , 10 ] , [ 7 ] ] , [ , , "3333(?:0(?:0\\d|1[0-5])|[4-9]\\d\\d)\\d{3}|33(?:00|3[0-24-9])\\d{6}|3(?:0[0-5]|1\\d|2[0-3]|5[01]|70)\\d{7}" , , , , "3211234567" , , , [ 10 ] ] , [ , , "1800\\d{7}" , , , , "18001234567" , , , [ 11 ] ] ,
[ , , "19(?:0[01]|4[78])\\d{7}" , , , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CO" , 57 , "00(?:4(?:[14]4|56)|[579])" , "0" , , , "0([3579]|4(?:[14]4|56))?" , , , , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[146][2-9]|[2578]" ] , "($1)" , "0$CC $1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "6 " ] , "($1)" , "0$CC $1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "3" ] , , "0$CC $1" ] , [ , "(\\d)(\\d{3})(\\d{7})" , "$1-$2-$3" , [ "1" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[146][2-9]|[2578] " ] , "($1)" , "0$CC $1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "6" ] , "($1)" ,
"0$CC $1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "3" ] , , "0$CC $1" ] , [ , "(\\d)(\\d{3})(\\d{7})" , "$1 $2 $3" , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CR : [ , [ , , "(?:8\\d|90)\\d{8}|(?:[24-8]\\d{3}|3005)\\d{4}" , , , , , , , [ 8 , 10 ] ] , [ , , "210[7-9]\\d{4}|2(?:[024-7]\\d|1[1-9])\\d{5}" , , , , "22123456" , , , [ 8 ] ] , [ , , "(?:3005\\d|6500[01])\\d{3}|(?:5[07]|6[0-4]|7[0-3]|8[3-9])\\d{6}" , , , , "83123456" , , , [ 8 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , "90[059]\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , [ , , "(?:210[0-6]|4\\d{3}|5100)\\d{4}" , , , , "40001234" , , , [ 8 ] ] , "CR" , 506 , "00" , , , , "(19(?:0[0-2468]|1[09]|20|66|77|99))" , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]|8[3-9]" ] , , "$CC $1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "[89]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CU : [ , [ , , "[27]\\d{6,7}|[34]\\d{5,7}|(?:5|8\\d\\d)\\d{7}" , , , , , , , [ 6 , 7 , 8 , 10 ] , [ 4 , 5 ] ] , [ , , "(?:3[23]|48)\\d{4,6}|(?:31|4[36]|8(?:0[25]|78)\\d)\\d{6}|(?:2[1-4]|4[1257]|7\\d)\\d{5,6}" , , , , "71234567" ,
, , , [ 4 , 5 ] ] , [ , , "5\\d{7}" , , , , "51234567" , , , [ 8 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "807\\d{7}" , , , , "8071234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CU" , 53 , "119" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{4,6})" , "$1 $2" , [ "2[1-4]|[34]" ] , "(0$1)" ] , [ , "(\\d)(\\d{6,7})" , "$1 $2" , [ "7" ] , "(0$1)" ] , [ , "(\\d)(\\d{7})" , "$1 $2" , [ "5" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1 $2" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CV : [ , [ , , "(?:[2-59]\\d\\d|800)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\\d|7[1-3]|8[1-5])\\d{4}" ,
, , , "2211234" ] , [ , , "(?:[34][36]|5[1-389]|9\\d)\\d{5}" , , , , "9911234" ] , [ , , "800\\d{4}" , , , , "8001234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CV" , 238 , "0" , , , , , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "[2-589]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CW : [ , [ , , "(?:[34]1|60|(?:7|9\\d)\\d)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "9(?:4(?:3[0-5]|4[14]|6\\d)|50\\d|7(?:2[014]|3[02-9]|4[4-9]|6[357]|77|8[7-9])|8(?:3[39]|[46]\\d|7[01]|8[57-9]))\\d{4}" , , , , "94351234" ] , [ , , "953[01]\\d{4}|9(?:5[12467]|6[5-9])\\d{5}" ,
, , , "95181234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "60[0-2]\\d{4}" , , , , "6001234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CW" , 599 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[3467]" ] ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9[4-8]" ] ] ] , , [ , , "955\\d{5}" , , , , "95581234" , , , [ 8 ] ] , 1 , "[69]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CX : [ , [ , , "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|235)|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}" ,
, , , "891641234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" , , , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CX" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" ,
"0011" , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CY : [ , [ , , "(?:[279]\\d|[58]0)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "2[2-6]\\d{6}" , , , , "22345678" ] , [ , , "9[4-79]\\d{6}" , , , , "96123456" ] , [ , , "800\\d{5}" , , , , "80001234" ] , [ , , "90[09]\\d{5}" , , , , "90012345" ] , [ , , "80[1-9]\\d{5}" , , , , "80112345" ] , [ , , "700\\d{5}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , "CY" , 357 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[257-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:50|77)\\d{6}" , , , , "77123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CZ : [ , [ , , "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}" ,
, , , , , , [ 9 , 10 , 11 , 12 ] ] , [ , , "(?:2\\d|3[1257-9]|4[16-9]|5[13-9])\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}" , , , , "601123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:0[05689]|76)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[134]\\d{7}" , , , , "811234567" , , , [ 9 ] ] , [ , , "70[01]\\d{6}" , , , , "700123456" , , , [ 9 ] ] , [ , , "9[17]0\\d{6}" , , , , "910123456" , , , [ 9 ] ] , "CZ" , 420 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]|9[015-7]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ,
[ , "(\\d{3})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:5\\d|7[2-4])\\d{6}" , , , , "972123456" , , , [ 9 ] ] , , , [ , , "9(?:3\\d{9}|6\\d{7,10})" , , , , "93123456789" ] ] , DE : [ , [ , , "[2579]\\d{5,14}|49(?:[05]\\d{10}|[46][1-8]\\d{4,9})|49(?:[0-25]\\d|3[1-689]|7[1-7])\\d{4,8}|49(?:[0-2579]\\d|[34][1-9]|6[0-8])\\d{3}|49\\d{3,4}|(?:1|[368]\\d|4[0-8])\\d{3,13}" , , , , , , , [ 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 ] ] , [ , , "(?:32|49[4-6]\\d)\\d{9}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}" ,
, , , "30123456" , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 , 4 ] ] , [ , , "15[0-25-9]\\d{8}|1(?:6[023]|7\\d)\\d{7,8}" , , , , "15123456789" , , , [ 10 , 11 ] ] , [ , , "800\\d{7,12}" , , , , "8001234567890" , , , [ 10 , 11 , 12 , 13 , 14 , 15 ] ] , [ , , "(?:137[7-9]|900(?:[135]|9\\d))\\d{6}" , , , , "9001234567" , , , [ 10 , 11 ] ] , [ , , "180\\d{5,11}|13(?:7[1-6]\\d\\d|8)\\d{4}" , , , , "18012345" , , , [ 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 ] ] , [ , , "700\\d{8}" , , , , "70012345678" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , "DE" , 49 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3,13})" , "$1 $2" , [ "3[02]|40|[68]9" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,12})" ,
@ -182,7 +182,7 @@ var K={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
, , , "601234" ] , "FO" , 298 , "00" , , , , "(10(?:01|[12]0|88))" , , , , [ [ , "(\\d{6})" , "$1" , [ "[2-9]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FR : [ , [ , , "[1-9]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "(?:[1-35]\\d|4[1-9])\\d{7}" , , , , "123456789" ] , [ , , "700\\d{6}|(?:6\\d|7[3-9])\\d{7}" , , , , "612345678" ] , [ , , "80[0-5]\\d{6}" , , , , "801234567" ] , [ , , "836(?:0[0-36-9]|[1-9]\\d)\\d{4}|8(?:1[2-9]|2[2-47-9]|3[0-57-9]|[569]\\d|8[0-35-9])\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[01]|2[0156]|84)\\d{6}" , , , , "884012345" ] , [ , , , , , ,
, , , [ - 1 ] ] , [ , , "9\\d{8}" , , , , "912345678" ] , "FR" , 33 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{4})" , "$1" , [ "10" ] ] , [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "1" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "80[6-9]\\d{6}" , , , , "806123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] ,
GA : [ , [ , , "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "[01]1\\d{6}" , , , , "01441234" , , , [ 8 ] ] , [ , , "(?:0[2-7]|6[256]|7[47])\\d{6}|[2-7]\\d{6}" , , , , "06031234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GA" , 241 , "00" , , , , "0(11\\d{6}|6[256]\\d{6}|7[47]\\d{6})" , "$1" , , , [ [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-7]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "11|[67]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "0" ] ] ] , , [ , , , ,
, , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[03])|(?:4[0-5]|5[0-26-9]|6[0-4]|[78][0-49])\\d\\d)|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:0\\d|20)))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
, , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[03])|(?:4[0-5]|5[0-26-9]|6[0-4]|[78][0-49])\\d\\d)|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:0\\d|2[ 0-35-9] )))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
, , , "1212345678" , , , [ 9 , 10 ] , [ 4 , 5 , 6 , 7 , 8 ] ] , [ , , "7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}" , , , , "7400123456" , , , [ 10 ] ] , [ , , "80[08]\\d{7}|800\\d{6}|8001111" , , , , "8001234567" ] , [ , , "(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d" , , , , "9012345678" , , , [ 7 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , "56\\d{8}" , , , , "5612345678" ,
, , [ 10 ] ] , "GB" , 44 , "00" , "0" , " x" , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "800" , "8001" , "80011" , "800111" , "8001111" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "845" , "8454" , "84546" , "845464" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "800" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "1(?:38|5[23]|69|76|94)" , "1(?:(?:38|69)7|5(?:24|39)|768|946)" , "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "1(?:[2-69][02-9]|[78])" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[25]|7(?:0|6[02-9])" ,
"[25]|7(?:0|6(?:[03-9]|2[356]))" ] , "0$1" ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "7" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1389]" ] , "0$1" ] ] , , [ , , "76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}" , , , , "7640123456" , , , [ 10 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[0347]|55)\\d{8}" , , , , "5512345678" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GD : [ , [ , , "(?:473|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}" , , , , "4732691234" ,
@ -217,7 +217,7 @@ GA:[,[,,"(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",,,,,,,[7,8]],[,,"[01]1\\d{6}",,,,"01
"$1 $2" , [ "[2-79]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3,4})(\\d{3})" , "$1-$2-$3" , [ "8[1-35-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{6,8})" , "$1 $2" , [ "1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "804" ] , "0$1" ] , [ , "(\\d{3})(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "80" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})(\\d{4,5})" , "$1-$2-$3" , [ "8" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "(?:007803\\d|8071)\\d{6}" , , , , , , , [ 10 , 13 ] ] , [ , , "(?:1500|8071\\d{3})\\d{3}" , , , , "8071123456" , , , [ 7 , 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , IE : [ , [ , , "(?:1\\d|[2569])\\d{6,8}|4\\d{6,9}|7\\d{8}|8\\d{8,9}" ,
, , , , , , [ 7 , 8 , 9 , 10 ] , [ 5 , 6 ] ] , [ , , "(?:1\\d|21)\\d{6,7}|(?:2[24-9]|4(?:0[24]|5\\d|7)|5(?:0[45]|1\\d|8)|6(?:1\\d|[237-9])|9(?:1\\d|[35-9]))\\d{5}|(?:23|4(?:[1-469]|8\\d)|5[23679]|6[4-6]|7[14]|9[04])\\d{7}" , , , , "2212345" , , , , [ 5 , 6 ] ] , [ , , "8(?:22|[35-9]\\d)\\d{6}" , , , , "850123456" , , , [ 9 ] ] , [ , , "1800\\d{6}" , , , , "1800123456" , , , [ 10 ] ] , [ , , "15(?:1[2-8]|[2-8]0|9[089])\\d{6}" , , , , "1520123456" , , , [ 10 ] ] , [ , , "18[59]0\\d{6}" , , , , "1850123456" , , , [ 10 ] ] , [ , , "700\\d{6}" , , , , "700123456" , , , [ 9 ] ] , [ , , "76\\d{7}" , , , , "761234567" , , , [ 9 ] ] , "IE" , 353 , "00" ,
"0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "2[24-9]|47|58|6[237-9]|9[35-9]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "[45]0" ] , "(0$1)" ] , [ , "(\\d)(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "1" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[2569]|4[1-69]|7[14]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "70" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "81" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[78]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1" ] ] , [ , "(\\d{2})(\\d{4})(\\d{4})" ,
"$1 $2 $3" , [ "4" ] , "(0$1)" ] , [ , "(\\d{2})(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "18[59]0\\d{6}" , , , , , , , [ 10 ] ] , [ , , "818\\d{6}" , , , , "818123456" , , , [ 9 ] ] , , , [ , , "88210[1-9]\\d{4}|8(?:[35-79]5\\d\\d|8(?:[013-9]\\d\\d|2(?:[01][1-9]|[2-9]\\d)))\\d{5}" , , , , "8551234567" , , , [ 10 ] ] ] , IL : [ , [ , , "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}" , , , , , , , [ 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "153\\d{8,9}|29[1-9]\\d{5}|(?:2[0-8]|[3489]\\d)\\d{6}" , , , , "21234567" , , , [ 8 , 11 , 12 ] , [ 7 ] ] , [ , , "5(?:(?:[02368]\\d|[19][2-9]|4[1-9])\\d|5(?:01|1[79]|2[2-8 ]|3[23]|44|5[05689]|6[6-8]|7[0-267]|8[7-9]|9[1-9]))\\d{5}" ,
"$1 $2 $3" , [ "4" ] , "(0$1)" ] , [ , "(\\d{2})(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "18[59]0\\d{6}" , , , , , , , [ 10 ] ] , [ , , "818\\d{6}" , , , , "818123456" , , , [ 9 ] ] , , , [ , , "88210[1-9]\\d{4}|8(?:[35-79]5\\d\\d|8(?:[013-9]\\d\\d|2(?:[01][1-9]|[2-9]\\d)))\\d{5}" , , , , "8551234567" , , , [ 10 ] ] ] , IL : [ , [ , , "1\\d{6}(?:\\d{3,5})?|[57]\\d{8}|[1-489]\\d{7}" , , , , , , , [ 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "153\\d{8,9}|29[1-9]\\d{5}|(?:2[0-8]|[3489]\\d)\\d{6}" , , , , "21234567" , , , [ 8 , 11 , 12 ] , [ 7 ] ] , [ , , "5(?:(?:[02368]\\d|[19][2-9]|4[1-9])\\d|5(?:01|1[79]|2[2-9 ]|3[23]|44|5[05689]|6[6-8]|7[0-267]|8[7-9]|9[1-9]))\\d{5}" ,
, , , "502345678" , , , [ 9 ] ] , [ , , "1(?:255|80[019]\\d{3})\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "1212\\d{4}|1(?:200|9(?:0[01]|19))\\d{6}" , , , , "1919123456" , , , [ 8 , 10 ] ] , [ , , "1700\\d{6}" , , , , "1700123456" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "78(?:33|55|77|81)\\d{5}|7(?:18|2[23]|3[237]|47|6[58]|7\\d|82|9[235-9])\\d{6}" , , , , "771234567" , , , [ 9 ] ] , "IL" , 972 , "0(?:0|1[2-9])" , "0" , , , "0" , , , , [ [ , "(\\d{4})(\\d{3})" , "$1-$2" , [ "125" ] ] , [ , "(\\d{4})(\\d{2})(\\d{2})" , "$1-$2-$3" , [ "121" ] ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "[2-489]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" ,
"$1-$2-$3" , [ "[57]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1-$2-$3" , [ "12" ] ] , [ , "(\\d{4})(\\d{6})" , "$1-$2" , [ "159" ] ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{3})" , "$1-$2-$3-$4" , [ "1[7-9]" ] ] , [ , "(\\d{3})(\\d{1,2})(\\d{3})(\\d{4})" , "$1-$2 $3-$4" , [ "15" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "1700\\d{6}" , , , , , , , [ 10 ] ] , [ , , "1599\\d{6}" , , , , "1599123456" , , , [ 10 ] ] , , , [ , , "151\\d{8,9}" , , , , "15112340000" , , , [ 11 , 12 ] ] ] , IM : [ , [ , , "1624\\d{6}|(?:[3578]\\d|90)\\d{8}" , , , , , , , [ 10 ] , [ 6 ] ] , [ , , "1624[5-8]\\d{5}" , , , , "1624756789" , , , , [ 6 ] ] , [ , , "76245[06]\\d{4}|7(?:4576|[59]24\\d|624[0-4689])\\d{5}" ,
, , , "7924123456" ] , [ , , "808162\\d{4}" , , , , "8081624567" ] , [ , , "8(?:440[49]06|72299\\d)\\d{3}|(?:8(?:45|70)|90[0167])624\\d{4}" , , , , "9016247890" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{8}" , , , , "7012345678" ] , [ , , "56\\d{8}" , , , , "5612345678" ] , "IM" , 44 , "00" , "0" , , , "0|([5-8]\\d{5})$" , "1624$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "74576|(?:16|7[56])24" , [ , , , , , , , , , [ - 1 ] ] , [ , , "3440[49]06\\d{3}|(?:3(?:08162|3\\d{4}|45624|7(?:0624|2299))|55\\d{4})\\d{4}" , , , , "5512345678" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , IN : [ , [ , , "(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}" , , , , , , , [ 8 , 9 , 10 ,
@ -379,11 +379,11 @@ GA:[,[,,"(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}",,,,,,,[7,8]],[,,"[01]1\\d{6}",,,,"01
"$1-$2 $3 $4" , [ "8" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1-$2 $3 $4" , [ "[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{3})" , "$1-$2 $3 $4" , [ "9" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1-$2 $3 $4 $5" , [ "[26]" ] , "0$1" ] ] , [ [ , "(\\d{2})(\\d{2,3})(\\d{2})" , "$1 $2 $3" , [ "20" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "9(?:00|39|44)" ] ] , [ , "(\\d{2})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "[12][136]|3[356]|4[0246]|6[03]|90[1-9]" ] ] , [ , "(\\d)(\\d{2,3})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "8" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{2})" , "$1 $2 $3" , [ "1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{3})" , "$1 $2 $3" , [ "9(?:00|39|44)" ] ] , [ , "(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "10|7" ] ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[26]" ] ] ] , [ , , "74[02-9]\\d{6}" , , , , "740123456" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "10[1-8]\\d{6}" , , , , "102345678" , , , [ 9 ] ] , , , [ , , "(?:25[245]|67[3-68])\\d{9}" , , , , "254123456789" , , , [ 12 ] ] ] , SG : [ , [ , , "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] ] , [ , , "662[0-24-9]\\d{4}|6(?:[1-578]\\d|6[013-57-9]|9[0-35-9])\\d{5}" ,
, , , "61234567" , , , [ 8 ] ] , [ , , "(?:8(?:0(?:1[0-7]|3[01])|[1-8]\\d\\d|9(?:[0-24]\\d|3[0-489]|5[0-2]))|9[0-8]\\d\\d)\\d{4}" , , , , "81234567" , , , [ 8 ] ] , [ , , "(?:18|8)00\\d{7}" , , , , "18001234567" , , , [ 10 , 11 ] ] , [ , , "1900\\d{7}" , , , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[12]\\d|666)\\d{5}" , , , , "31234567" , , , [ 8 ] ] , "SG" , 65 , "0[0-3]\\d" , , , , , , , , [ [ , "(\\d{4,5})" , "$1" , [ "1[013-9]|77" , "1(?:[013-8]|9(?:0[1-9]|[1-9]))|77" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[13]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" ,
[ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[13]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "7000\\d{7}" , , , , "70001234567" , , , [ 11 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SH : [ , [ , , "(?:[256]\\d|8)\\d{3}" , , , , , , , [ 4 , 5 ] ] , [ , , "2(?:[0-57-9]\\d|6[4-9])\\d\\d" , , , , "22158" ] , [ , , "[56]\\d{4}" ,
, , , "51234" , , , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "262\\d\\d" , , , , "26212" , , , [ 5 ] ] , "SH" , 290 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , 1 , "[256]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SI : [ , [ , , "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}" , , , , , , , [ 5 , 6 , 7 , 8 ] ] , [ , , "(?:[1-357][2-8]|4[24-8])\\d{6}" , , , , "12345678" , , , [ 8 ] , [ 7 ] ] , [ , , "65(?:1\\d|55|[67]0)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}" , , , , "31234567" , , , [ 8 ] ] , [ , , "80\\d{4,6}" , , , , "80123456" , , , [ 6 , 7 , 8 ] ] , [ , , "89[1-3]\\d{2,5}|90\\d{4,6}" , , , ,
"90123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-489])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}" , , , , "59012345" , , , [ 8 ] ] , "SI" , 386 , "00|10(?:22|66|88|99)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,6})" , "$1 $2" , [ "8[09]|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "59|8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37][01]|4[0139]|51|6" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[1-57]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , ,
, , , , , [ - 1 ] ] ] , SJ : [ , [ , , "0\\d{4}|(?:[4589]\\d|79)\\d{6}" , , , , , , , [ 5 , 8 ] ] , [ , , "79\\d{6}" , , , , "79123456" , , , [ 8 ] ] , [ , , "(?:4[015-8]|5[89]|9\\d)\\d{6}" , , , , "41234567" , , , [ 8 ] ] , [ , , "80[01]\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "82[09]\\d{5}" , , , , "82012345" , , , [ 8 ] ] , [ , , "810(?:0[0-6]|[2-8]\\d)\\d{3}" , , , , "81021234" , , , [ 8 ] ] , [ , , "880\\d{5}" , , , , "88012345" , , , [ 8 ] ] , [ , , "85[0-5]\\d{5}" , , , , "85012345" , , , [ 8 ] ] , "SJ" , 47 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "79" , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}" , , , , "02000" ] , , , [ , , "81[23]\\d{5}" ,
, , , "61234567" , , , [ 8 ] ] , [ , , "(?:8(?:0(?:1[0-8]|2[ 7-9 ]|3[01])|[1-8]\\d\\d|9(?:[0-24]\\d|3[0-489]|5[0-2]))|9[0-8]\\d\\d)\\d{4}" , , , , "81234567" , , , [ 8 ] ] , [ , , "(?:18|8)00\\d{7}" , , , , "18001234567" , , , [ 10 , 11 ] ] , [ , , "1900\\d{7}" , , , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[12]\\d|666)\\d{5}" , , , , "31234567" , , , [ 8 ] ] , "SG" , 65 , "0[0-3]\\d" , , , , , , , , [ [ , "(\\d{4,5})" , "$1" , [ "1[013-9]|77" , "1(?:[013-8]|9(?:0[1-9]|[1-9]))|77" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1- 3]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" ,
"$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1- 3]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "7000\\d{7}" , , , , "70001234567" , , , [ 11 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SH : [ , [ , , "(?:[256]\\d|8)\\d{3}" , , , , , , , [ 4 , 5 ] ] , [ , , "2(?:[0-57-9]\\d|6[4-9])\\d\\d" , , , , "22158" ] , [ ,
, "[56]\\d{4}" , , , , "51234" , , , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "262\\d\\d" , , , , "26212" , , , [ 5 ] ] , "SH" , 290 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , 1 , "[256]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SI : [ , [ , , "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}" , , , , , , , [ 5 , 6 , 7 , 8 ] ] , [ , , "(?:[1-357][2-8]|4[24-8])\\d{6}" , , , , "12345678" , , , [ 8 ] , [ 7 ] ] , [ , , "65(?:1\\d|55|[67]0)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}" , , , , "31234567" , , , [ 8 ] ] , [ , , "80\\d{4,6}" , , , , "80123456" , , , [ 6 , 7 , 8 ] ] , [ , , "89[1-3]\\d{2,5}|90\\d{4,6}" ,
, , , "90123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-489])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}" , , , , "59012345" , , , [ 8 ] ] , "SI" , 386 , "00|10(?:22|66|88|99)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,6})" , "$1 $2" , [ "8[09]|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "59|8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37][01]|4[0139]|51|6" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[1-57]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ ,
, , , , , , , , [ - 1 ] ] ] , SJ : [ , [ , , "0\\d{4}|(?:[4589]\\d|79)\\d{6}" , , , , , , , [ 5 , 8 ] ] , [ , , "79\\d{6}" , , , , "79123456" , , , [ 8 ] ] , [ , , "(?:4[015-8]|5[89]|9\\d)\\d{6}" , , , , "41234567" , , , [ 8 ] ] , [ , , "80[01]\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "82[09]\\d{5}" , , , , "82012345" , , , [ 8 ] ] , [ , , "810(?:0[0-6]|[2-8]\\d)\\d{3}" , , , , "81021234" , , , [ 8 ] ] , [ , , "880\\d{5}" , , , , "88012345" , , , [ 8 ] ] , [ , , "85[0-5]\\d{5}" , , , , "85012345" , , , [ 8 ] ] , "SJ" , 47 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "79" , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}" , , , , "02000" ] , , , [ , , "81[23]\\d{5}" ,
, , , "81212345" , , , [ 8 ] ] ] , SK : [ , [ , , "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}" , , , , , , , [ 6 , 7 , 9 ] ] , [ , , "(?:2(?:16|[2-9]\\d{3})|(?:(?:[3-5][1-8]\\d|819)\\d|601[1-5])\\d)\\d{4}|(?:2|[3-5][1-8])1[67]\\d{3}|[3-5][1-8]16\\d\\d" , , , , "221234567" ] , [ , , "909[1-9]\\d{5}|9(?:0[1-8]|1[0-24-9]|4[03-57-9]|5\\d)\\d{6}" , , , , "912123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:00|[78]\\d)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[5-9]\\d{7}" , , , , "850123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "6(?:02|5[0-4]|9[0-6])\\d{6}" , , , , "690123456" ,
, , [ 9 ] ] , "SK" , 421 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" , [ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "[3-5][1-8]1" , "[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "909" , "9090" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" , [ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" ,
[ "[3-5][1-8]1" , "[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ , , "9090\\d{3}" , , , , "9090123" , , , [ 7 ] ] , , , [ , , "9090\\d{3}|(?:602|8(?:00|[5-9]\\d)|9(?:00|[78]\\d))\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "96\\d{7}" , , , , "961234567" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SL : [ , [ , , "(?:[2378]\\d|66|99)\\d{6}" , , , , , , , [ 8 ] , [ 6 ] ] , [ , , "22[2-4][2-9]\\d{4}" , , , , "22221234" , , , , [ 6 ] ] , [ , , "(?:25|3[013-5]|66|7[4-9]|8[08]|99)\\d{6}" ,
@ -495,17 +495,17 @@ function Gb(a,b,c){var d=a.toString(),e=d.length,f=u(b,15);if(0!=e&&null!=f&&0!=
function wb ( a , b , c , d ) { if ( null == b ) throw Error ( "The string supplied did not seem to be a phone number" ) ; if ( 250 < b . length ) throw Error ( "The string supplied is too long to be a phone number" ) ; var e = new C , f = b . indexOf ( ";phone-context=" ) ; if ( 0 <= f ) { var g = f + 15 ; if ( "+" == b . charAt ( g ) ) { var k = b . indexOf ( ";" , g ) ; 0 < k ? e . a ( b . substring ( g , k ) ) : e . a ( b . substring ( g ) ) } g = b . indexOf ( "tel:" ) ; e . a ( b . substring ( 0 <= g ? g + 4 : 0 , f ) ) } else e . a ( fb ( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( D ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! gb ( e . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ;
f = e . toString ( ) ; if ( ! ( lb ( c ) || null != f && 0 < f . length && M . test ( f ) ) ) throw Error ( "Invalid country calling code" ) ; f = new J ; d && v ( f , 5 , b ) ; a : { b = e . toString ( ) ; g = b . search ( Za ) ; if ( 0 <= g && gb ( b . substring ( 0 , g ) ) ) { k = b . match ( Za ) ; for ( var m = k . length , E = 1 ; E < m ; ++ E ) if ( null != k [ E ] && 0 < k [ E ] . length ) { D ( e ) ; e . a ( b . substring ( 0 , g ) ) ; b = k [ E ] ; break a } } b = "" } 0 < b . length && v ( f , 3 , b ) ; g = V ( a , c ) ; b = new C ; k = 0 ; m = e . toString ( ) ; try { k = Fb ( a , m , g , b , d , f ) } catch ( R ) { if ( "Invalid country calling code" == R . message && M . test ( m ) ) { if ( m = m . replace ( M , "" ) , k = Fb ( a , m , g , b , d , f ) , 0 == k ) throw R ;
} else throw R ; } 0 != k ? ( e = U ( k ) , e != c && ( g = T ( a , k , e ) ) ) : ( ib ( e ) , b . a ( e . toString ( ) ) , null != c ? ( k = y ( g , 10 ) , v ( f , 1 , k ) ) : d && Fa ( f , 6 ) ) ; if ( 2 > b . b . length ) throw Error ( "The string supplied is too short to be a phone number" ) ; null != g && ( c = new C , e = new C ( b . toString ( ) ) , Gb ( e , g , c ) , a = Cb ( a , e . toString ( ) , g , - 1 ) , 2 != a && 4 != a && 5 != a && ( b = e , d && 0 < c . toString ( ) . length && v ( f , 7 , c . toString ( ) ) ) ) ; d = b . toString ( ) ; a = d . length ; if ( 2 > a ) throw Error ( "The string supplied is too short to be a phone number" ) ; if ( 17 < a ) throw Error ( "The string supplied is too long to be a phone number" ) ;
if ( 1 < d . length && "0" == d . charAt ( 0 ) ) { v ( f , 4 , ! 0 ) ; for ( a = 1 ; a < d . length - 1 && "0" == d . charAt ( a ) ; ) a ++ ; 1 != a && v ( f , 8 , a ) } v ( f , 2 , parseInt ( d , 10 ) ) ; return f } function N ( a , b ) { return ( a = "string" == typeof a ? b . match ( "^(?:" + a + ")$" ) : b . match ( a ) ) && a [ 0 ] . length == b . length ? ! 0 : ! 1 } ; function Hb ( a ) { this . f a= /\u2008/ ; this . h a= "" ; this . m = new C ; this . w = "" ; this . j = new C ; this . o = new C ; this . l = ! 0 ; this . $ = this . s = this . j a= ! 1 ; this . ga = Pa . c a( ) ; this . u = 0 ; this . b = new C ; this . a a= ! 1 ; this . i = "" ; this . a = new C ; this . f = [ ] ; this . i a= a ; this . g = Ib ( this , this . i a) } var Jb = new H ; v ( Jb , 11 , "NA" ) ;
var Kb = /^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*(\$\d[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*)+$/ , Lb = /[- ]/ ; function Ib ( a , b ) { var c = a . g a; b = lb ( b ) ? qb ( c , b ) : 0 ; a = V ( a . g a, U ( b ) ) ; return null != a ? a : Jb }
function Mb ( a ) { for ( var b = a . f . length , c = 0 ; c < b ; ++ c ) { var d = a . f [ c ] , e = y ( d , 1 ) ; if ( a . w == e ) return ! 1 ; var f = a ; var g = d , k = y ( g , 1 ) ; D ( f . m ) ; var m = f ; g = y ( g , 2 ) ; var E = "999999999999999" . match ( k ) [ 0 ] ; E . length < m . a . b . length ? m = "" : ( m = E . replace ( new RegExp ( k , "g" ) , g ) , m = m . replace ( /9/g , "\u2008" ) ) ; 0 < m . length ? ( f . m . a ( m ) , f = ! 0 ) : f = ! 1 ; if ( f ) return a . w = e , a . a a= Lb . test ( u ( d , 4 ) ) , a . u = 0 , ! 0 } return a . l = ! 1 }
function Nb ( a , b ) { for ( var c = [ ] , d = b . length - 3 , e = a . f . length , f = 0 ; f < e ; ++ f ) { var g = a . f [ f ] ; 0 == z ( g , 3 ) ? c . push ( a . f [ f ] ) : ( g = u ( g , 3 , Math . min ( d , z ( g , 3 ) - 1 ) ) , 0 == b . search ( g ) && c . push ( a . f [ f ] ) ) } a . f = c } function Ob ( a , b ) { a . h a= Pb ( a , b ) ; return a . h a}
function Pb ( a , b ) { a . j . a ( b ) ; var c = b ; Ua . test ( c ) || 1 == a . j . b . length && Ta . test ( c ) ? ( "+" == b ? ( c = b , a . o . a ( b ) ) : ( c = L [ b ] , a . o . a ( c ) , a . a . a ( c ) ) , b = c ) : ( a . l = ! 1 , a . j a= ! 0 ) ; if ( ! a . l ) { if ( ! a . j a) if ( Qb ( a ) ) { if ( Rb ( a ) ) return Sb ( a ) } else if ( 0 < a . i . length && ( b = a . a . toString ( ) , D ( a . a ) , a . a . a ( a . i ) , a . a . a ( b ) , b = a . b . toString ( ) , c = b . lastIndexOf ( a . i ) , D ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) ) , a . i != Tb ( a ) ) return a . b . a ( " " ) , Sb ( a ) ; return a . j . toString ( ) } switch ( a . o . b . length ) { case 0 : case 1 : case 2 : return a . j . toString ( ) ; case 3 : if ( Qb ( a ) ) a . $ = ! 0 ; else return a . i = Tb ( a ) , Ub ( a ) ;
default : if ( a . $ ) return Rb ( a ) && ( a . $ = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = Vb ( a , b ) ; c = Wb ( a ) ; if ( 0 < c . length ) return c ; Nb ( a , a . a . toString ( ) ) ; return Mb ( a ) ? Xb ( a ) : a . l ? Yb ( a , b ) : a . j . toString ( ) } return Ub ( a ) } } function Sb ( a ) { a . l = ! 0 ; a . $ = ! 1 ; a . f = [ ] ; a . u = 0 ; D ( a . m ) ; a . w = "" ; return Ub ( a ) }
function Wb ( a ) { for ( var b = a . a . toString ( ) , c = a . f . length , d = 0 ; d < c ; ++ d ) { var e = a . f [ d ] , f = y ( e , 1 ) ; if ( ( new RegExp ( "^(?:" + f + ")$" ) ) . test ( b ) && ( a . a a= Lb . test ( u ( e , 4 ) ) , e = b . replace ( new RegExp ( f , "g" ) , u ( e , 2 ) ) , e = Yb ( a , e ) , O ( e , Qa ) == a . o ) ) return e } return "" } function Yb ( a , b ) { var c = a . b . b . length ; return a . a a&& 0 < c && " " != a . b . toString ( ) . charAt ( c - 1 ) ? a . b + " " + b : a . b + b }
if ( 1 < d . length && "0" == d . charAt ( 0 ) ) { v ( f , 4 , ! 0 ) ; for ( a = 1 ; a < d . length - 1 && "0" == d . charAt ( a ) ; ) a ++ ; 1 != a && v ( f , 8 , a ) } v ( f , 2 , parseInt ( d , 10 ) ) ; return f } function N ( a , b ) { return ( a = "string" == typeof a ? b . match ( "^(?:" + a + ")$" ) : b . match ( a ) ) && a [ 0 ] . length == b . length ? ! 0 : ! 1 } ; function Hb ( a ) { this . h a= /\u2008/ ; this . i a= "" ; this . m = new C ; this . $ = "" ; this . j = new C ; this . o = new C ; this . l = ! 0 ; this . aa = this . s = this . k a= ! 1 ; this . ba = Pa . e a( ) ; this . u = 0 ; this . b = new C ; this . c a= ! 1 ; this . i = "" ; this . a = new C ; this . f = [ ] ; this . j a= a ; this . g = Ib ( this , this . j a) } var Jb = new H ; v ( Jb , 11 , "NA" ) ;
var Kb = /^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*(\$\d[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*)+$/ , Lb = /[- ]/ ; function Ib ( a , b ) { var c = a . b a; b = lb ( b ) ? qb ( c , b ) : 0 ; a = V ( a . b a, U ( b ) ) ; return null != a ? a : Jb }
function Mb ( a ) { for ( var b = a . f . length , c = 0 ; c < b ; ++ c ) { var d = a . f [ c ] , e = y ( d , 1 ) ; if ( a . $ == e ) return ! 1 ; var f = a ; var g = d , k = y ( g , 1 ) ; D ( f . m ) ; var m = f ; g = y ( g , 2 ) ; var E = "999999999999999" . match ( k ) [ 0 ] ; E . length < m . a . b . length ? m = "" : ( m = E . replace ( new RegExp ( k , "g" ) , g ) , m = m . replace ( /9/g , "\u2008" ) ) ; 0 < m . length ? ( f . m . a ( m ) , f = ! 0 ) : f = ! 1 ; if ( f ) return a . $ = e , a . c a= Lb . test ( u ( d , 4 ) ) , a . u = 0 , ! 0 } return a . l = ! 1 }
function Nb ( a , b ) { for ( var c = [ ] , d = b . length - 3 , e = a . f . length , f = 0 ; f < e ; ++ f ) { var g = a . f [ f ] ; 0 == z ( g , 3 ) ? c . push ( a . f [ f ] ) : ( g = u ( g , 3 , Math . min ( d , z ( g , 3 ) - 1 ) ) , 0 == b . search ( g ) && c . push ( a . f [ f ] ) ) } a . f = c } function Ob ( a , b ) { a . i a= Pb ( a , b ) ; return a . i a}
function Pb ( a , b ) { a . j . a ( b ) ; var c = b ; Ua . test ( c ) || 1 == a . j . b . length && Ta . test ( c ) ? ( "+" == b ? ( c = b , a . o . a ( b ) ) : ( c = L [ b ] , a . o . a ( c ) , a . a . a ( c ) ) , b = c ) : ( a . l = ! 1 , a . k a= ! 0 ) ; if ( ! a . l ) { if ( ! a . k a) if ( Qb ( a ) ) { if ( Rb ( a ) ) return Sb ( a ) } else if ( 0 < a . i . length && ( b = a . a . toString ( ) , D ( a . a ) , a . a . a ( a . i ) , a . a . a ( b ) , b = a . b . toString ( ) , c = b . lastIndexOf ( a . i ) , D ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) ) , a . i != Tb ( a ) ) return a . b . a ( " " ) , Sb ( a ) ; return a . j . toString ( ) } switch ( a . o . b . length ) { case 0 : case 1 : case 2 : return a . j . toString ( ) ; case 3 : if ( Qb ( a ) ) a . aa = ! 0 ; else return a . i = Tb ( a ) , Ub ( a ) ;
default : if ( a . aa ) return Rb ( a ) && ( a . aa = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = Vb ( a , b ) ; c = Wb ( a ) ; if ( 0 < c . length ) return c ; Nb ( a , a . a . toString ( ) ) ; return Mb ( a ) ? Xb ( a ) : a . l ? Yb ( a , b ) : a . j . toString ( ) } return Ub ( a ) } } function Sb ( a ) { a . l = ! 0 ; a . aa = ! 1 ; a . f = [ ] ; a . u = 0 ; D ( a . m ) ; a . $ = "" ; return Ub ( a ) }
function Wb ( a ) { for ( var b = a . a . toString ( ) , c = a . f . length , d = 0 ; d < c ; ++ d ) { var e = a . f [ d ] , f = y ( e , 1 ) ; if ( ( new RegExp ( "^(?:" + f + ")$" ) ) . test ( b ) && ( a . c a= Lb . test ( u ( e , 4 ) ) , e = b . replace ( new RegExp ( f , "g" ) , u ( e , 2 ) ) , e = Yb ( a , e ) , O ( e , Qa ) == a . o ) ) return e } return "" } function Yb ( a , b ) { var c = a . b . b . length ; return a . c a&& 0 < c && " " != a . b . toString ( ) . charAt ( c - 1 ) ? a . b + " " + b : a . b + b }
function Ub ( a ) { var b = a . a . toString ( ) ; if ( 3 <= b . length ) { for ( var c = a . s && 0 == a . i . length && 0 < z ( a . g , 20 ) ? w ( a . g , 20 ) : w ( a . g , 19 ) , d = c . length , e = 0 ; e < d ; ++ e ) { var f = c [ e ] ; 0 < a . i . length && kb ( y ( f , 4 ) ) && ! u ( f , 6 ) && ! t ( f , 5 ) || ( 0 != a . i . length || a . s || kb ( y ( f , 4 ) ) || u ( f , 6 ) ) && Kb . test ( y ( f , 2 ) ) && a . f . push ( f ) } Nb ( a , b ) ; b = Wb ( a ) ; return 0 < b . length ? b : Mb ( a ) ? Xb ( a ) : a . j . toString ( ) } return Yb ( a , b ) } function Xb ( a ) { var b = a . a . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , e = 0 ; e < c ; e ++ ) d = Vb ( a , b . charAt ( e ) ) ; return a . l ? Yb ( a , d ) : a . j . toString ( ) } return a . b . toString ( ) }
function Tb ( a ) { var b = a . a . toString ( ) , c = 0 ; if ( 1 != u ( a . g , 10 ) ) var d = ! 1 ; else d = a . a . toString ( ) , d = "1" == d . charAt ( 0 ) && "0" != d . charAt ( 1 ) && "1" != d . charAt ( 1 ) ; d ? ( c = 1 , a . b . a ( "1" ) . a ( " " ) , a . s = ! 0 ) : t ( a . g , 15 ) && ( d = new RegExp ( "^(?:" + u ( a . g , 15 ) + ")" ) , d = b . match ( d ) , null != d && null != d [ 0 ] && 0 < d [ 0 ] . length && ( a . s = ! 0 , c = d [ 0 ] . length , a . b . a ( b . substring ( 0 , c ) ) ) ) ; D ( a . a ) ; a . a . a ( b . substring ( c ) ) ; return b . substring ( 0 , c ) }
function Qb ( a ) { var b = a . o . toString ( ) , c = new RegExp ( "^(?:\\+|" + u ( a . g , 11 ) + ")" ) ; c = b . match ( c ) ; return null != c && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . s = ! 0 , c = c [ 0 ] . length , D ( a . a ) , a . a . a ( b . substring ( c ) ) , D ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) , "+" != b . charAt ( 0 ) && a . b . a ( " " ) , ! 0 ) : ! 1 } function Rb ( a ) { if ( 0 == a . a . b . length ) return ! 1 ; var b = new C , c = Eb ( a . a , b ) ; if ( 0 == c ) return ! 1 ; D ( a . a ) ; a . a . a ( b . toString ( ) ) ; b = U ( c ) ; "001" == b ? a . g = V ( a . g a, "" + c ) : b != a . i a&& ( a . g = Ib ( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . i = "" ; return ! 0 }
function Vb ( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . u ) . search ( a . f a) ) { var d = c . search ( a . f a) ; b = c . replace ( a . f a, b ) ; D ( a . m ) ; a . m . a ( b ) ; a . u = d ; return b . substring ( 0 , a . u + 1 ) } 1 == a . f . length && ( a . l = ! 1 ) ; a . w = "" ; return a . j . toString ( ) } ; var Zb = { AC : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "110" ] , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , ,
function Qb ( a ) { var b = a . o . toString ( ) , c = new RegExp ( "^(?:\\+|" + u ( a . g , 11 ) + ")" ) ; c = b . match ( c ) ; return null != c && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . s = ! 0 , c = c [ 0 ] . length , D ( a . a ) , a . a . a ( b . substring ( c ) ) , D ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) , "+" != b . charAt ( 0 ) && a . b . a ( " " ) , ! 0 ) : ! 1 } function Rb ( a ) { if ( 0 == a . a . b . length ) return ! 1 ; var b = new C , c = Eb ( a . a , b ) ; if ( 0 == c ) return ! 1 ; D ( a . a ) ; a . a . a ( b . toString ( ) ) ; b = U ( c ) ; "001" == b ? a . g = V ( a . b a, "" + c ) : b != a . j a&& ( a . g = Ib ( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . i = "" ; return ! 0 }
function Vb ( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . u ) . search ( a . h a) ) { var d = c . search ( a . h a) ; b = c . replace ( a . h a, b ) ; D ( a . m ) ; a . m . a ( b ) ; a . u = d ; return b . substring ( 0 , a . u + 1 ) } 1 == a . f . length && ( a . l = ! 1 ) ; a . $ = "" ; return a . j . toString ( ) } ; var Zb = { AC : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "110" ] , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , ,
, , , , , , , , , , , , , , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , , [ , , "112|445[16]|99[7-9]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "445\\d" , , , , "4450" , , , [ 4 ] ] ] , AF : [ , [ , , "[14]\\d\\d(?:\\d{2})?" , , , , , , , [ 3 , 5 ] ] , , , [ , , "1(?:0[02]|19)" , , , , "100" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AF" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[02]|19)" , , , , "100" , , , [ 3 ] ] , , [ , , "1(?:0[02]|19)|40404" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] , , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] ] , AG : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] ,
, , , "AG" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "176|9(?:11|99)" , , , , "176" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AI : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AI" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "176|911" , , , , "176" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AL : [ , [ , , "[15]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:1(?:2|6[01]\\d\\d)|2[7-9]|3[15]|41)" , , , , "112" , , , [ 3 , 6 ] ] , [ , , "5\\d{4}" , , , , "50000" , , , [ 5 ] ] , , , , "AL" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|2[7-9])" ,
, , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:6(?:000|1(?:06|11|23))|8\\d\\d)|65\\d|89[12])|5\\d{4}|1(?:[1349]\\d|2[2-9])" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "123" , , , , "123" , , , [ 3 ] ] , , [ , , "131|5\\d{4}" , , , , "131" , , , [ 3 , 5 ] ] ] , AM : [ , [ , , "[148]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "10[1-3]" , , , , "101" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AM" , , , , , , , , , , , , , , , , , , [ , , "10[1-3]" , , , , "101" , , , [ 3 ] ] , , [ , , "(?:1|8[1-7])\\d\\d|40404" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] , , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] ] , AO : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[235]" ,
@ -609,7 +609,7 @@ MO:[,[,,"9\\d\\d",,,,,,,[3]],,,[,,"999",,,,"999"],[,,,,,,,,,[-1]],,,,"MO",,,,,,,
, , [ 3 ] ] , , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PW" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PY : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "128|911" , , , , "128" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PY" , , , , , , , , , , , , , , , , , , [ , , "128|911" , , , , "128" ] , , [ , , "1[1-4]\\d|911" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , QA : [ , [ , , "[129]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "999" , , , , "999" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "QA" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" , , , [ 3 ] ] , , [ , , "999|(?:1|20|9[27]\\d)\\d\\d" ,
, , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RE : [ , [ , , "1\\d\\d?" , , , , , , , [ 2 , 3 ] ] , , , [ , , "1(?:12|[578])" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RE" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|[578])" , , , , "15" ] , , [ , , "1(?:12|[578])" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RO : [ , [ , , "[18]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "11(?:2|6\\d{3})" , , , , "112" , , , [ 3 , 6 ] ] , [ , , "(?:1(?:18[39]|[24])|8[48])\\d\\d" , , , , "1200" , , , [ 4 , 6 ] ] , , , , "RO" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|1(?:11|23))|8(?:(?:01|8[18])1|119|[23]00|932))|[24]\\d\\d|9(?:0(?:00|19)|1[19]|21|3[02]|5[178]))|8[48]\\d\\d" ,
, , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "(?:1[24]|8[48])\\d\\d" , , , , "1200" , , , [ 4 ] ] ] , RS : [ , [ , , "[19]\\d{1,5}" , , , , , , , [ 2 , 3 , 4 , 5 , 6 ] ] , , , [ , , "112|9[2-4]" , , , , "92" , , , [ 2 , 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RS" , , , , , , , , , , , , , , , , , , [ , , "112|9[2-4]" , , , , "92" , , , [ 2 , 3 ] ] , , [ , , "1[189]\\d{1,4}|9[2-4]" , , , , "92" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RU : [ , [ , , "[01]\\d\\d?" , , , , , , , [ 2 , 3 ] ] , , , [ , , "112|(?:0|10)[1-3]" , , , , "01" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RU" , , , , , , , , , , , , , , , , , , [ , , "112|(?:0|10)[1-3]" , , , , "01" ] , , [ , , "112|(?:0|10)[1-4]" , , , , "01" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RW : [ , [ , , "[14]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[1245]" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RW" , , , , , , , , , , , , , , , , , , [ , , "11[12]" , , , , "111" ] , , [ , , "1(?:0[0-2]|1[0-24-6]|2[13]|70|99)|456" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SA : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "11(?:2|6\\d{3})|9(?:11|37|9[7-9])" , , , , "112" , , , [ 3 , 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SA" , , , , , , , , , , , , , , , , , , [ , , "112|9(?:11|9[79])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:00|2|6111)|410|9(?:00|1[89]|9(?:099|22|91)))|9(?:0[24-79]|11|3[379]|40|66|8[5-9]|9[02-9])" ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RW : [ , [ , , "[14]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[1245]" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RW" , , , , , , , , , , , , , , , , , , [ , , "11[12]" , , , , "111" ] , , [ , , "1(?:0[0-2]|1[0-24-6]|2[13]|70|99)|456" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SA : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "11(?:2|6\\d{3})|9(?:11|37|9[7-9])" , , , , "112" , , , [ 3 , 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SA" , , , , , , , , , , , , , , , , , , [ , , "112|9(?:11|9[79])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:00|2|6111)|410|9(?:00|1[89]|9(?:099|22|9[ 12] )))|9(?:0[24-79]|11|3[379]|40|66|8[5-9]|9[02-9])" ,
, , , "112" ] , [ , , "141\\d" , , , , "1410" , , , [ 4 ] ] , [ , , "1(?:10|41)\\d|90[24679]" , , , , "902" , , , [ 3 , 4 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SB : [ , [ , , "[127-9]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SB" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "1(?:[02]\\d|1[12]|[35][01]|[49][1-9]|6[2-9]|7[7-9]|8[0-8])|269|777|835|9(?:[01]1|22|33|55|77|88|99)" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SC : [ , [ , , "[19]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "999" , , , , "999" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SC" , , , , , , , , , , , , , , , , , , [ , , "999" , , ,
, "999" , , , [ 3 ] ] , , [ , , "1(?:0\\d|1[027]|2[0-8]|3[13]|4[0-2]|[59][15]|6[1-9]|7[124-6]|8[158])|9(?:6\\d\\d|99)" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SD : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SD" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SE : [ , [ , , "[1-37-9]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "112|(?:116\\d|900)\\d\\d" , , , , "112" , , , [ 3 , 5 , 6 ] ] , [ , , "11811[89]|72\\d{3}" , , , , "72000" , , , [ 5 , 6 ] ] , , , , "SE" , , , , , , , , ,
, , , , , , , , , [ , , "112|90000" , , , , "112" , , , [ 3 , 5 ] ] , , [ , , "11(?:[25]|313|6(?:00[06]|1(?:1[17]|23))|7[0-8])|2(?:2[02358]|33|4[01]|50|6[1-4])|32[13]|8(?:22|88)|9(?:0(?:00|51)0|12)|(?:11(?:4|8[02-46-9])|7\\d\\d|90[2-4])\\d\\d|(?:118|90)1(?:[02-9]\\d|1[013-9])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "2(?:2[02358]|33|4[01]|50|6[1-4])|32[13]|8(?:22|88)|912" , , , , "220" , , , [ 3 ] ] , , [ , , "7\\d{4}" , , , , "70000" , , , [ 5 ] ] ] , SG : [ , [ , , "[179]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "99[359]" , , , , "993" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SG" , , , , , , , , , , , , , , , , , , [ , , "99[359]" ,
@ -656,8 +656,8 @@ MO:[,[,,"9\\d\\d",,,,,,,[3]],,,[,,"999",,,,"999"],[,,,,,,,,,[-1]],,,,"MO",,,,,,,
* /
function $b ( ) { this . a = { } } ba ( $b ) ; function ac ( a ) { return ( a = K [ a ] ) ? a : [ ] } function bc ( a , b , c ) { var d = ac ( y ( b , 1 ) ) ; if ( ! p ( d , c ) ) return ! 1 ; a = cc ( a , c ) ; if ( ! a ) return ! 1 ; b = dc ( b ) . length ; return p ( w ( u ( a , 1 ) , 9 ) , b ) } function ec ( a , b ) { var c = ac ( y ( b , 1 ) ) ; b = dc ( b ) . length ; for ( var d = 0 ; d < c . length ; d ++ ) { var e = cc ( a , c [ d ] ) ; if ( e && ( e = w ( u ( e , 1 ) , 9 ) , p ( e , b ) ) ) return ! 0 } return ! 1 } function fc ( a , b , c ) { var d = ac ( y ( b , 1 ) ) ; if ( ! p ( d , c ) ) return ! 1 ; a = cc ( a , c ) ; if ( ! a ) return ! 1 ; b = dc ( b ) ; c = u ( a , 1 ) ; if ( ! gc ( b , c ) ) return ! 1 ; a = u ( a , 29 ) ; return gc ( b , a ) }
function hc ( a , b ) { var c = ac ( y ( b , 1 ) ) ; a : if ( 0 === c . length ) var d = null ; else if ( 1 === c . length ) d = c [ 0 ] ; else { d = dc ( b ) ; for ( var e = 0 ; e < c . length ; e ++ ) { var f = c [ e ] , g = cc ( a , f ) ; if ( g && gc ( d , u ( g , 29 ) ) ) { d = f ; break a } } d = null } return 1 < c . length && null != d ? ! 0 : fc ( a , b , d ) } function cc ( a , b ) { if ( ! b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( null == c ) { c = Zb [ b ] ; if ( null == c ) return null ; c = ( new I ) . f ( H . h ( ) , c ) ; a . a [ b ] = c } return c } function dc ( a ) { if ( ! t ( a , 2 ) ) return "" ; var b = "" + u ( a , 2 ) ; return t ( a , 4 ) && u ( a , 4 ) && 0 < y ( a , 8 ) ? Array ( y ( a , 8 ) + 1 ) . join ( "0" ) + b : b }
function gc ( a , b ) { return 0 < w ( b , 9 ) . length && ! p ( w ( b , 9 ) , a . length ) ? ! 1 : N ( y ( b , 2 ) , a . toString ( ) ) } ; function ic ( ) { var a = q ( "phoneNumber" ) . value , b = q ( "defaultCountry" ) . value . toUpperCase ( ) , c = q ( "carrierCode" ) . value , d = new C ; try { var e = Pa . c a( ) ; if ( ! lb ( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var f = wb ( e , a , b , ! 0 ) ; d . a ( "****Parsing Result:****\n" ) ; d . a ( ka ( ( new B ( 1 ) ) . g ( f ) ) ) ; d . a ( "\n\n****Validation Results:****" ) ; var g = Db ( e , f ) ; var k = 0 == g || 4 == g ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( k ) ; if ( k ) { var m = vb ( e , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( m ) ; m && b && "ZZ" != b && ( d . a ( "\nResult from isValidNumberForRegion(): " ) ,
function gc ( a , b ) { return 0 < w ( b , 9 ) . length && ! p ( w ( b , 9 ) , a . length ) ? ! 1 : N ( y ( b , 2 ) , a . toString ( ) ) } ; function ic ( ) { var a = q ( "phoneNumber" ) . value , b = q ( "defaultCountry" ) . value . toUpperCase ( ) , c = q ( "carrierCode" ) . value , d = new C ; try { var e = Pa . e a( ) ; if ( ! lb ( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var f = wb ( e , a , b , ! 0 ) ; d . a ( "****Parsing Result:****\n" ) ; d . a ( ka ( ( new B ( 1 ) ) . g ( f ) ) ) ; d . a ( "\n\n****Validation Results:****" ) ; var g = Db ( e , f ) ; var k = 0 == g || 4 == g ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( k ) ; if ( k ) { var m = vb ( e , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( m ) ; m && b && "ZZ" != b && ( d . a ( "\nResult from isValidNumberForRegion(): " ) ,
d . a ( Bb ( e , f , b ) ) ) ; d . a ( "\nPhone Number region: " ) ; d . a ( Ab ( e , f ) ) ; d . a ( "\nResult from getNumberType(): " ) ; var E = Ab ( e , f ) , R = T ( e , y ( f , 1 ) , E ) ; if ( null == R ) var rb = - 1 ; else { var jc = Q ( f ) ; rb = zb ( jc , R ) } switch ( rb ) { case 0 : d . a ( "FIXED_LINE" ) ; break ; case 1 : d . a ( "MOBILE" ) ; break ; case 2 : d . a ( "FIXED_LINE_OR_MOBILE" ) ; break ; case 3 : d . a ( "TOLL_FREE" ) ; break ; case 4 : d . a ( "PREMIUM_RATE" ) ; break ; case 5 : d . a ( "SHARED_COST" ) ; break ; case 6 : d . a ( "VOIP" ) ; break ; case 7 : d . a ( "PERSONAL_NUMBER" ) ; break ; case 8 : d . a ( "PAGER" ) ; break ; case 9 : d . a ( "UAN" ) ; break ; case - 1 : d . a ( "UNKNOWN" ) } } else { d . a ( "\nResult from isPossibleNumberWithReason(): " ) ;
switch ( Db ( e , f ) ) { case 1 : d . a ( "INVALID_COUNTRY_CODE" ) ; break ; case 2 : d . a ( "TOO_SHORT" ) ; break ; case 3 : d . a ( "TOO_LONG" ) } d . a ( "\nNote: numbers that are not possible have type UNKNOWN, an unknown region, and are considered invalid." ) } var la = $b . c a( ) ; d . a ( "\n\n****ShortNumberInfo Results:****" ) ; d . a ( "\nResult from isPossibleShortNumber: " ) ; d . a ( ec ( la , f ) ) ; d . a ( "\nResult from isValidShortNumber: " ) ; d . a ( hc ( la , f ) ) ; d . a ( "\nResult from isPossibleShortNumberForRegion: " ) ; d . a ( bc ( la , f , b ) ) ; d . a ( "\nResult from isValidShortNumberForRegion: " ) ;
switch ( Db ( e , f ) ) { case 1 : d . a ( "INVALID_COUNTRY_CODE" ) ; break ; case 2 : d . a ( "TOO_SHORT" ) ; break ; case 3 : d . a ( "TOO_LONG" ) } d . a ( "\nNote: numbers that are not possible have type UNKNOWN, an unknown region, and are considered invalid." ) } var la = $b . e a( ) ; d . a ( "\n\n****ShortNumberInfo Results:****" ) ; d . a ( "\nResult from isPossibleShortNumber: " ) ; d . a ( ec ( la , f ) ) ; d . a ( "\nResult from isValidShortNumber: " ) ; d . a ( hc ( la , f ) ) ; d . a ( "\nResult from isPossibleShortNumberForRegion: " ) ; d . a ( bc ( la , f , b ) ) ; d . a ( "\nResult from isValidShortNumberForRegion: " ) ;
d . a ( fc ( la , f , b ) ) ; d . a ( "\n\n****Formatting Results:**** " ) ; d . a ( "\nE164 format: " ) ; d . a ( m ? P ( e , f , 0 ) : "invalid" ) ; d . a ( "\nOriginal format: " ) ; d . a ( tb ( e , f , b ) ) ; d . a ( "\nNational format: " ) ; d . a ( P ( e , f , 2 ) ) ; d . a ( "\nInternational format: " ) ; d . a ( m ? P ( e , f , 1 ) : "invalid" ) ; d . a ( "\nOut-of-country format from US: " ) ; d . a ( m ? pb ( e , f , "US" ) : "invalid" ) ; d . a ( "\nOut-of-country format from Switzerland: " ) ; d . a ( m ? pb ( e , f , "CH" ) : "invalid" ) ; 0 < c . length && ( d . a ( "\nNational format with carrier code: " ) , d . a ( ob ( e , f , c ) ) ) ; d . a ( "\n\n****AsYouTypeFormatter Results****" ) ;
var kc = new Hb ( b ) , lc = a . length ; for ( b = 0 ; b < lc ; ++ b ) { var sb = a . charAt ( b ) ; d . a ( "\nChar entered: " ) ; d . a ( sb ) ; d . a ( " Output: " ) ; d . a ( Ob ( kc , sb ) ) } } catch ( mc ) { d . a ( "\n" + mc . toString ( ) ) } q ( "output" ) . value = d . toString ( ) ; return ! 1 } var X = [ "phoneNumberParser" ] , Y = aa ; X [ 0 ] in Y || "undefined" == typeof Y . execScript || Y . execScript ( "var " + X [ 0 ] ) ; for ( var Z ; X . length && ( Z = X . shift ( ) ) ; ) X . length || void 0 === ic ? Y [ Z ] && Y [ Z ] !== Object . prototype [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } : Y [ Z ] = ic ; } ) ( ) ;