@ -1,15 +1,14 @@
( function ( ) { for ( var aa = "function" == typeof Object . defineProperties ? Object . defineProperty : function ( a , b , c ) { if ( c . get || c . set ) throw new TypeError ( "ES3 does not support getters and setters." ) ; a != Array . prototype && a != Object . prototype && ( a [ b ] = c . value ) } , k = "undefined" != typeof window && window === this ? this : "undefined" != typeof global && null != global ? global : this , m = [ "String" , "prototype" , "repeat" ] , ba = 0 ; ba < m . length - 1 ; ba ++ ) { var ca = m [ ba ] ; ca in k || ( k [ ca ] = { } ) ; k = k [ ca ] }
var da = m [ m . length - 1 ] , ea = k [ da ] , fa = ea ? ea : function ( a ) { var b ; if ( null == this ) throw new TypeError ( "The 'this' value for String.prototype.repeat must not be null or undefined" ) ; b = this + "" ; if ( 0 > a || 1342177279 < a ) throw new RangeError ( "Invalid count value" ) ; a |= 0 ; for ( var c = "" ; a ; ) if ( a & 1 && ( c += b ) , a >>>= 1 ) b += b ; return c } ; fa != ea && null != fa && aa ( k , da , { configurable : ! 0 , writable : ! 0 , value : fa } ) ;
function ga ( a ) { var b = typeof a ; if ( "object" == b ) if ( a ) { if ( a instanceof Array ) return "array" ; if ( a instanceof Object ) return b ; var c = Object . prototype . toString . call ( a ) ; if ( "[object Window]" == c ) return "object" ; if ( "[object Array]" == c || "number" == typeof a . length && "undefined" != typeof a . splice && "undefined" != typeof a . propertyIsEnumerable && ! a . propertyIsEnumerable ( "splice" ) ) return "array" ; if ( "[object Function]" == c || "undefined" != typeof a . call && "undefined" != typeof a . propertyIsEnumerable && ! a . propertyIsEnumerable ( "call" ) ) return "function" } else return "null" ;
else if ( "function" == b && "undefined" == typeof a . call ) return "object" ; return b } function n ( a ) { return "string" == typeof a } function p ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . ca = b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . na = function ( a , c , f ) { for ( var d = Array ( arguments . length - 2 ) , e = 2 ; e < arguments . length ; e ++ ) d [ e - 2 ] = arguments [ e ] ; return b . prototype [ c ] . apply ( a , d ) } } ; function q ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , q ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } p ( q , Error ) ; q . prototype . name = "CustomError" ; function ha ( a , b ) { for ( var c = a . split ( "%s" ) , d = "" , e = Array . prototype . slice . call ( arguments , 1 ) ; e . length && 1 < c . length ; ) d += c . shift ( ) + e . shift ( ) ; return d + c . join ( "%s" ) } ; function ia ( a , b ) { b . unshift ( a ) ; q . call ( this , ha . apply ( null , b ) ) ; b . shift ( ) } p ( ia , q ) ; ia . prototype . name = "AssertionError" ; function ja ( a , b ) { throw new ia ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; var ka = 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 ( n ( a ) ) return n ( b ) && 1 == b . length ? a . indexOf ( b , c ) : - 1 ; for ( ; c < a . length ; c ++ ) if ( c in a && a [ c ] === b ) return c ; return - 1 } ; function la ( a , b ) { a . sort ( b || ma ) } function ma ( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function na ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function oa ( a , b ) { var c ; a : { for ( c in a ) if ( b . call ( void 0 , a [ c ] , c , a ) ) break a ; c = void 0 } return c && a [ c ] } ; function pa ( a ) { var b = document ; return n ( a ) ? b . getElementById ( a ) : a } ; function qa ( a ) { var b = [ ] ; ra ( new sa , a , b ) ; return b . join ( "" ) } function sa ( ) { }
function ra ( a , b , c ) { if ( null == b ) c . push ( "null" ) ; else { if ( "object" == typeof b ) { if ( "array" == ga ( b ) ) { var d = b ; b = d . length ; c . push ( "[" ) ; for ( var e = "" , f = 0 ; f < b ; f ++ ) c . push ( e ) , e = d [ f ] , ra ( 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 ) , ta ( d , c ) , c . push ( ":" ) , ra ( a , e , c ) , f = "," ) ) ; c . push ( "}" ) ; return } } switch ( typeof b ) { case "string" : ta ( 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 ua = { '"' : '\\"' , "\\" : "\\\\" , "/" : "\\/" , "\b" : "\\b" , "\f" : "\\f" , "\n" : "\\n" , "\r" : "\\r" , "\t" : "\\t" , "\x0B" : "\\u000b" } , va = /\uffff/ . test ( "\uffff" ) ? /[\\\"\x00-\x1f\x7f-\uffff]/g : /[\\\"\x00-\x1f\x7f-\xff]/g ;
function ta ( a , b ) { b . push ( '"' , a . replace ( va , function ( a ) { var b = ua [ a ] ; b || ( b = "\\u" + ( a . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , ua [ a ] = b ) ; return b } ) , '"' ) } ; function wa ( a , b ) { this . a = a ; this . l = b . name ; this . f = ! ! b . u ; this . b = b . c ; this . j = b . type ; this . i = ! 1 ; switch ( this . b ) { case xa : case ya : case za : case Aa : case Ba : case Ca : case Da : this . i = ! 0 } this . g = b . defaultValue } var Da = 1 , Ca = 2 , xa = 3 , ya = 4 , za = 6 , Aa = 16 , Ba = 18 ; function Ea ( a , b ) { this . b = a ; this . a = { } ; for ( var c = 0 ; c < b . length ; c ++ ) { var d = b [ c ] ; this . a [ d . a ] = d } } function Fa ( a ) { a = na ( a . a ) ; la ( a , function ( a , c ) { return a . a - c . a } ) ; return a } function Ga ( a , b ) { return oa ( a . a , function ( a ) { return a . l == b } ) || null } ; function r ( ) { this . b = { } ; this . f = this . h ( ) . a ; this . a = this . g = null } function Ha ( 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 ) } ;
function Ia ( a , b ) { for ( var c = Fa ( 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 ) for ( var e = w ( b , f ) , h = 0 ; h < e . length ; h ++ ) Ja ( a , f , g ? e [ h ] . clone ( ) : e [ h ] ) ; else e = Ka ( b , f ) , g ? ( g = Ka ( a , f ) ) ? Ia ( 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 = { } ) , Ia ( a , this ) ) ; return a } ; function t ( a , b ) { return null != a . b [ b ] }
function Ka ( 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 = Ka ( a , b ) ; return a . f [ b ] . f ? d [ c || 0 ] : d } function y ( a , b ) { var c ; if ( t ( a , b ) ) c = u ( a , b , void 0 ) ; else a : { c = a . f [ b ] ; if ( void 0 === c . g ) { var d = c . j ; if ( d === Boolean ) c . g = ! 1 ; else if ( d === Number ) c . g = 0 ; else if ( d === String ) c . g = c . i ? "0" : "" ; else { c = new d ; break a } } c = c . g } return c }
function w ( a , b ) { return Ka ( 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 Ja ( a , b , c ) { a . b [ b ] || ( a . b [ b ] = [ ] ) ; a . b [ b ] . push ( c ) ; a . a && delete a . a [ b ] } function La ( a , b ) { delete a . b [ b ] ; a . a && delete a . a [ b ] } function Ma ( a , b ) { var c = [ ] , d ; for ( d in b ) 0 != d && c . push ( new wa ( d , b [ d ] ) ) ; return new Ea ( 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 ) { var c = new a . b ; this . i ( c , b ) ; return c } ;
A . prototype . a = function ( a , b ) { if ( 11 == a . b || 10 == a . b ) return b instanceof r ? b : this . f ( a . j . prototype . h ( ) , b ) ; if ( 14 == a . b ) { if ( n ( b ) && Na . test ( b ) ) { var c = Number ( b ) ; if ( 0 < c ) return c } return b } if ( ! a . i ) return b ; c = a . j ; if ( c === String ) { if ( "number" == typeof b ) return String ( b ) } else if ( c === Number && n ( b ) && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || Na . test ( b ) ) ) return Number ( b ) ; return b } ; var Na = /^-?[0-9]+$/ ; function B ( a , b ) { this . j = a ; this . l = b } p ( B , A ) ; B . prototype . g = function ( a ) { for ( var b = Fa ( a . h ( ) ) , c = { } , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] , f = 1 == this . j ? e . l : e . a ; 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 ) ) } Ha ( a , function ( a , b ) { c [ a ] = b } ) ; return c } ; B . prototype . b = function ( a , b ) { return this . l && 8 == a . b && "boolean" == typeof b ? b ? 1 : 0 : B . ca . b . call ( this , a , b ) } ; B . prototype . a = function ( a , b ) { return 8 == a . b && "number" == typeof b ? ! ! b : B . ca . a . call ( this , a , b ) } ;
B . prototype . i = function ( a , b ) { var c = a . h ( ) , d ; for ( d in b ) { var e , f = b [ d ] , g = ! /[^0-9]/ . test ( d ) ; if ( e = g ? c . a [ parseInt ( d , 10 ) ] || null : Ga ( c , d ) ) if ( e . f ) for ( g = 0 ; g < f . length ; g ++ ) { var h = this . a ( e , f [ g ] ) ; Ja ( a , e . a , h ) } else a . set ( e , this . a ( e , f ) ) ; else g ? ( e = a , g = Number ( d ) , e . b [ g ] = f , e . a && delete e . a [ g ] ) : ja ( "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 } ; / *
( function ( ) { function h ( a ) { return "string" == typeof a } function aa ( a ) { a . da = void 0 ; a . ca = function ( ) { return a . da ? a . da : a . da = new a } }
function ba ( a ) { var b = typeof a ; if ( "object" == b ) if ( a ) { if ( a instanceof Array ) return "array" ; if ( a instanceof Object ) return b ; var c = Object . prototype . toString . call ( a ) ; if ( "[object Window]" == c ) return "object" ; if ( "[object Array]" == c || "number" == typeof a . length && "undefined" != typeof a . splice && "undefined" != typeof a . propertyIsEnumerable && ! a . propertyIsEnumerable ( "splice" ) ) return "array" ; if ( "[object Function]" == c || "undefined" != typeof a . call && "undefined" != typeof a . propertyIsEnumerable && ! a . propertyIsEnumerable ( "call" ) ) return "function" } else return "null" ;
else if ( "function" == b && "undefined" == typeof a . call ) return "object" ; return b } function l ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . ea = b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . pa = function ( a , c , f ) { for ( var d = Array ( arguments . length - 2 ) , e = 2 ; e < arguments . length ; e ++ ) d [ e - 2 ] = arguments [ e ] ; return b . prototype [ c ] . apply ( a , d ) } } ; function n ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , n ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } l ( n , Error ) ; n . 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" ) ; n . call ( this , c + a [ d ] ) } l ( ca , n ) ; ca . prototype . name = "AssertionError" ; function da ( a , b ) { throw new ca ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; var p = 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 ( h ( a ) ) return h ( b ) && 1 == b . length ? a . indexOf ( b , c ) : - 1 ; for ( ; c < a . length ; c ++ ) if ( c in a && a [ c ] === b ) return c ; return - 1 } ; function q ( a , b ) { return 0 <= p ( 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 ) { return String ( a ) . replace ( /\-([a-z])/g , function ( a , c ) { return c . toUpperCase ( ) } ) } ; function ia ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function ja ( 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 r ( a ) { var b = document ; return h ( a ) ? b . getElementById ( a ) : a } ; function ka ( a ) { var b = [ ] ; la ( new na , a , b ) ; return b . join ( "" ) } function na ( ) { }
function la ( a , b , c ) { if ( null == b ) c . push ( "null" ) ; else { if ( "object" == typeof b ) { if ( "array" == ba ( b ) ) { var d = b ; b = d . length ; c . push ( "[" ) ; for ( var e = "" , f = 0 ; f < b ; f ++ ) c . push ( e ) , e = d [ f ] , la ( 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 ( ":" ) , la ( 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 ( a ) { var b = pa [ a ] ; b || ( b = "\\u" + ( a . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , pa [ a ] = b ) ; return b } ) , '"' ) } ; function ra ( a , b ) { this . a = a ; this . j = b . name ; this . f = ! ! b . u ; 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 = ia ( a . a ) ; ea ( a , function ( a , c ) { return a . a - c . a } ) ; return a } function Ba ( a , b ) { return ja ( a . a , function ( a ) { return a . j == b } ) || null } ; function t ( ) { 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 ] ) } } t . prototype . has = function ( a ) { return u ( this , a . a ) } ; t . prototype . get = function ( a , b ) { return v ( this , a . a , b ) } ; t . prototype . set = function ( a , b ) { w ( this , a . a , b ) } ; t . 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 ( u ( b , f ) ) { a . a && delete a . a [ e . a ] ; var g = 11 == e . b || 10 == e . b ; if ( e . f ) { e = x ( b , f ) ; for ( var k = 0 ; k < e . length ; k ++ ) Da ( a , f , g ? e [ k ] . clone ( ) : e [ k ] ) } else e = Fa ( b , f ) , g ? ( g = Fa ( a , f ) ) ? Ea ( g , e ) : w ( a , f , e . clone ( ) ) : w ( a , f , e ) } } } t . prototype . clone = function ( ) { var a = new this . constructor ; a != this && ( a . b = { } , a . a && ( a . a = { } ) , Ea ( a , this ) ) ; return a } ; function u ( a , b ) { return null != a . b [ b ] }
function Fa ( 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 v ( a , b , c ) { var d = Fa ( a , b ) ; return a . f [ b ] . f ? d [ c || 0 ] : d } function y ( a , b ) { if ( u ( a , b ) ) a = v ( 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 x ( a , b ) { return Fa ( a , b ) || [ ] } function z ( a , b ) { return a . f [ b ] . f ? u ( a , b ) ? a . b [ b ] . length : 0 : u ( a , b ) ? 1 : 0 } function w ( 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 Ga ( a , b ) { delete a . b [ b ] ; a . a && delete a . a [ b ] } function Ha ( 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 t ? b : this . f ( a . l . prototype . h ( ) , b ) ; if ( 14 == a . b ) return h ( b ) && Ia . 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 && h ( b ) && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || Ia . test ( b ) ) ) return Number ( b ) ; return b } ; var Ia = /^-?[0-9]+$/ ; function B ( a , b ) { this . j = a ; this . l = b } l ( 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 = ha ( 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 ( a , b ) { c [ a ] = b } ) ; return c } ; B . prototype . b = function ( a , b ) { return this . l && 8 == a . b && "boolean" == typeof b ? b ? 1 : 0 : B . ea . b . call ( this , a , b ) } ;
B . prototype . a = function ( a , b ) { return 8 == a . b && "number" == typeof b ? ! ! b : B . ea . 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 ] ) : 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 .
@ -27,14 +26,14 @@ B.prototype.i=function(a,b){var c=a.h(),d;for(d in b){var e,f=b[d],g=!/[^0-9]/.t
See the License for the specific language governing permissions and
limitations under the License .
* /
function E ( ) { r . call ( this ) } p ( E , r ) ; var O a= null ; function F ( ) { r . call ( this ) } p ( F , r ) ; var P a= null ; function G ( ) { r . call ( this ) } p ( G , r ) ; var Q a= null ;
E . prototype . h = function ( ) { var a = O a; a || ( Oa = a = Ma ( E , { 0 : { name : "NumberFormat" , ba : "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" , u : ! 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 } ; E . h = E . prototype . h ;
F . prototype . h = function ( ) { var a = P a; a || ( Pa = a = Ma ( F , { 0 : { name : "PhoneNumberDesc" , ba : "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , c : 9 , type : String } , 9 : { name : "possible_length" , u : ! 0 , c : 5 , type : Number } , 10 : { name : "possible_length_local_only" , u : ! 0 , c : 5 , type : Number } , 6 : { name : "example_number" , c : 9 , type : String } } ) ) ; return a } ; F . h = F . prototype . h ;
G . prototype . h = function ( ) { var a = Q a; a || ( Qa = a = Ma ( G , { 0 : { name : "PhoneMetadata" , ba : "i18n.phonenumbers.PhoneMetadata" } , 1 : { name : "general_desc" , c : 11 , type : F } , 2 : { name : "fixed_line" , c : 11 , type : F } , 3 : { name : "mobile" , c : 11 , type : F } , 4 : { name : "toll_free" , c : 11 , type : F } , 5 : { name : "premium_rate" , c : 11 , type : F } , 6 : { name : "shared_cost" , c : 11 , type : F } , 7 : { name : "personal_number" , c : 11 , type : F } , 8 : { name : "voip" , c : 11 , type : F } , 21 : { name : "pager" , c : 11 , type : F } , 25 : { name : "uan" , c : 11 , type : F } , 27 : { name : "emergency" , c : 11 , type : F } , 28 : { name : "voicemail" , c : 11 , type : F } ,
24 : { name : "no_international_dialling" , c : 11 , type : F } , 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" , u : ! 0 , c : 11 , type : E } , 20 : { name : "intl_number_format" , u : ! 0 , c : 11 , type : E } , 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 } ; G . h = G . prototype . h ; function R a( ) { } p ( R a, A ) ; R a. prototype . f = function ( a , b ) { var c = new a . b ; c . g = this ; c . b = b ; c . a = { } ; return c } ; R a. prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function H ( ) { } p ( H , Ra ) ; H . prototype . g = function ( a ) { for ( var b = F a( 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 ) ) } } H a( a , function ( a , b ) { c [ a ] = b } ) ; return c } ; H . prototype . b = function ( a , b ) { return 8 == a . b ? b ? 1 : 0 : A . prototype . b . apply ( this , arguments ) } ; H . prototype . a = function ( a , b ) { return 8 == a . b ? ! ! b : A . prototype . a . apply ( this , arguments ) } ; H . prototype . f = function ( a , b ) { return H . c a. f . call ( this , a , b ) } ; function I ( ) { r . call ( this ) } p ( I , r ) ; var S a= null , Ta = { ma : 0 , la : 1 , ka : 5 , ja : 10 , i a: 20 } ;
I . prototype . h = function ( ) { var a = S a; a || ( Sa = a = Ma ( I , { 0 : { name : "PhoneNumber" , ba : "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 : T a} , 7 : { name : "preferred_domestic_carrier_code" ,
c : 9 , type : String } } ) ) ; return a } ; I . ctor = I ; I . ctor . h = I . prototype . h ; / *
function F ( ) { t . call ( this ) } l ( F , t ) ; var J a= null ; function G ( ) { t . call ( this ) } l ( G , t ) ; var K a= null ; function H ( ) { t . call ( this ) } l ( H , t ) ; var L a= null ;
F . prototype . h = function ( ) { var a = J a; a || ( Ja = a = Ha ( F , { 0 : { name : "NumberFormat" , ba : "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" , u : ! 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 = K a; a || ( Ka = a = Ha ( G , { 0 : { name : "PhoneNumberDesc" , ba : "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , c : 9 , type : String } , 9 : { name : "possible_length" , u : ! 0 , c : 5 , type : Number } , 10 : { name : "possible_length_local_only" , u : ! 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 = L a; a || ( La = a = Ha ( H , { 0 : { name : "PhoneMetadata" , ba : "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" , u : ! 0 , c : 11 , type : F } , 20 : { name : "intl_number_format" , u : ! 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 M a( ) { } l ( M a, A ) ; M a. prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; M a. prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function I ( ) { } l ( I , Ma ) ; I . prototype . g = function ( a ) { for ( var b = A a( 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 ) ) } } C a( a , function ( a , b ) { c [ a ] = b } ) ; 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 ( ) { t . call ( this ) } l ( J , t ) ; var N a= null , Oa = { oa : 0 , na : 1 , ma : 5 , la : 10 , k a: 20 } ;
J . prototype . h = function ( ) { var a = N a; a || ( Na = a = Ha ( J , { 0 : { name : "PhoneNumber" , ba : "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 : O a} , 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
@ -50,11 +49,11 @@ c:9,type:String}}));return a};I.ctor=I;I.ctor.h=I.prototype.h;/*
See the License for the specific language governing permissions and
limitations under the License .
* /
var J = { 1 : "US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI" . split ( " " ) , 7 : [ "RU" , "KZ" ] , 20 : [ "EG" ] , 27 : [ "ZA" ] , 30 : [ "GR" ] , 31 : [ "NL" ] , 32 : [ "BE" ] , 33 : [ "FR" ] , 34 : [ "ES" ] , 36 : [ "HU" ] , 39 : [ "IT" , "VA" ] , 40 : [ "RO" ] , 41 : [ "CH" ] , 43 : [ "AT" ] , 44 : [ "GB" , "GG" , "IM" , "JE" ] , 45 : [ "DK" ] , 46 : [ "SE" ] , 47 : [ "NO" , "SJ" ] , 48 : [ "PL" ] , 49 : [ "DE" ] , 51 : [ "PE" ] , 52 : [ "MX" ] , 53 : [ "CU" ] , 54 : [ "AR" ] , 55 : [ "BR" ] , 56 : [ "CL" ] , 57 : [ "CO" ] , 58 : [ "VE" ] , 60 : [ "MY" ] , 61 : [ "AU" , "CC" , "CX" ] , 62 : [ "ID" ] , 63 : [ "PH" ] , 64 : [ "NZ" ] , 65 : [ "SG" ] , 66 : [ "TH" ] , 81 : [ "JP" ] , 82 : [ "KR" ] , 84 : [ "VN" ] ,
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 VG VI" . split ( " " ) , 7 : [ "RU" , "KZ" ] , 20 : [ "EG" ] , 27 : [ "ZA" ] , 30 : [ "GR" ] , 31 : [ "NL" ] , 32 : [ "BE" ] , 33 : [ "FR" ] , 34 : [ "ES" ] , 36 : [ "HU" ] , 39 : [ "IT" , "VA" ] , 40 : [ "RO" ] , 41 : [ "CH" ] , 43 : [ "AT" ] , 44 : [ "GB" , "GG" , "IM" , "JE" ] , 45 : [ "DK" ] , 46 : [ "SE" ] , 47 : [ "NO" , "SJ" ] , 48 : [ "PL" ] , 49 : [ "DE" ] , 51 : [ "PE" ] , 52 : [ "MX" ] , 53 : [ "CU" ] , 54 : [ "AR" ] , 55 : [ "BR" ] , 56 : [ "CL" ] , 57 : [ "CO" ] , 58 : [ "VE" ] , 60 : [ "MY" ] , 61 : [ "AU" , "CC" , "CX" ] , 62 : [ "ID" ] , 63 : [ "PH" ] , 64 : [ "NZ" ] , 65 : [ "SG" ] , 66 : [ "TH" ] , 81 : [ "JP" ] , 82 : [ "KR" ] , 84 : [ "VN" ] ,
86 : [ "CN" ] , 90 : [ "TR" ] , 91 : [ "IN" ] , 92 : [ "PK" ] , 93 : [ "AF" ] , 94 : [ "LK" ] , 95 : [ "MM" ] , 98 : [ "IR" ] , 211 : [ "SS" ] , 212 : [ "MA" , "EH" ] , 213 : [ "DZ" ] , 216 : [ "TN" ] , 218 : [ "LY" ] , 220 : [ "GM" ] , 221 : [ "SN" ] , 222 : [ "MR" ] , 223 : [ "ML" ] , 224 : [ "GN" ] , 225 : [ "CI" ] , 226 : [ "BF" ] , 227 : [ "NE" ] , 228 : [ "TG" ] , 229 : [ "BJ" ] , 230 : [ "MU" ] , 231 : [ "LR" ] , 232 : [ "SL" ] , 233 : [ "GH" ] , 234 : [ "NG" ] , 235 : [ "TD" ] , 236 : [ "CF" ] , 237 : [ "CM" ] , 238 : [ "CV" ] , 239 : [ "ST" ] , 240 : [ "GQ" ] , 241 : [ "GA" ] , 242 : [ "CG" ] , 243 : [ "CD" ] , 244 : [ "AO" ] , 245 : [ "GW" ] , 246 : [ "IO" ] , 247 : [ "AC" ] , 248 : [ "SC" ] , 249 : [ "SD" ] , 250 : [ "RW" ] , 251 : [ "ET" ] , 252 : [ "SO" ] ,
253 : [ "DJ" ] , 254 : [ "KE" ] , 255 : [ "TZ" ] , 256 : [ "UG" ] , 257 : [ "BI" ] , 258 : [ "MZ" ] , 260 : [ "ZM" ] , 261 : [ "MG" ] , 262 : [ "RE" , "YT" ] , 263 : [ "ZW" ] , 264 : [ "NA" ] , 265 : [ "MW" ] , 266 : [ "LS" ] , 267 : [ "BW" ] , 268 : [ "SZ" ] , 269 : [ "KM" ] , 290 : [ "SH" , "TA" ] , 291 : [ "ER" ] , 297 : [ "AW" ] , 298 : [ "FO" ] , 299 : [ "GL" ] , 350 : [ "GI" ] , 351 : [ "PT" ] , 352 : [ "LU" ] , 353 : [ "IE" ] , 354 : [ "IS" ] , 355 : [ "AL" ] , 356 : [ "MT" ] , 357 : [ "CY" ] , 358 : [ "FI" , "AX" ] , 359 : [ "BG" ] , 370 : [ "LT" ] , 371 : [ "LV" ] , 372 : [ "EE" ] , 373 : [ "MD" ] , 374 : [ "AM" ] , 375 : [ "BY" ] , 376 : [ "AD" ] , 377 : [ "MC" ] , 378 : [ "SM" ] , 380 : [ "UA" ] , 381 : [ "RS" ] , 382 : [ "ME" ] , 383 : [ "XK" ] , 385 : [ "HR" ] ,
386 : [ "SI" ] , 387 : [ "BA" ] , 389 : [ "MK" ] , 420 : [ "CZ" ] , 421 : [ "SK" ] , 423 : [ "LI" ] , 500 : [ "FK" ] , 501 : [ "BZ" ] , 502 : [ "GT" ] , 503 : [ "SV" ] , 504 : [ "HN" ] , 505 : [ "NI" ] , 506 : [ "CR" ] , 507 : [ "PA" ] , 508 : [ "PM" ] , 509 : [ "HT" ] , 590 : [ "GP" , "BL" , "MF" ] , 591 : [ "BO" ] , 592 : [ "GY" ] , 593 : [ "EC" ] , 594 : [ "GF" ] , 595 : [ "PY" ] , 596 : [ "MQ" ] , 597 : [ "SR" ] , 598 : [ "UY" ] , 599 : [ "CW" , "BQ" ] , 670 : [ "TL" ] , 672 : [ "NF" ] , 673 : [ "BN" ] , 674 : [ "NR" ] , 675 : [ "PG" ] , 676 : [ "TO" ] , 677 : [ "SB" ] , 678 : [ "VU" ] , 679 : [ "FJ" ] , 680 : [ "PW" ] , 681 : [ "WF" ] , 682 : [ "CK" ] , 683 : [ "NU" ] , 685 : [ "WS" ] , 686 : [ "KI" ] , 687 : [ "NC" ] , 688 : [ "TV" ] , 689 : [ "PF" ] , 690 : [ "TK" ] ,
691 : [ "FM" ] , 692 : [ "MH" ] , 800 : [ "001" ] , 808 : [ "001" ] , 850 : [ "KP" ] , 852 : [ "HK" ] , 853 : [ "MO" ] , 855 : [ "KH" ] , 856 : [ "LA" ] , 870 : [ "001" ] , 878 : [ "001" ] , 880 : [ "BD" ] , 881 : [ "001" ] , 882 : [ "001" ] , 883 : [ "001" ] , 886 : [ "TW" ] , 888 : [ "001" ] , 960 : [ "MV" ] , 961 : [ "LB" ] , 962 : [ "JO" ] , 963 : [ "SY" ] , 964 : [ "IQ" ] , 965 : [ "KW" ] , 966 : [ "SA" ] , 967 : [ "YE" ] , 968 : [ "OM" ] , 970 : [ "PS" ] , 971 : [ "AE" ] , 972 : [ "IL" ] , 973 : [ "BH" ] , 974 : [ "QA" ] , 975 : [ "BT" ] , 976 : [ "MN" ] , 977 : [ "NP" ] , 979 : [ "001" ] , 992 : [ "TJ" ] , 993 : [ "TM" ] , 994 : [ "AZ" ] , 995 : [ "GE" ] , 996 : [ "KG" ] , 998 : [ "UZ" ] } , U a= { AC : [ , [ , , "[46]\\d{4}|[01589]\\d{5}" , ,
691 : [ "FM" ] , 692 : [ "MH" ] , 800 : [ "001" ] , 808 : [ "001" ] , 850 : [ "KP" ] , 852 : [ "HK" ] , 853 : [ "MO" ] , 855 : [ "KH" ] , 856 : [ "LA" ] , 870 : [ "001" ] , 878 : [ "001" ] , 880 : [ "BD" ] , 881 : [ "001" ] , 882 : [ "001" ] , 883 : [ "001" ] , 886 : [ "TW" ] , 888 : [ "001" ] , 960 : [ "MV" ] , 961 : [ "LB" ] , 962 : [ "JO" ] , 963 : [ "SY" ] , 964 : [ "IQ" ] , 965 : [ "KW" ] , 966 : [ "SA" ] , 967 : [ "YE" ] , 968 : [ "OM" ] , 970 : [ "PS" ] , 971 : [ "AE" ] , 972 : [ "IL" ] , 973 : [ "BH" ] , 974 : [ "QA" ] , 975 : [ "BT" ] , 976 : [ "MN" ] , 977 : [ "NP" ] , 979 : [ "001" ] , 992 : [ "TJ" ] , 993 : [ "TM" ] , 994 : [ "AZ" ] , 995 : [ "GE" ] , 996 : [ "KG" ] , 998 : [ "UZ" ] } , P a= { AC : [ , [ , , "[46]\\d{4}|[01589]\\d{5}" , ,
, , , , , [ 5 , 6 ] ] , [ , , "6[2-467]\\d{3}" , , , , "62889" , , , [ 5 ] ] , [ , , "4\\d{4}" , , , , "40123" , , , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AC" , 247 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "[01589]\\d{5}" , , , , "542011" , , , [ 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "[16]\\d{5,8}|[37-9]\\d{5}" , , , , , , , [ 6 , 8 , 9 ] ] , [ , , "[78]\\d{5}" , , , , "712345" , , , [ 6 ] ] , [ , , "(?:3\\d|6(?:[0-8]|90\\d{2}))\\d{4}" , , , , "312345" , , , [ 6 , 9 ] ] , [ , , "180[02]\\d{4}" , , , , "18001234" , , , [ 8 ] ] , [ , , "[19]\\d{5}" , , , , "912345" , , , [ 6 ] ] , [ , , ,
, , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AD" , 376 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "[137-9]|6[0-8]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "180" , "180[02]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "690" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "1800\\d{4}" , , , , "18000000" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[2-79]\\d{7,8}|800\\d{2,9}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "[2-4679][2-8]\\d{6}" , , , , "22345678" , , , [ 8 ] , [ 7 ] ] , [ , , "5[024-68]\\d{7}" , , , , "501234567" , , , [ 9 ] ] , [ , , "400\\d{6}|800\\d{2,9}" , , , , "800123456" ] ,
[ , , "900[02]\\d{5}" , , , , "900234567" , , , [ 9 ] ] , [ , , "700[05]\\d{5}" , , , , "700012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AE" , 971 , "00" , "0" , , , "0" , , , , [ [ , "([2-4679])(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2-4679][2-8]" ] , "0$1" ] , [ , "(5\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "5" ] , "0$1" ] , [ , "([479]00)(\\d)(\\d{5})" , "$1 $2 $3" , [ "[479]00" ] , "$1" ] , [ , "([68]00)(\\d{2,9})" , "$1 $2" , [ "[68]00" ] , "$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "600[25]\\d{5}" , , , , "600212345" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AF : [ , [ , , "[2-7]\\d{8}" , , , , , , , [ 9 ] , [ 7 ] ] , [ , , "(?:[25][0-8]|[34][0-4]|6[0-5])[2-9]\\d{6}" ,
@ -424,42 +423,183 @@ SA:[,[,,"[15]\\d{8}|8\\d{9}|92\\d{7}",,,,,,,[9,10],[7]],[,,"1(?:1\\d|2[24-8]|3[3
See the License for the specific language governing permissions and
limitations under the License .
* /
function K ( ) { this . a = { } } K . a = function ( ) { return K . b ? K . b : K . b = new K } ;
var L = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" , 7 : "7" , 8 : "8" , 9 : "9" , "\uff10" : "0" , "\uff11" : "1" , "\uff12" : "2" , "\uff13" : "3" , "\uff14" : "4" , "\uff15" : "5" , "\uff16" : "6" , "\uff17" : "7" , "\uff18" : "8" , "\uff19" : "9" , "\u0660" : "0" , "\u0661" : "1" , "\u0662" : "2" , "\u0663" : "3" , "\u0664" : "4" , "\u0665" : "5" , "\u0666" : "6" , "\u0667" : "7" , "\u0668" : "8" , "\u0669" : "9" , "\u06f0" : "0" , "\u06f1" : "1" , "\u06f2" : "2" , "\u06f3" : "3" , "\u06f4" : "4" , "\u06f5" : "5" , "\u06f6" : "6" , "\u06f7" : "7" , "\u06f8" : "8" , "\u06f9" : "9" } , Va = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , Wa = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" , 7 : "7" , 8 : "8" , 9 : "9" , "\uff10" : "0" , "\uff11" : "1" , "\uff12" : "2" , "\uff13" : "3" , "\uff14" : "4" , "\uff15" : "5" , "\uff16" : "6" , "\uff17" : "7" , "\uff18" : "8" , "\uff19" : "9" , "\u0660" : "0" , "\u0661" : "1" , "\u0662" : "2" , "\u0663" : "3" , "\u0664" : "4" , "\u0665" : "5" , "\u0666" : "6" , "\u0667" : "7" , "\u0668" : "8" , "\u0669" : "9" , "\u06f0" : "0" , "\u06f1" : "1" , "\u06f2" : "2" , "\u06f3" : "3" , "\u06f4" : "4" , "\u06f5" : "5" , "\u06f6" : "6" , "\u06f7" : "7" , "\u06f8" : "8" , "\u06f9" : "9" , A : "2" ,
B : "2" , C : "2" , D : "3" , E : "3" , F : "3" , G : "4" , H : "4" , I : "4" , J : "5" , K : "5" , L : "5" , M : "6" , N : "6" , O : "6" , P : "7" , Q : "7" , R : "7" , S : "7" , T : "8" , U : "8" , V : "8" , W : "9" , X : "9" , Y : "9" , Z : "9" } , Xa = /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , Ya = RegExp ( "[+\uff0b]+" ) , M = RegExp ( "^[+\uff0b]+" ) , Za = RegExp ( "([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])" ) , $a = RegExp ( "[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]" ) , ab = /[\\\/] *x/ , bb = RegExp ( "[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$" ) , cb = /(?:.*?[A-Za-z]){3}.*/ , db = RegExp ( "(?:;ext=([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})|[ \u00a0\\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|[;,x\uff58#\uff03~\uff5e]|int|anexo|\uff49\uff4e\uff54)[:\\.\uff0e]?[ \u00a0\\t,-]*([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})#?|[- ]+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,5})#)$" ,
"i" ) , eb = RegExp ( "^[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{2}$|^[+\uff0b]*(?:[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\\[\\]/~\u2053\u223c\uff5e*]*[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]){3,}[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\\[\\]/~\u2053\u223c\uff5e*A-Za-z0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]*(?:;ext=([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})|[ \u00a0\\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|[;,x\uff58#\uff03~\uff5e]|int|anexo|\uff49\uff4e\uff54)[:\\.\uff0e]?[ \u00a0\\t,-]*([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})#?|[- ]+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,5})#)?$" ,
"i" ) , fb = /(\$\d)/ , gb = /\$NP/ , hb = /\$FG/ , ib = /\$CC/ , jb = /^\(?\$1\)?$/ ; function kb ( a ) { var b = a . search ( $a ) ; 0 <= b ? ( a = a . substring ( b ) , a = a . replace ( bb , "" ) , b = a . search ( ab ) , 0 <= b && ( a = a . substring ( 0 , b ) ) ) : a = "" ; return a } function lb ( a ) { return 2 > a . length ? ! 1 : N ( eb , a ) } function mb ( a ) { return N ( cb , a ) ? O ( a , Wa ) : O ( a , L ) } function nb ( a ) { var b = mb ( a . toString ( ) ) ; D ( a ) ; a . a ( b ) } function ob ( a ) { return ! ! a && ( 1 != z ( a , 9 ) || - 1 != w ( a , 9 ) [ 0 ] ) }
function O ( a , b ) { for ( var c = new C , d , e = a . length , f = 0 ; f < e ; ++ f ) d = a . charAt ( f ) , d = b [ d . toUpperCase ( ) ] , null != d && c . a ( d ) ; return c . toString ( ) } function rb ( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in Ua } function P ( a , b , c ) { if ( 0 == u ( b , 2 ) && t ( b , 5 ) ) { var d = y ( b , 5 ) ; if ( 0 < d . length ) return d } var d = y ( b , 1 ) , e = Q ( b ) ; if ( 0 == c ) return R ( d , 0 , e , "" ) ; if ( ! ( d in J ) ) return e ; a = S ( a , d , T ( d ) ) ; b = sb ( b , a , c ) ; e = tb ( e , a , c ) ; return R ( d , c , e , b ) }
function ub ( a , b , c ) { var d = y ( b , 1 ) , e = Q ( b ) ; if ( ! ( d in J ) ) return e ; a = S ( a , d , T ( d ) ) ; b = sb ( b , a , 2 ) ; c = tb ( e , a , 2 , c ) ; return R ( d , 2 , c , b ) } function S ( a , b , c ) { return "001" == c ? U ( a , "" + b ) : U ( a , c ) }
function vb ( a , b , c ) { if ( ! rb ( c ) ) return P ( a , b , 1 ) ; var d = y ( b , 1 ) , e = Q ( b ) ; if ( ! ( d in J ) ) return e ; if ( 1 == d ) { if ( null != c && 0 <= ka ( J [ 1 ] , c . toUpperCase ( ) ) ) return d + " " + P ( a , b , 2 ) } else if ( d == wb ( a , c ) ) return P ( a , b , 2 ) ; var f = U ( a , c ) , g = y ( f , 11 ) ; c = "" ; N ( Xa , g ) ? c = g : t ( f , 17 ) && ( c = y ( f , 17 ) ) ; a = S ( a , d , T ( d ) ) ; e = tb ( e , a , 1 ) ; b = sb ( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + e + b : R ( d , 1 , e , b ) }
function xb ( a , b , c ) { var d ; if ( d = t ( b , 5 ) ) { d = y ( b , 1 ) ; if ( d = S ( a , d , T ( d ) ) ) { var e = Q ( b ) ; d = ! ! yb ( w ( d , 19 ) , e ) } else d = ! 1 ; d = ! d } if ( d ) return y ( b , 5 ) ; if ( ! t ( b , 6 ) ) return P ( a , b , 2 ) ; switch ( u ( b , 6 ) ) { case 1 : a = P ( a , b , 1 ) ; break ; case 5 : a = vb ( a , b , c ) ; break ; case 10 : a = P ( a , b , 1 ) . substring ( 1 ) ; break ; default : d = T ( y ( b , 1 ) ) ; var f ; ( c = U ( a , d ) ) ? ( c = y ( c , 12 ) , f = c . length ? c = c . replace ( "~" , "" ) : null ) : f = null ; c = P ( a , b , 2 ) ; if ( null != f && f . length ) { var g ; a : { e = y ( b , 5 ) ; e = O ( e , L ) ; if ( ! e . lastIndexOf ( f , 0 ) ) try { g = zb ( a , Ab ( a , e . substring ( f . length ) , d , ! 1 ) ) ; break a } catch ( h ) { } g = ! 1 } if ( g ) a =
c ; else if ( g = U ( a , d ) , d = Q ( b ) , g = yb ( w ( g , 19 ) , d ) ) if ( d = y ( g , 4 ) , e = d . indexOf ( "$1" ) , 0 >= e ) a = c ; else if ( d = d . substring ( 0 , e ) , d = O ( d , L ) , d . length ) if ( g = g . clone ( ) , La ( g , 4 ) , d = [ g ] , g = y ( b , 1 ) , c = Q ( b ) , g in J ) { a = S ( a , g , T ( g ) ) ; if ( e = yb ( d , c ) ) d = e . clone ( ) , e = y ( e , 4 ) , 0 < e . length && ( f = y ( a , 12 ) , 0 < f . length ? ( e = e . replace ( gb , f ) . replace ( hb , "$1" ) , v ( d , 4 , e ) ) : La ( d , 4 ) ) , c = Bb ( c , d , 2 ) ; a = sb ( b , a , 2 ) ; a = R ( g , 2 , c , a ) } else a = c ; else a = c ; else a = c } else a = c } b = y ( b , 5 ) ; null != a && 0 < b . length && ( g = O ( a , Va ) , c = O ( b , Va ) , g != c && ( a = b ) ) ; return a }
function Q ( 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 R ( a , b , c , d ) { switch ( b ) { case 0 : return "+" + a + c + d ; case 1 : return "+" + a + " " + c + d ; case 3 : return "tel:+" + a + "-" + c + d ; default : return c + d } } function tb ( a , b , c , d ) { b = w ( b , 20 ) . length && 2 != c ? w ( b , 20 ) : w ( b , 19 ) ; return ( b = yb ( b , a ) ) ? Bb ( a , b , c , d ) : a } function yb ( a , b ) { for ( var c , d = a . length , e = 0 ; e < d ; ++ e ) { c = a [ e ] ; var f = z ( c , 3 ) ; if ( ! f || ! b . search ( u ( c , 3 , f - 1 ) ) ) if ( f = new RegExp ( u ( c , 1 ) ) , N ( f , b ) ) return c } return null }
function Bb ( a , b , c , d ) { var e = y ( b , 2 ) , f = new RegExp ( u ( b , 1 ) ) , g = y ( b , 5 ) ; 2 == c && null != d && 0 < d . length && 0 < g . length ? ( b = g . replace ( ib , d ) , e = e . replace ( fb , b ) , a = a . replace ( f , e ) ) : ( b = y ( b , 4 ) , a = 2 == c && null != b && 0 < b . length ? a . replace ( f , e . replace ( fb , b ) ) : a . replace ( f , e ) ) ; 3 == c && ( a = a . replace ( RegExp ( "^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\\[\\]/~\u2053\u223c\uff5e]+" ) , "" ) , a = a . replace ( RegExp ( "[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\\[\\]/~\u2053\u223c\uff5e]+" ,
"g" ) , "-" ) ) ; return a } function sb ( a , b , c ) { return t ( a , 3 ) && u ( a , 3 ) . length ? 3 == c ? ";ext=" + u ( a , 3 ) : t ( b , 13 ) ? u ( b , 13 ) + y ( a , 3 ) : " ext. " + y ( a , 3 ) : "" } function Cb ( a , b ) { switch ( b ) { case 4 : return u ( a , 5 ) ; case 3 : return u ( a , 4 ) ; case 1 : return u ( a , 3 ) ; case 0 : case 2 : return u ( a , 2 ) ; case 5 : return u ( a , 6 ) ; case 6 : return u ( a , 8 ) ; case 7 : return u ( a , 7 ) ; case 8 : return u ( a , 21 ) ; case 9 : return u ( a , 25 ) ; case 10 : return u ( a , 28 ) ; default : return u ( a , 1 ) } }
function Db ( a , b ) { return V ( a , u ( b , 1 ) ) ? V ( a , u ( b , 5 ) ) ? 4 : V ( a , u ( b , 4 ) ) ? 3 : V ( a , u ( b , 6 ) ) ? 5 : V ( a , u ( b , 8 ) ) ? 6 : V ( a , u ( b , 7 ) ) ? 7 : V ( a , u ( b , 21 ) ) ? 8 : V ( a , u ( b , 25 ) ) ? 9 : V ( a , u ( b , 28 ) ) ? 10 : V ( a , u ( b , 2 ) ) ? u ( b , 18 ) || V ( a , u ( b , 3 ) ) ? 2 : 0 : ! u ( b , 18 ) && V ( a , u ( b , 3 ) ) ? 1 : - 1 : - 1 } function U ( a , b ) { if ( null == b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( ! c ) { c = Ua [ b ] ; if ( ! c ) return null ; c = ( new H ) . f ( G . h ( ) , c ) ; a . a [ b ] = c } return c } function V ( a , b ) { var c = a . length ; return 0 < z ( b , 9 ) && - 1 == ka ( w ( b , 9 ) , c ) ? ! 1 : N ( y ( b , 2 ) , a ) } function zb ( a , b ) { var c = Eb ( a , b ) ; return Fb ( a , b , c ) }
function Fb ( a , b , c ) { var d = y ( b , 1 ) , e = S ( a , d , c ) ; if ( ! e || "001" != c && d != wb ( a , c ) ) return ! 1 ; a = Q ( b ) ; return - 1 != Db ( a , e ) } function Eb ( a , b ) { if ( ! b ) return null ; var c = y ( b , 1 ) ; if ( c = J [ c ] ) if ( 1 == c . length ) c = c [ 0 ] ; else a : { for ( var d = Q ( b ) , e , f = c . length , g = 0 ; g < f ; g ++ ) { e = c [ g ] ; var h = U ( a , e ) ; if ( t ( h , 23 ) ) { if ( ! d . search ( u ( h , 23 ) ) ) { c = e ; break a } } else if ( - 1 != Db ( d , h ) ) { c = e ; break a } } c = null } else c = null ; return c } function T ( a ) { return ( a = J [ a ] ) ? a [ 0 ] : "ZZ" } function wb ( a , b ) { var c = U ( a , b ) ; if ( ! c ) throw Error ( "Invalid region code: " + b ) ; return y ( c , 10 ) }
function Gb ( a , b , c , d ) { var e = Cb ( c , d ) , f = z ( e , 9 ) ? w ( e , 9 ) : w ( u ( c , 1 ) , 9 ) , e = w ( e , 10 ) ; if ( 2 == d ) if ( ob ( Cb ( c , 0 ) ) ) a = Cb ( c , 1 ) , ob ( a ) && ( f = f . concat ( z ( a , 9 ) ? w ( a , 9 ) : w ( u ( c , 1 ) , 9 ) ) , la ( f ) , e . length ? ( e = e . concat ( w ( a , 10 ) ) , la ( e ) ) : e = w ( a , 10 ) ) ; else return Gb ( a , b , c , 1 ) ; if ( - 1 == f [ 0 ] ) return 5 ; b = b . length ; if ( - 1 < ka ( e , b ) ) return 4 ; c = f [ 0 ] ; return c == b ? 0 : c > b ? 2 : f [ f . length - 1 ] < b ? 3 : - 1 < ka ( f , b , 1 ) ? 0 : 5 } function Hb ( a , b ) { var c = Q ( b ) , d = y ( b , 1 ) ; if ( ! ( d in J ) ) return 1 ; d = S ( a , d , T ( d ) ) ; return Gb ( a , c , d , - 1 ) }
function Ib ( a , b ) { var c = a . toString ( ) ; if ( ! c . length || "0" == c . charAt ( 0 ) ) return 0 ; for ( var d , e = c . length , f = 1 ; 3 >= f && f <= e ; ++ f ) if ( d = parseInt ( c . substring ( 0 , f ) , 10 ) , d in J ) return b . a ( c . substring ( f ) ) , d ; return 0 }
function Jb ( a , b , c , d , e , f ) { if ( ! b . length ) return 0 ; b = new C ( b ) ; var g ; c && ( g = u ( c , 11 ) ) ; null == g && ( g = "NonMatch" ) ; var h = b . toString ( ) ; if ( h . length ) if ( M . test ( h ) ) h = h . replace ( M , "" ) , D ( b ) , b . a ( mb ( h ) ) , g = 1 ; else { h = new RegExp ( g ) ; nb ( b ) ; g = b . toString ( ) ; if ( g . search ( h ) ) g = ! 1 ; else { var h = g . match ( h ) [ 0 ] . length , l = g . substring ( h ) . match ( Za ) ; l && null != l [ 1 ] && 0 < l [ 1 ] . length && "0" == O ( l [ 1 ] , L ) ? g = ! 1 : ( D ( b ) , b . a ( g . substring ( h ) ) , g = ! 0 ) } g = g ? 5 : 20 } else g = 20 ; e && v ( f , 6 , g ) ; if ( 20 != g ) { if ( 2 >= b . b . length ) throw Error ( "Phone number too short after IDD" ) ; if ( a = Ib ( b ,
d ) ) return v ( f , 1 , a ) , a ; throw Error ( "Invalid country calling code" ) ; } if ( c && ( g = y ( c , 10 ) , h = "" + g , l = b . toString ( ) , ! l . lastIndexOf ( h , 0 ) && ( h = new C ( l . substring ( h . length ) ) , l = u ( c , 1 ) , l = new RegExp ( y ( l , 2 ) ) , Kb ( h , c , null ) , h = h . toString ( ) , ! N ( l , b . toString ( ) ) && N ( l , h ) || 3 == Gb ( a , b . toString ( ) , c , - 1 ) ) ) ) return d . a ( h ) , e && v ( f , 6 , 10 ) , v ( f , 1 , g ) , g ; v ( f , 1 , 0 ) ; return 0 }
function Kb ( a , b , c ) { var d = a . toString ( ) , e = d . length , f = u ( b , 15 ) ; if ( e && null != f && f . length ) { var g = new RegExp ( "^(?:" + f + ")" ) ; if ( e = g . exec ( d ) ) { var f = new RegExp ( y ( u ( b , 1 ) , 2 ) ) , h = N ( f , d ) , l = e . length - 1 ; b = u ( b , 16 ) ; if ( null != b && b . length && null != e [ l ] && e [ l ] . length ) { if ( d = d . replace ( g , b ) , ! h || N ( f , d ) ) c && 0 < l && c . a ( e [ 1 ] ) , a . set ( d ) } else if ( ! h || N ( f , d . substring ( e [ 0 ] . length ) ) ) c && 0 < l && null != e [ l ] && c . a ( e [ 1 ] ) , a . set ( d . substring ( e [ 0 ] . length ) ) } } }
function Ab ( 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 h = b . indexOf ( ";" , g ) ; 0 < h ? e . a ( b . substring ( g , h ) ) : e . a ( b . substring ( g ) ) } g = b . indexOf ( "tel:" ) ; e . a ( b . substring ( 0 <= g ? g + 4 : 0 , f ) ) } else e . a ( kb ( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( D ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! lb ( e . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ;
f = e . toString ( ) ; if ( ! ( rb ( c ) || null != f && 0 < f . length && M . test ( f ) ) ) throw Error ( "Invalid country calling code" ) ; f = new I ; d && v ( f , 5 , b ) ; a : { b = e . toString ( ) ; g = b . search ( db ) ; if ( 0 <= g && lb ( b . substring ( 0 , g ) ) ) for ( var h = b . match ( db ) , l = h . length , x = 1 ; x < l ; ++ x ) if ( null != h [ x ] && 0 < h [ x ] . length ) { D ( e ) ; e . a ( b . substring ( 0 , g ) ) ; b = h [ x ] ; break a } b = "" } 0 < b . length && v ( f , 3 , b ) ; g = U ( a , c ) ; b = new C ; h = 0 ; l = e . toString ( ) ; try { h = Jb ( a , l , g , b , d , f ) } catch ( W ) { if ( "Invalid country calling code" == W . message && M . test ( l ) ) { if ( l = l . replace ( M , "" ) , h = Jb ( a , l , g , b , d , f ) , ! h ) throw W ;
} else throw W ; } h ? ( e = T ( h ) , e != c && ( g = S ( a , h , e ) ) ) : ( nb ( e ) , b . a ( e . toString ( ) ) , null != c ? ( h = y ( g , 10 ) , v ( f , 1 , h ) ) : d && La ( f , 6 ) ) ; if ( 2 > b . b . length ) throw Error ( "The string supplied is too short to be a phone number" ) ; g && ( c = new C , e = new C ( b . toString ( ) ) , Kb ( e , g , c ) , a = Gb ( 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 ) { var c = "string" == typeof a ? b . match ( "^(?:" + a + ")$" ) : b . match ( a ) ; return c && c [ 0 ] . length == b . length ? ! 0 : ! 1 } ; function Lb ( a ) { this . da = RegExp ( "\u2008" ) ; this . fa = "" ; this . m = new C ; this . w = "" ; this . i = new C ; this . v = new C ; this . j = ! 0 ; this . $ = this . o = this . ha = ! 1 ; this . ea = K . a ( ) ; this . s = 0 ; this . b = new C ; this . aa = ! 1 ; this . l = "" ; this . a = new C ; this . f = [ ] ; this . ga = a ; this . g = Mb ( this , this . ga ) } var Nb = new G ; v ( Nb , 11 , "NA" ) ;
var Ob = /\[([^\[\]])*\]/g , Pb = /\d(?=[^,}][^,}])/g , Qb = RegExp ( "^[-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]*)+$" ) , Rb = /[- ]/ ; function Mb ( a , b ) { var c = rb ( b ) ? wb ( a . ea , b ) : 0 ; return ( c = U ( a . ea , T ( c ) ) ) ? c : Nb }
function Sb ( 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 ; f = a ; var g = d , h = y ( g , 1 ) ; if ( - 1 != h . indexOf ( "|" ) ) f = ! 1 ; else { h = h . replace ( Ob , "\\d" ) ; h = h . replace ( Pb , "\\d" ) ; D ( f . m ) ; var l ; l = f ; var g = y ( g , 2 ) , x = "999999999999999" . match ( h ) [ 0 ] ; x . length < l . a . b . length ? l = "" : ( l = x . replace ( new RegExp ( h , "g" ) , g ) , l = l . replace ( RegExp ( "9" , "g" ) , "\u2008" ) ) ; 0 < l . length ? ( f . m . a ( l ) , f = ! 0 ) : f = ! 1 } if ( f ) return a . w = e , a . aa = Rb . test ( u ( d , 4 ) ) , a . s = 0 , ! 0 } return a . j = ! 1 }
function Tb ( a , b ) { for ( var c = [ ] , d = b . length - 3 , e = a . f . length , f = 0 ; f < e ; ++ f ) { var g = a . f [ f ] ; z ( g , 3 ) ? ( g = u ( g , 3 , Math . min ( d , z ( g , 3 ) - 1 ) ) , b . search ( g ) || c . push ( a . f [ f ] ) ) : c . push ( a . f [ f ] ) } a . f = c } function Ub ( a , b ) { a . fa = Vb ( a , b ) ; return a . fa }
function Vb ( a , b ) { a . i . a ( b ) ; var c = b ; if ( Za . test ( c ) || 1 == a . i . b . length && Ya . test ( c ) ) { var c = b , d ; "+" == c ? ( d = c , a . v . a ( c ) ) : ( d = L [ c ] , a . v . a ( d ) , a . a . a ( d ) ) ; b = d } else a . j = ! 1 , a . ha = ! 0 ; if ( ! a . j ) { if ( ! a . ha ) if ( Wb ( a ) ) { if ( Xb ( a ) ) return Yb ( a ) } else if ( 0 < a . l . length && ( c = a . a . toString ( ) , D ( a . a ) , a . a . a ( a . l ) , a . a . a ( c ) , c = a . b . toString ( ) , d = c . lastIndexOf ( a . l ) , D ( a . b ) , a . b . a ( c . substring ( 0 , d ) ) ) , a . l != Zb ( a ) ) return a . b . a ( " " ) , Yb ( a ) ; return a . i . toString ( ) } switch ( a . v . b . length ) { case 0 : case 1 : case 2 : return a . i . toString ( ) ; case 3 : if ( Wb ( a ) ) a . $ = ! 0 ; else return a . l =
Zb ( a ) , $b ( a ) ; default : if ( a . $ ) return Xb ( a ) && ( a . $ = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { c = ac ( a , b ) ; d = bc ( a ) ; if ( 0 < d . length ) return d ; Tb ( a , a . a . toString ( ) ) ; return Sb ( a ) ? cc ( a ) : a . j ? dc ( a , c ) : a . i . toString ( ) } return $b ( a ) } } function Yb ( a ) { a . j = ! 0 ; a . $ = ! 1 ; a . f = [ ] ; a . s = 0 ; D ( a . m ) ; a . w = "" ; return $b ( a ) } function bc ( 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 ) ) return a . aa = Rb . test ( u ( e , 4 ) ) , b = b . replace ( new RegExp ( f , "g" ) , u ( e , 2 ) ) , dc ( a , b ) } return "" }
function dc ( a , b ) { var c = a . b . b . length ; return a . aa && 0 < c && " " != a . b . toString ( ) . charAt ( c - 1 ) ? a . b + " " + b : a . b + b } function $b ( a ) { var b = a . a . toString ( ) ; if ( 3 <= b . length ) { for ( var c = a . o && 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 ] , g ; ( g = ! t ( a . g , 12 ) || a . o || u ( f , 6 ) ) || ( g = y ( f , 4 ) , g = ! g . length || jb . test ( g ) ) ; g && Qb . test ( y ( f , 2 ) ) && a . f . push ( f ) } Tb ( a , b ) ; b = bc ( a ) ; return 0 < b . length ? b : Sb ( a ) ? cc ( a ) : a . i . toString ( ) } return dc ( a , b ) }
function cc ( a ) { var b = a . a . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , e = 0 ; e < c ; e ++ ) d = ac ( a , b . charAt ( e ) ) ; return a . j ? dc ( a , d ) : a . i . toString ( ) } return a . b . toString ( ) }
function Zb ( a ) { var b = a . a . toString ( ) , c = 0 , d ; 1 != u ( a . g , 10 ) ? d = ! 1 : ( 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 . o = ! 0 ) : t ( a . g , 15 ) && ( d = new RegExp ( "^(?:" + u ( a . g , 15 ) + ")" ) , ( d = b . match ( d ) ) && null != d [ 0 ] && 0 < d [ 0 ] . length && ( a . o = ! 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 Wb ( a ) { var b = a . v . toString ( ) , c = new RegExp ( "^(?:\\+|" + u ( a . g , 11 ) + ")" ) ; return ( c = b . match ( c ) ) && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . o = ! 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 Xb ( a ) { if ( ! a . a . b . length ) return ! 1 ; var b = new C , c = Ib ( a . a , b ) ; if ( ! c ) return ! 1 ; D ( a . a ) ; a . a . a ( b . toString ( ) ) ; b = T ( c ) ; "001" == b ? a . g = U ( a . ea , "" + c ) : b != a . ga && ( a . g = Mb ( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . l = "" ; return ! 0 }
function ac ( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . s ) . search ( a . da ) ) { var d = c . search ( a . da ) , c = c . replace ( a . da , b ) ; D ( a . m ) ; a . m . a ( c ) ; a . s = d ; return c . substring ( 0 , a . s + 1 ) } 1 == a . f . length && ( a . j = ! 1 ) ; a . w = "" ; return a . i . toString ( ) } ; function ec ( ) { var a = pa ( "phoneNumber" ) . value , b = pa ( "defaultCountry" ) . value , c = pa ( "carrierCode" ) . value , d = new C ; try { var e = K . a ( ) , f ; if ( ! rb ( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; f = Ab ( e , a , b , ! 0 ) ; d . a ( "****Parsing Result:****\n" ) ; d . a ( qa ( ( new B ( 1 ) ) . g ( f ) ) ) ; d . a ( "\n\n****Validation Results:****" ) ; var g , h = Hb ( e , f ) ; g = 0 == h || 4 == h ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( g ) ; if ( g ) { var l = zb ( e , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( l ) ; l && b && "ZZ" != b && ( d . a ( "\nResult from isValidNumberForRegion(): " ) ,
d . a ( Fb ( e , f , b ) ) ) ; d . a ( "\nPhone Number region: " ) ; d . a ( Eb ( e , f ) ) ; d . a ( "\nResult from getNumberType(): " ) ; var x ; var W = Eb ( e , f ) , pb = S ( e , y ( f , 1 ) , W ) ; if ( pb ) { var gc = Q ( f ) ; x = Db ( gc , pb ) } else x = - 1 ; switch ( x ) { 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 ( Hb ( 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." ) } d . a ( "\n\n****Formatting Results:**** " ) ; d . a ( "\nE164 format: " ) ; d . a ( l ? P ( e , f , 0 ) : "invalid" ) ; d . a ( "\nOriginal format: " ) ; d . a ( xb ( e , f , b ) ) ; d . a ( "\nNational format: " ) ; d . a ( P ( e , f , 2 ) ) ; d . a ( "\nInternational format: " ) ; d . a ( l ? P ( e , f , 1 ) : "invalid" ) ; d . a ( "\nOut-of-country format from US: " ) ; d . a ( l ? vb ( e ,
f , "US" ) : "invalid" ) ; d . a ( "\nOut-of-country format from Switzerland: " ) ; d . a ( l ? vb ( e , f , "CH" ) : "invalid" ) ; 0 < c . length && ( d . a ( "\nNational format with carrier code: " ) , d . a ( ub ( e , f , c ) ) ) ; d . a ( "\n\n****AsYouTypeFormatter Results****" ) ; for ( var hc = new Lb ( b ) , ic = a . length , b = 0 ; b < ic ; ++ b ) { var qb = a . charAt ( b ) ; d . a ( "\nChar entered: " ) ; d . a ( qb ) ; d . a ( " Output: " ) ; d . a ( Ub ( hc , qb ) ) } } catch ( jc ) { d . a ( "\n" + jc . toString ( ) ) } pa ( "output" ) . value = d . toString ( ) ; return ! 1 } var X = [ "phoneNumberParser" ] , Y = this ;
X [ 0 ] in Y || ! Y . execScript || Y . execScript ( "var " + X [ 0 ] ) ; for ( var Z ; X . length && ( Z = X . shift ( ) ) ; ) { var fc ; if ( fc = ! X . length ) fc = void 0 !== ec ; fc ? Y [ Z ] = ec : Y [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } } ; } ) ( ) ;
function Qa ( ) { this . a = { } } aa ( Qa ) ;
var L = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" , 7 : "7" , 8 : "8" , 9 : "9" , "\uff10" : "0" , "\uff11" : "1" , "\uff12" : "2" , "\uff13" : "3" , "\uff14" : "4" , "\uff15" : "5" , "\uff16" : "6" , "\uff17" : "7" , "\uff18" : "8" , "\uff19" : "9" , "\u0660" : "0" , "\u0661" : "1" , "\u0662" : "2" , "\u0663" : "3" , "\u0664" : "4" , "\u0665" : "5" , "\u0666" : "6" , "\u0667" : "7" , "\u0668" : "8" , "\u0669" : "9" , "\u06f0" : "0" , "\u06f1" : "1" , "\u06f2" : "2" , "\u06f3" : "3" , "\u06f4" : "4" , "\u06f5" : "5" , "\u06f6" : "6" , "\u06f7" : "7" , "\u06f8" : "8" , "\u06f9" : "9" } , Ra = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , Sa = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" , 7 : "7" , 8 : "8" , 9 : "9" , "\uff10" : "0" , "\uff11" : "1" , "\uff12" : "2" , "\uff13" : "3" , "\uff14" : "4" , "\uff15" : "5" , "\uff16" : "6" , "\uff17" : "7" , "\uff18" : "8" , "\uff19" : "9" , "\u0660" : "0" , "\u0661" : "1" , "\u0662" : "2" , "\u0663" : "3" , "\u0664" : "4" , "\u0665" : "5" , "\u0666" : "6" , "\u0667" : "7" , "\u0668" : "8" , "\u0669" : "9" , "\u06f0" : "0" , "\u06f1" : "1" , "\u06f2" : "2" , "\u06f3" : "3" , "\u06f4" : "4" , "\u06f5" : "5" , "\u06f6" : "6" , "\u06f7" : "7" , "\u06f8" : "8" , "\u06f9" : "9" , A : "2" ,
B : "2" , C : "2" , D : "3" , E : "3" , F : "3" , G : "4" , H : "4" , I : "4" , J : "5" , K : "5" , L : "5" , M : "6" , N : "6" , O : "6" , P : "7" , Q : "7" , R : "7" , S : "7" , T : "8" , U : "8" , V : "8" , W : "9" , X : "9" , Y : "9" , Z : "9" } , Ta = /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , Ua = /[+\uff0b]+/ , M = /^[+\uff0b]+/ , Va = /([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/ , Wa = /[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/ , Xa = /[\\\/] *x/ , Ya = /[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/ , Za = /(?:.*?[A-Za-z]){3}.*/ , $a = /(?:;ext=([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})|[ \u00a0\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|[;,x\uff58#\uff03~\uff5e]|int|anexo|\uff49\uff4e\uff54)[:\.\uff0e]?[ \u00a0\t,-]*([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})#?|[- ]+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,5})#)$/i ,
ab = /^[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{2}$|^[+\uff0b]*(?:[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e*]*[0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]){3,}[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e*A-Za-z0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]*(?:;ext=([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})|[ \u00a0\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|[;,x\uff58#\uff03~\uff5e]|int|anexo|\uff49\uff4e\uff54)[:\.\uff0e]?[ \u00a0\t,-]*([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,7})#?|[- ]+([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1,5})#)?$/i ,
bb = /(\$\d)/ , cb = /\$NP/ , db = /\$FG/ , eb = /\$CC/ , fb = /^\(?\$1\)?$/ ; function gb ( a ) { var b = a . search ( Wa ) ; 0 <= b ? ( a = a . substring ( b ) , a = a . replace ( Ya , "" ) , b = a . search ( Xa ) , 0 <= b && ( a = a . substring ( 0 , b ) ) ) : a = "" ; return a } function hb ( a ) { return 2 > a . length ? ! 1 : N ( ab , a ) } function ib ( a ) { return N ( Za , a ) ? O ( a , Sa ) : O ( a , L ) } function jb ( a ) { var b = ib ( a . toString ( ) ) ; D ( a ) ; a . a ( b ) } function kb ( a ) { return null != a && ( 1 != z ( a , 9 ) || - 1 != x ( a , 9 ) [ 0 ] ) }
function O ( a , b ) { for ( var c = new C , d , e = a . length , f = 0 ; f < e ; ++ f ) d = a . charAt ( f ) , d = b [ d . toUpperCase ( ) ] , null != d && c . a ( d ) ; return c . toString ( ) } function lb ( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in Pa } function P ( a , b , c ) { if ( 0 == v ( b , 2 ) && u ( b , 5 ) ) { var d = y ( b , 5 ) ; if ( 0 < d . length ) return d } d = y ( b , 1 ) ; var e = Q ( b ) ; if ( 0 == c ) return S ( d , 0 , e , "" ) ; if ( ! ( d in K ) ) return e ; a = T ( a , d , U ( d ) ) ; b = mb ( b , a , c ) ; e = nb ( e , a , c ) ; return S ( d , c , e , b ) }
function ob ( a , b , c ) { var d = y ( b , 1 ) , e = Q ( b ) ; if ( ! ( d in K ) ) return e ; a = T ( a , d , U ( d ) ) ; b = mb ( b , a , 2 ) ; c = nb ( e , a , 2 , c ) ; return S ( d , 2 , c , b ) } function T ( a , b , c ) { return "001" == c ? V ( a , "" + b ) : V ( a , c ) }
function pb ( a , b , c ) { if ( ! lb ( c ) ) return P ( a , b , 1 ) ; var d = y ( b , 1 ) , e = Q ( b ) ; if ( ! ( d in K ) ) return e ; if ( 1 == d ) { if ( null != c && q ( K [ 1 ] , c . toUpperCase ( ) ) ) return d + " " + P ( a , b , 2 ) } else if ( d == qb ( a , c ) ) return P ( a , b , 2 ) ; var f = V ( a , c ) , g = y ( f , 11 ) ; c = "" ; N ( Ta , g ) ? c = g : u ( f , 17 ) && ( c = y ( f , 17 ) ) ; a = T ( a , d , U ( d ) ) ; e = nb ( e , a , 1 ) ; b = mb ( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + e + b : S ( d , 1 , e , b ) }
function rb ( a , b , c ) { var d ; if ( d = u ( b , 5 ) ) { d = y ( b , 1 ) ; d = T ( a , d , U ( d ) ) ; if ( null == d ) d = ! 1 ; else { var e = Q ( b ) ; d = null != ub ( x ( d , 19 ) , e ) } d = ! d } if ( d ) return y ( b , 5 ) ; if ( ! u ( b , 6 ) ) return P ( a , b , 2 ) ; switch ( v ( b , 6 ) ) { case 1 : a = P ( a , b , 1 ) ; break ; case 5 : a = pb ( a , b , c ) ; break ; case 10 : a = P ( a , b , 1 ) . substring ( 1 ) ; break ; default : d = U ( y ( b , 1 ) ) ; c = V ( a , d ) ; if ( null == c ) var f = null ; else c = y ( c , 12 ) , f = 0 == c . length ? null : c = c . replace ( "~" , "" ) ; c = P ( a , b , 2 ) ; if ( null == f || 0 == f . length ) a = c ; else { a : { e = y ( b , 5 ) ; e = O ( e , L ) ; if ( 0 == e . lastIndexOf ( f , 0 ) ) try { var g = vb ( a , wb ( a , e . substring ( f . length ) ,
d , ! 1 ) ) ; break a } catch ( k ) { } g = ! 1 } g ? a = c : ( g = V ( a , d ) , d = Q ( b ) , g = ub ( x ( g , 19 ) , d ) , null == g ? a = c : ( d = y ( g , 4 ) , e = d . indexOf ( "$1" ) , 0 >= e ? a = c : ( d = d . substring ( 0 , e ) , d = O ( d , L ) , 0 == d . length ? a = c : ( g = g . clone ( ) , Ga ( g , 4 ) , d = [ g ] , g = y ( b , 1 ) , c = Q ( b ) , g in K ? ( a = T ( a , g , U ( g ) ) , e = ub ( d , c ) , null != e && ( d = e . clone ( ) , e = y ( e , 4 ) , 0 < e . length && ( f = y ( a , 12 ) , 0 < f . length ? ( e = e . replace ( cb , f ) . replace ( db , "$1" ) , w ( d , 4 , e ) ) : Ga ( d , 4 ) ) , c = xb ( c , d , 2 ) ) , a = mb ( b , a , 2 ) , a = S ( g , 2 , c , a ) ) : a = c ) ) ) ) } } b = y ( b , 5 ) ; null != a && 0 < b . length && ( g = O ( a , Ra ) , c = O ( b , Ra ) , g != c && ( a = b ) ) ; return a }
function Q ( a ) { if ( ! u ( a , 2 ) ) return "" ; var b = "" + v ( a , 2 ) ; return u ( a , 4 ) && v ( a , 4 ) && 0 < y ( a , 8 ) ? Array ( y ( a , 8 ) + 1 ) . join ( "0" ) + b : b } function S ( a , b , c , d ) { switch ( b ) { case 0 : return "+" + a + c + d ; case 1 : return "+" + a + " " + c + d ; case 3 : return "tel:+" + a + "-" + c + d ; default : return c + d } } function nb ( a , b , c , d ) { b = 0 == x ( b , 20 ) . length || 2 == c ? x ( b , 19 ) : x ( b , 20 ) ; b = ub ( b , a ) ; return null == b ? a : xb ( a , b , c , d ) }
function ub ( a , b ) { for ( var c , d = a . length , e = 0 ; e < d ; ++ e ) { c = a [ e ] ; var f = z ( c , 3 ) ; if ( 0 == f || 0 == b . search ( v ( c , 3 , f - 1 ) ) ) if ( f = new RegExp ( v ( c , 1 ) ) , N ( f , b ) ) return c } return null }
function xb ( a , b , c , d ) { var e = y ( b , 2 ) , f = new RegExp ( v ( b , 1 ) ) , g = y ( b , 5 ) ; 2 == c && null != d && 0 < d . length && 0 < g . length ? ( b = g . replace ( eb , d ) , e = e . replace ( bb , b ) , a = a . replace ( f , e ) ) : ( b = y ( b , 4 ) , a = 2 == c && null != b && 0 < b . length ? a . replace ( f , e . replace ( bb , b ) ) : a . replace ( f , e ) ) ; 3 == c && ( a = a . replace ( /^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]+/ , "" ) , a = a . replace ( /[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]+/g ,
"-" ) ) ; return a } function mb ( a , b , c ) { return u ( a , 3 ) && 0 != v ( a , 3 ) . length ? 3 == c ? ";ext=" + v ( a , 3 ) : u ( b , 13 ) ? v ( b , 13 ) + y ( a , 3 ) : " ext. " + y ( a , 3 ) : "" } function yb ( a , b ) { switch ( b ) { case 4 : return v ( a , 5 ) ; case 3 : return v ( a , 4 ) ; case 1 : return v ( a , 3 ) ; case 0 : case 2 : return v ( a , 2 ) ; case 5 : return v ( a , 6 ) ; case 6 : return v ( a , 8 ) ; case 7 : return v ( a , 7 ) ; case 8 : return v ( a , 21 ) ; case 9 : return v ( a , 25 ) ; case 10 : return v ( a , 28 ) ; default : return v ( a , 1 ) } }
function zb ( a , b ) { return W ( a , v ( b , 1 ) ) ? W ( a , v ( b , 5 ) ) ? 4 : W ( a , v ( b , 4 ) ) ? 3 : W ( a , v ( b , 6 ) ) ? 5 : W ( a , v ( b , 8 ) ) ? 6 : W ( a , v ( b , 7 ) ) ? 7 : W ( a , v ( b , 21 ) ) ? 8 : W ( a , v ( b , 25 ) ) ? 9 : W ( a , v ( b , 28 ) ) ? 10 : W ( a , v ( b , 2 ) ) ? v ( b , 18 ) || W ( a , v ( b , 3 ) ) ? 2 : 0 : ! v ( b , 18 ) && W ( a , v ( b , 3 ) ) ? 1 : - 1 : - 1 } function V ( a , b ) { if ( null == b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( null == c ) { c = Pa [ b ] ; if ( null == c ) return null ; c = ( new I ) . f ( H . h ( ) , c ) ; a . a [ b ] = c } return c } function W ( a , b ) { var c = a . length ; return 0 < z ( b , 9 ) && - 1 == p ( x ( b , 9 ) , c ) ? ! 1 : N ( y ( b , 2 ) , a ) } function vb ( a , b ) { var c = Ab ( a , b ) ; return Bb ( a , b , c ) }
function Bb ( a , b , c ) { var d = y ( b , 1 ) , e = T ( a , d , c ) ; if ( null == e || "001" != c && d != qb ( a , c ) ) return ! 1 ; a = Q ( b ) ; return - 1 != zb ( a , e ) } function Ab ( a , b ) { if ( null == b ) return null ; var c = y ( b , 1 ) ; c = K [ c ] ; if ( null == c ) a = null ; else if ( 1 == c . length ) a = c [ 0 ] ; else a : { b = Q ( b ) ; for ( var d , e = c . length , f = 0 ; f < e ; f ++ ) { d = c [ f ] ; var g = V ( a , d ) ; if ( u ( g , 23 ) ) { if ( 0 == b . search ( v ( g , 23 ) ) ) { a = d ; break a } } else if ( - 1 != zb ( b , g ) ) { a = d ; break a } } a = null } return a } function U ( a ) { a = K [ a ] ; return null == a ? "ZZ" : a [ 0 ] }
function qb ( a , b ) { a = V ( a , b ) ; if ( null == a ) throw Error ( "Invalid region code: " + b ) ; return y ( a , 10 ) } function Cb ( a , b , c , d ) { var e = yb ( c , d ) , f = 0 == z ( e , 9 ) ? x ( v ( c , 1 ) , 9 ) : x ( e , 9 ) ; e = x ( e , 10 ) ; if ( 2 == d ) if ( kb ( yb ( c , 0 ) ) ) a = yb ( c , 1 ) , kb ( a ) && ( f = f . concat ( 0 == z ( a , 9 ) ? x ( v ( c , 1 ) , 9 ) : x ( a , 9 ) ) , ea ( f ) , 0 == e . length ? e = x ( a , 10 ) : ( e = e . concat ( x ( a , 10 ) ) , ea ( e ) ) ) ; else return Cb ( a , b , c , 1 ) ; if ( - 1 == f [ 0 ] ) return 5 ; b = b . length ; if ( - 1 < p ( e , b ) ) return 4 ; c = f [ 0 ] ; return c == b ? 0 : c > b ? 2 : f [ f . length - 1 ] < b ? 3 : - 1 < p ( f , b , 1 ) ? 0 : 5 }
function Db ( a , b ) { var c = Q ( b ) ; b = y ( b , 1 ) ; if ( ! ( b in K ) ) return 1 ; b = T ( a , b , U ( b ) ) ; return Cb ( a , c , b , - 1 ) } function Eb ( a , b ) { a = a . toString ( ) ; if ( 0 == a . length || "0" == a . charAt ( 0 ) ) return 0 ; for ( var c , d = a . length , e = 1 ; 3 >= e && e <= d ; ++ e ) if ( c = parseInt ( a . substring ( 0 , e ) , 10 ) , c in K ) return b . a ( a . substring ( e ) ) , c ; return 0 }
function Fb ( a , b , c , d , e , f ) { if ( 0 == b . length ) return 0 ; b = new C ( b ) ; var g ; null != c && ( g = v ( c , 11 ) ) ; null == g && ( g = "NonMatch" ) ; var k = b . toString ( ) ; if ( 0 == k . length ) g = 20 ; else if ( M . test ( k ) ) k = k . replace ( M , "" ) , D ( b ) , b . a ( ib ( k ) ) , g = 1 ; else { k = new RegExp ( g ) ; jb ( b ) ; g = b . toString ( ) ; if ( 0 == g . search ( k ) ) { k = g . match ( k ) [ 0 ] . length ; var m = g . substring ( k ) . match ( Va ) ; m && null != m [ 1 ] && 0 < m [ 1 ] . length && "0" == O ( m [ 1 ] , L ) ? g = ! 1 : ( D ( b ) , b . a ( g . substring ( k ) ) , g = ! 0 ) } else g = ! 1 ; g = g ? 5 : 20 } e && w ( f , 6 , g ) ; if ( 20 != g ) { if ( 2 >= b . b . length ) throw Error ( "Phone number too short after IDD" ) ;
a = Eb ( b , d ) ; if ( 0 != a ) return w ( f , 1 , a ) , a ; throw Error ( "Invalid country calling code" ) ; } if ( null != c && ( g = y ( c , 10 ) , k = "" + g , m = b . toString ( ) , 0 == m . lastIndexOf ( k , 0 ) && ( k = new C ( m . substring ( k . length ) ) , m = v ( c , 1 ) , m = new RegExp ( y ( m , 2 ) ) , Gb ( k , c , null ) , k = k . toString ( ) , ! N ( m , b . toString ( ) ) && N ( m , k ) || 3 == Cb ( a , b . toString ( ) , c , - 1 ) ) ) ) return d . a ( k ) , e && w ( f , 6 , 10 ) , w ( f , 1 , g ) , g ; w ( f , 1 , 0 ) ; return 0 }
function Gb ( a , b , c ) { var d = a . toString ( ) , e = d . length , f = v ( b , 15 ) ; if ( 0 != e && null != f && 0 != f . length ) { var g = new RegExp ( "^(?:" + f + ")" ) ; if ( e = g . exec ( d ) ) { f = new RegExp ( y ( v ( b , 1 ) , 2 ) ) ; var k = N ( f , d ) , m = e . length - 1 ; b = v ( b , 16 ) ; if ( null == b || 0 == b . length || null == e [ m ] || 0 == e [ m ] . length ) { if ( ! k || N ( f , d . substring ( e [ 0 ] . length ) ) ) null != c && 0 < m && null != e [ m ] && c . a ( e [ 1 ] ) , a . set ( d . substring ( e [ 0 ] . length ) ) } else if ( d = d . replace ( g , b ) , ! k || N ( f , d ) ) null != c && 0 < m && c . a ( e [ 1 ] ) , a . set ( d ) } } }
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 ( gb ( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( D ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! hb ( 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 && w ( f , 5 , b ) ; a : { b = e . toString ( ) ; g = b . search ( $a ) ; if ( 0 <= g && hb ( b . substring ( 0 , g ) ) ) { k = b . match ( $a ) ; 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 && w ( 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 ) ) ) : ( jb ( e ) , b . a ( e . toString ( ) ) , null != c ? ( k = y ( g , 10 ) , w ( f , 1 , k ) ) : d && Ga ( 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 && w ( 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 ) ) { w ( f , 4 , ! 0 ) ; for ( a = 1 ; a < d . length - 1 && "0" == d . charAt ( a ) ; ) a ++ ; 1 != a && w ( f , 8 , a ) } w ( 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 . fa = /\u2008/ ; this . ha = "" ; this . m = new C ; this . w = "" ; this . i = new C ; this . v = new C ; this . j = ! 0 ; this . $ = this . o = this . ja = ! 1 ; this . ga = Qa . ca ( ) ; this . s = 0 ; this . b = new C ; this . aa = ! 1 ; this . l = "" ; this . a = new C ; this . f = [ ] ; this . ia = a ; this . g = Ib ( this , this . ia ) } var Jb = new H ; w ( Jb , 11 , "NA" ) ;
var Kb = /\[([^\[\]])*\]/g , Lb = /\d(?=[^,}][^,}])/g , Mb = /^[-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]*)+$/ , Nb = /[- ]/ ; function Ib ( a , b ) { var c = a . ga ; b = lb ( b ) ? qb ( c , b ) : 0 ; a = V ( a . ga , U ( b ) ) ; return null != a ? a : Jb }
function Ob ( 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 ) ; if ( - 1 != k . indexOf ( "|" ) ) f = ! 1 ; else { k = k . replace ( Kb , "\\d" ) ; k = k . replace ( Lb , "\\d" ) ; 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 . aa = Nb . test ( v ( d , 4 ) ) , a . s = 0 , ! 0 } return a . j = ! 1 }
function Pb ( 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 = v ( g , 3 , Math . min ( d , z ( g , 3 ) - 1 ) ) , 0 == b . search ( g ) && c . push ( a . f [ f ] ) ) } a . f = c } function Qb ( a , b ) { a . ha = Rb ( a , b ) ; return a . ha }
function Rb ( a , b ) { a . i . a ( b ) ; var c = b ; Va . test ( c ) || 1 == a . i . b . length && Ua . test ( c ) ? ( "+" == b ? ( c = b , a . v . a ( b ) ) : ( c = L [ b ] , a . v . a ( c ) , a . a . a ( c ) ) , b = c ) : ( a . j = ! 1 , a . ja = ! 0 ) ; if ( ! a . j ) { if ( ! a . ja ) if ( Sb ( a ) ) { if ( Tb ( a ) ) return Ub ( a ) } else if ( 0 < a . l . length && ( b = a . a . toString ( ) , D ( a . a ) , a . a . a ( a . l ) , a . a . a ( b ) , b = a . b . toString ( ) , c = b . lastIndexOf ( a . l ) , D ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) ) , a . l != Vb ( a ) ) return a . b . a ( " " ) , Ub ( a ) ; return a . i . toString ( ) } switch ( a . v . b . length ) { case 0 : case 1 : case 2 : return a . i . toString ( ) ; case 3 : if ( Sb ( a ) ) a . $ = ! 0 ; else return a . l = Vb ( a ) , Wb ( a ) ;
default : if ( a . $ ) return Tb ( a ) && ( a . $ = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = Xb ( a , b ) ; c = Yb ( a ) ; if ( 0 < c . length ) return c ; Pb ( a , a . a . toString ( ) ) ; return Ob ( a ) ? Zb ( a ) : a . j ? $b ( a , b ) : a . i . toString ( ) } return Wb ( a ) } } function Ub ( a ) { a . j = ! 0 ; a . $ = ! 1 ; a . f = [ ] ; a . s = 0 ; D ( a . m ) ; a . w = "" ; return Wb ( a ) } function Yb ( 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 ) ) return a . aa = Nb . test ( v ( e , 4 ) ) , b = b . replace ( new RegExp ( f , "g" ) , v ( e , 2 ) ) , $b ( a , b ) } return "" }
function $b ( a , b ) { var c = a . b . b . length ; return a . aa && 0 < c && " " != a . b . toString ( ) . charAt ( c - 1 ) ? a . b + " " + b : a . b + b } function Wb ( a ) { var b = a . a . toString ( ) ; if ( 3 <= b . length ) { for ( var c = a . o && 0 < z ( a . g , 20 ) ? x ( a . g , 20 ) : x ( a . g , 19 ) , d = c . length , e = 0 ; e < d ; ++ e ) { var f = c [ e ] , g ; ( g = ! u ( a . g , 12 ) || a . o || v ( f , 6 ) ) || ( g = y ( f , 4 ) , g = 0 == g . length || fb . test ( g ) ) ; g && Mb . test ( y ( f , 2 ) ) && a . f . push ( f ) } Pb ( a , b ) ; b = Yb ( a ) ; return 0 < b . length ? b : Ob ( a ) ? Zb ( a ) : a . i . toString ( ) } return $b ( a , b ) }
function Zb ( a ) { var b = a . a . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , e = 0 ; e < c ; e ++ ) d = Xb ( a , b . charAt ( e ) ) ; return a . j ? $b ( a , d ) : a . i . toString ( ) } return a . b . toString ( ) }
function Vb ( a ) { var b = a . a . toString ( ) , c = 0 ; if ( 1 != v ( 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 . o = ! 0 ) : u ( a . g , 15 ) && ( d = new RegExp ( "^(?:" + v ( a . g , 15 ) + ")" ) , d = b . match ( d ) , null != d && null != d [ 0 ] && 0 < d [ 0 ] . length && ( a . o = ! 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 Sb ( a ) { var b = a . v . toString ( ) , c = new RegExp ( "^(?:\\+|" + v ( a . g , 11 ) + ")" ) ; c = b . match ( c ) ; return null != c && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . o = ! 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 Tb ( 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 . ga , "" + c ) : b != a . ia && ( a . g = Ib ( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . l = "" ; return ! 0 }
function Xb ( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . s ) . search ( a . fa ) ) { var d = c . search ( a . fa ) ; b = c . replace ( a . fa , b ) ; D ( a . m ) ; a . m . a ( b ) ; a . s = d ; return b . substring ( 0 , a . s + 1 ) } 1 == a . f . length && ( a . j = ! 1 ) ; a . w = "" ; return a . i . toString ( ) } ; var ac = { AC : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "112" ] , , [ , , "11[0268]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , , , , , , , , , , , , , , , , , , [ , , "112|99[789]" , , , , "112" , , , [ 3 ] ] ,
, [ , , "112|445[16]|99[789]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "445[16]" , , , , "4451" , , , [ 4 ] ] ] , AF : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AF" , , , , , , , , , , , , , , , , , , [ , , "1(?:02|19)" , , , , "119" , , , [ 3 ] ] , , [ , , "1(?:02|19)|40404" , , , , "119" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , AG : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AG" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "176|9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
, "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AI : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AI" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AL : [ , [ , , "[15]\\d{2,5}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AL" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|2[789])" , , , , "129" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|1(?:06|11|23)))|2[5-9])|5\\d{4}" , , , , "129" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "5\\d{4}" , , , , "51234" , , , [ 5 ] ] ] , AM : [ , [ , , "[148]\\d{2,4}" ,
, , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AM" , , , , , , , , , , , , , , , , , , [ , , "10[123]" , , , , "102" , , , [ 3 ] ] , , [ , , "1\\d{2}|40404|8[1-7]\\d{2}" , , , , "8711" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , AO : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AO" , , , , , , , , , , , , , , , , , , [ , , "11[235]" , , , , "113" ] , , [ , , "11[235]" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AR : [ , [ , , "[01389]\\d{1,4}" , , , , , , , [ 2 , 3 , 4 , 5 ] ] , , , [ , , "[09]\\d{2}|1(?:[02-9]\\d?|1[0-24-9]?)" , , , , "111" ,
, , [ 2 , 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AR" , , , , , , , , , , , , , , , , , , [ , , "10[017]|911" , , , , "101" , , , [ 3 ] ] , , [ , , "000|1(?:0[0-35-7]|1[02-5]|2[15]|9)|3372|89338|911" , , , , "121" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "89338|911" , , , , "89338" , , , [ 3 , 5 ] ] , , [ , , "3372|89338" , , , , "3372" , , , [ 4 , 5 ] ] ] , AS : [ , [ , , "[49]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AS" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" , , , [ 3 ] ] , , [ , , "40404|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , AT : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:00[06]|1(?:17|23))" ,
, , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AT" , , , , , , , , , , , , , , , , , , [ , , "1(?:[12]2|33|44)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:00[06]|1(?:17|23)))|22|33|44)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AU : [ , [ , , "[027]\\d{2}|1\\d{2,7}" , , , , , , , [ 3 , 4 , 5 , 6 , 7 , 8 ] ] , , , [ , , "1(?:258885|555)|733" , , , , "733" , , , [ 3 , 4 , 7 ] ] , [ , , "1(?:2(?:34|456)|9\\d{4})" , , , , "191123" , , , [ 4 , 5 , 6 ] ] , , , , "AU" , , , , , , , , , , , , , , , , , , [ , , "000|1(?:06|12)" , , , , "112" , , , [ 3 ] ] , , [ , , "000|1(?:06|1(?:00|2|9[46])|2(?:[23]\\d|4\\d{2,3}|5\\d{3,4}|8(?:2|[013-9]\\d))|555|9[13-5]\\d{3})|225|7(?:33|67)" ,
, , , "112" ] , [ , , "1(?:1\\d{2}|24733)|225|767" , , , , "225" , , , [ 3 , 4 , 6 ] ] , [ , , "1(?:258885|555)" , , , , "1555" , , , [ 4 , 7 ] ] , , [ , , "19\\d{4,6}" , , , , "191123" , , , [ 6 , 7 , 8 ] ] ] , AW : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AW" , , , , , , , , , , , , , , , , , , [ , , "100|911" , , , , "911" ] , , [ , , "1(?:00|76)|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AX : [ , [ , , "1\\d{2}|75[12]\\d{2}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AX" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "112|75[12]\\d{2}" , , , , "112" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AZ : [ , [ , , "[148]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AZ" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[123]|12)" , , , , "101" , , , [ 3 ] ] , , [ , , "1(?:0[123]|12)|4040|8800" , , , , "101" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "4040|8800" , , , , "4040" , , , [ 4 ] ] , , [ , , "4040|8800" , , , , "4040" , , , [ 4 ] ] ] , BA : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BA" , , , , , , , , , , , , , , , , , , [ , , "12[2-4]" , , , , "122" , , , [ 3 ] ] , , [ , , "1(?:1(?:6(?:00[06]|1(?:1[17]|23))|8\\d{1,2})|2(?:0[0-7]|[2-5]|6[0-26]|[78]\\d{1,2})|[3-5]\\d{2}|7\\d{3})" ,
, , , "122" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BB : [ , [ , , "[2-689]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BB" , , , , , , , , , , , , , , , , , , [ , , "[2359]11" , , , , "211" ] , , [ , , "[2-689]11" , , , , "211" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BD : [ , [ , , "[19]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BD" , , , , , , , , , , , , , , , , , , [ , , "10[0-2]|999" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:0(?:[0-39]|5(?:0\\d|[1-4])|6\\d{2}|7[0-4]|8[0-29])|1[6-9]|2(?:2[0-5]|[34])|3(?:1\\d?|3\\d|6[3-6])|4(?:0\\d|1\\d{2})|5[2-9])|9(?:594|99)" ,
, , , "103" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "9594" , , , , "9594" , , , [ 4 ] ] , , [ , , "9594" , , , , "9594" , , , [ 4 ] ] ] , BE : [ , [ , , "1\\d{2,5}|[2-9]\\d{3}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "1(?:0[25-8]|1(?:0|6\\d{3})|7(?:12|77)|813)|8\\d{3}" , , , , "116000" ] , [ , , "1(?:2(?:12|34)|3(?:07|13)|414|\\d04)|[2-79]\\d{3}" , , , , "7212" , , , [ 4 ] ] , , , , "BE" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[01]|12)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0[0-8]|1(?:[027]|6(?:000|117))|2(?:0[47]|12|3[0-24]|99)|3(?:0[47]|13|99)|4(?:0[47]|14|50|99)|7(?:00|1[27-9]|33|65|7[17]|89)|81[39])|[2-9]\\d{3}" , , , , "112" ] , [ , , , ,
, , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "[2-9]\\d{3}" , , , , "2787" , , , [ 4 ] ] ] , BF : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BF" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" ] , , [ , , "1[78]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BG : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|111)" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BG" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|50|6[06])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|111))|50|6[06])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BH : [ , [ , , "[0189]\\d{2,4}" ,
, , , , , , [ 3 , 5 ] ] , , , [ , , "(?:0[167]|81)\\d{3}" , , , , "07123" , , , [ 5 ] ] , [ , , "9[148]\\d{3}" , , , , "94123" , , , [ 5 ] ] , , , , "BH" , , , , , , , , , , , , , , , , , , [ , , "[19]99" , , , , "999" , , , [ 3 ] ] , , [ , , "0[167]\\d{3}|1(?:[02]\\d|12|4[01]|51|8[18]|9[169])|8[158]\\d{3}|9(?:[148]\\d{3}|9[02489])" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "0[67]\\d{3}|88000|98555" , , , , "88000" , , , [ 5 ] ] , , [ , , "88000|98555" , , , , "88000" , , , [ 5 ] ] ] , BI : [ , [ , , "[16-9]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "611" , , , , "611" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BI" , , , , , , , , , , , , , , , , , , [ , , "11[237]" , , , , "117" , , , [ 3 ] ] , , [ , , "1(?:1\\d|5[2-9]|6[0-256])|611|7(?:10|77|979)|8[28]8|900" ,
, , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "611|7(?:10|77)|888|900" , , , , "611" , , , [ 3 ] ] , , [ , , "710|900" , , , , "900" , , , [ 3 ] ] ] , BJ : [ , [ , , "[17]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "7[3-5]\\d{2}" , , , , "7312" , , , [ 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BJ" , , , , , , , , , , , , , , , , , , [ , , "11[78]" , , , , "117" , , , [ 3 ] ] , , [ , , "1(?:1[78]|2[02-5]|60)|7[0-5]\\d{2}" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "12\\d" , , , , "122" , , , [ 3 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BL : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BL" , , , , , , , , , , , , , , , , , , [ , , "18" , , , , "18" ] , , [ , , "18" , , , , "18" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , ,
[ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BM : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BM" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "176|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , BN : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BN" , , , , , , , , , , , , , , , , , , [ , , "99[135]" , , , , "991" ] , , [ , , "99[135]" , , , , "991" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BO : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BO" , , , , , , , , , , , , , , , , , , [ , , "11[089]" ,
, , , "110" , , , [ 3 ] ] , , [ , , "11[089]|40404" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , BQ : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BQ" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "112" ] , , [ , , "1(?:12|76)|911" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , BR : [ , [ , , "[12469]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:00|[89]\\d)|4(?:57|828)" , , , , "181" , , , [ 3 , 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BR" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|28|9[023])|911" , , , , "190" , , , [ 3 ] ] , , [ , , "1(?:0(?:[02]|3(?:1[2-579]|2[13-9]|3[124-9]|4[1-3578]|5[1-468]|6[139]|8[149]|9[168])|5[0-35-9]|6(?:0|1[0-35-8]?|2[0145]|3[0137]?|4[37-9]?|5[0-35]|6[016]?|7[137]?|8[5-8]|9[1359]))|1[25-8]|2[35789]|3(?:[024568]|3[12])|4[12568]|5\\d|6[0-8]|8[015]|9[0-4789])|2(?:7(?:330|878)|85959?)|4(?:0404?|11[12]|57|828)|55555|6(?:0\\d{4}|10000)|911" ,
, , , "168" ] , [ , , "102|27330" , , , , "27330" , , , [ 3 , 5 ] ] , [ , , "151|27878|4(?:0404?|11[12]|57)|55555" , , , , "27878" , , , [ 3 , 4 , 5 ] ] , , [ , , "2(?:7(?:330|878)|85959?)|4(?:0404|828)|6(?:0\\d{4}|10000)" , , , , "27878" , , , [ 4 , 5 , 6 ] ] ] , BS : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BS" , , , , , , , , , , , , , , , , , , [ , , "91[19]" , , , , "911" ] , , [ , , "91[19]" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BT : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BT" , , , , , , , , , , , , , , , , , , [ , , "11[023]" , , , , "113" , , , [ 3 ] ] ,
, [ , , "11[0-6]|40404" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , BW : [ , [ , , "[19]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BW" , , , , , , , , , , , , , , , , , , [ , , "99[789]" , , , , "999" , , , [ 3 ] ] , , [ , , "13123|99[789]" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "13123" , , , , "13123" , , , [ 5 ] ] , , [ , , "13123" , , , , "13123" , , , [ 5 ] ] ] , BY : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BY" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[123]|12)" , , , , "112" ] , , [ , , "1(?:0[1-79]|1[246]|35|5[1235]|6[89]|7[5-7]|8[58]|9[1-7])" ,
, , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , BZ : [ , [ , , "9\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "BZ" , , , , , , , , , , , , , , , , , , [ , , "9(?:0|11)" , , , , "911" ] , , [ , , "9(?:0|11)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CA : [ , [ , , "[124-9]\\d{2,5}|3(?:\\d{2,5}|\\d{7})" , , , , , , , [ 3 , 5 , 6 , 8 ] ] , , , [ , , "211" , , , , "211" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CA" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "911" , , , [ 3 ] ] , , [ , , "1(?:12|\\d{4,5})|[25-9](?:11|\\d{4,5})|3(?:\\d{4,5}|0000\\d{3}|11)|411" , , , , "12345" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , "[23567]11" , , , , "611" , , , [ 3 ] ] , , [ , , "[125-9]\\d{4,5}|3(?:\\d{4,5}|0000\\d{3})" , , , , "30001" , , , [ 5 , 6 , 8 ] ] ] , CC : [ , [ , , "[01]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CC" , , , , , , , , , , , , , , , , , , [ , , "000|112" , , , , "112" ] , , [ , , "000|112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CD : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CD" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[348]|77|88)" , , , , "113" , , , [ 3 ] ] , , [ , , "1(?:1[348]|23|77|88)|40404" , , , , "40404" ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
, "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , CF : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CF" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[78]|220)" , , , , "1220" ] , , [ , , "1(?:1[478]|220)" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CG : [ , [ , , "11\\d" , , , , , , , [ 3 ] ] , , , [ , , "111" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CG" , , , , , , , , , , , , , , , , , , [ , , "11[78]" , , , , "117" ] , , [ , , "11[12678]" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CH : [ , [ , , "[1-9]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:16\\d{3}|47)|5200" ,
, , , "116000" , , , [ 3 , 4 , 6 ] ] , [ , , "1(?:145|8\\d{2})|543|83111" , , , , "543" , , , [ 3 , 4 , 5 ] ] , , , , "CH" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[278]|44)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0[78]\\d{2}|1(?:[278]|45|6(?:000|111))|4(?:[03457]|1[45])|6(?:00|[1-46])|8(?:02|1[189]|50|7|8[08]|99))|[2-9]\\d{2,4}" , , , , "147" ] , [ , , "1(?:4(?:[035]|1\\d)|6\\d{1,2})" , , , , "1600" , , , [ 3 , 4 ] ] , [ , , "5(?:200|35)" , , , , "535" , , , [ 3 , 4 ] ] , , [ , , "[2-9]\\d{2,4}" , , , , "600" , , , [ 3 , 4 , 5 ] ] ] , CI : [ , [ , , "[14]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CI" , , , , , , , , , , , , , , , , , , [ ,
, "1(?:1[01]|[78]0)" , , , , "110" , , , [ 3 ] ] , , [ , , "1(?:1[01]|[78]0)|4443" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "4443" , , , , "4443" , , , [ 4 ] ] , , [ , , "4443" , , , , "4443" , , , [ 4 ] ] ] , CK : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CK" , , , , , , , , , , , , , , , , , , [ , , "99[689]" , , , , "998" ] , , [ , , "99[689]" , , , , "998" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CL : [ , [ , , "[1-9]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "1213|4342" , , , , "4342" , , , [ 4 ] ] , [ , , "1(?:060|211|3(?:13|[348]0|5[01])|417|560|818|9(?:19|80))|2(?:0122|22[47]|323|777|882)|3(?:0(?:51|99)|132|3(?:29|77|90)|665)|4(?:142|243|3656|4(?:02|15|77)|554)|5(?:004|4154|5(?:66|77)|995)|6(?:0700|131|222|3(?:00|66)|500|699)|7878|8(?:011|11[28]|482|889)|9(?:011|[12]00|330)" ,
, , , "2224" , , , [ 4 , 5 ] ] , , , , "CL" , , , , , , , , , , , , , , , , , , [ , , "13[123]|911" , , , , "133" , , , [ 3 ] ] , , [ , , "1(?:06?0|21[13]|3(?:[02679]|13?|[348]0?|5[01]?)|4(?:0[02-6]|17|[379])|560|818|9(?:19|80))|2(?:0(?:01|122)|22[47]|323|777|882)|3(?:0(?:51|99)|132|3(?:29|37|77|90)|665)|4(?:142|243|3(?:42|656)|4(?:02|15|77)|554)|5(?:004|4154|5(?:66|77)|995)|6(?:0700|131|222|3(?:00|66)|500|699)|7878|8(?:011|11[28]|482|889)|9(?:011|1(?:1|00)|200|330)" , , , , "139" ] , [ , , "2001|3337" , , , , "3337" , , , [ 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "(?:[137-9]|[2456]\\d?)\\d{3}" ,
, , , "5577" , , , [ 4 , 5 ] ] ] , CM : [ , [ , , "[18]\\d{1,3}" , , , , , , , [ 2 , 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CM" , , , , , , , , , , , , , , , , , , [ , , "1?1[37]" , , , , "113" , , , [ 2 , 3 ] ] , , [ , , "1?1[37]|8711" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8711" , , , , "8711" , , , [ 4 ] ] , , [ , , "8711" , , , , "8711" , , , [ 4 ] ] ] , CN : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CN" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[09]|20)" , , , , "119" , , , [ 3 ] ] , , [ , , "1(?:00\\d{2}|1[09]|20)|95\\d{3,4}" , , , , "119" ] , [ , , "100\\d{2}|95\\d{3,4}" , , , , "95566" , , , [ 5 , 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , ,
, , , [ - 1 ] ] ] , CO : [ , [ , , "[148]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CO" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[29]|23|32|56)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:06|1[2569]|2[357]|3[27]|4[467]|5[36]|6[45]|95)|40404|85432" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404|85432" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404|85432" , , , , "40404" , , , [ 5 ] ] ] , CR : [ , [ , , "[1359]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CR" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "911" , , , [ 3 ] ] , , [ , , "1(?:0(?:00|15|2[2-4679])|1(?:1[0-35-9]|2|37|[46]6|7[57]|8[79]|9[0-379])|2(?:00|[12]2|34|55)|3(?:21|33)|4(?:0[06]|1[4-6])|5(?:15|5[15])|693|7(?:00|1[789]|2[02]|[67]7)|975)|3855|5(?:0(?:30|49)|510)|911" ,
, , , "1022" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "3855|5(?:0(?:30|49)|510)" , , , , "3855" , , , [ 4 ] ] ] , CU : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CU" , , , , , , , , , , , , , , , , , , [ , , "10[456]" , , , , "106" , , , [ 3 ] ] , , [ , , "1(?:0[456]|1(?:6111|8)|40)" , , , , "140" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CV : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CV" , , , , , , , , , , , , , , , , , , [ , , "13[012]" , , , , "132" ] , , [ , , "13[012]" , , , , "132" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CW : [ , [ , , "[19]\\d{2}" ,
, , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CW" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "112" ] , , [ , , "1(?:12|76)|911" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , CX : [ , [ , , "[01]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CX" , , , , , , , , , , , , , , , , , , [ , , "000|112" , , , , "112" ] , , [ , , "000|112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CY : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|111)" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CY" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|99)" , , ,
, "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|111))|99)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , CZ : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116(?:00[06]|111|123)" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "CZ" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|5[0568])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6\\d{3}|8\\d)|2\\d{2,3}|3\\d{3,4}|4\\d{3}|5[0568]|99)" , , , , "116123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DE : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "DE" , , , , ,
, , , , , , , , , , , , , [ , , "11[02]" , , , , "112" , , , [ 3 ] ] , , [ , , "11(?:[025]|6(?:00[06]|1(?:1[17]|23)))" , , , , "115" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DJ : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "DJ" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" ] , , [ , , "1[78]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DK : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "116(?:00[06]|111)" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "DK" , , , , , , , , , , , , , , , , , , [ , , "11[24]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[2-48]|6(?:00[06]|111))|8(?:01|1[0238]|28|30|5[13]|81))" ,
, , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DM : [ , [ , , "[39]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "DM" , , , , , , , , , , , , , , , , , , [ , , "333|9(?:11|99)" , , , , "999" ] , , [ , , "333|9(?:11|99)" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DO : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "DO" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "112" ] , , [ , , "112|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , DZ : [ , [ , , "[17]\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , , "DZ" , , , , , , , , , , , , , , , , , , [ , , "1[47]" , , , , "17" , , , [ 2 ] ] , , [ , , "1[47]|730" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "730" , , , , "730" , , , [ 3 ] ] , , [ , , "730" , , , , "730" , , , [ 3 ] ] ] , EC : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "EC" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[12]|12)|911" , , , , "911" ] , , [ , , "1(?:0[12]|12)|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , EE : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:1(?:[02]|6(?:000|111))|2(?:0(?:16|5)|28|55[47])|3(?:014|24|3(?:21|5)|660)|492|5(?:1[03]|410|501|977)|6(?:112|333|644)|7(?:012|127|89)|8(?:10|8[57])|9(?:0(?:[134]|90)|14))" ,
, , , "116000" ] , [ , , "1(?:18(?:[12458]|00)|2(?:0(?:[02-46-8]|1[0-36])|1(?:[0-4]|6[06])|2(?:[0-4]|5[25])|[367]|4(?:0[04]|[12]|4[24]|54)55[12457])|3(?:0(?:[02]|1[13578]|3[356])|1[1347]|2[02-5]|3(?:[01347]|2[023]|88)|4(?:[35]|4[34])|5(?:3[134]|5[035])|666)|4(?:2(?:00|4)|4(?:0[01358]|1[024]|50|7)|900)|5(?:0[0-35]|1(?:[1267]|5[0-7]|82)|2(?:[014-6]|22)|330|4(?:[35]|44)|5(?:00|[1-69])|9(?:[159]|[38]0|77))|6(?:1(?:00|1[19]|[356-9])|2(?:2[26]|[68])|3(?:22|36|6[36])|5|6(?:[0-359]|6[0-26])|7(?:00|55|7|8[89])|9(?:00|1|69))|7(?:0(?:[023]|1[0578])|1(?:00|2[034]|[4-9])|2(?:[07]|20|44)|7(?:[0-57]|9[79])|8(?:0[08]|2|8[0178])|9(?:00|97))|8(?:1[127]|8[1268]|9[269])|9(?:0(?:[02]|69|9[0269])|1[123689]|21))" ,
, , , "1182" , , , [ 3 , 4 , 5 ] ] , , , , "EE" , , , , , , , , , , , , , , , , , , [ , , "11[02]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[02-579]|6(?:000|111)|8(?:[09]\\d|[1-8]))|2(?:[0-245]\\d{1,2}|[36-9])|3(?:[0-6]\\d{1,2}|[7-9])|4(?:[1-489]\\d{1,2}|[05-7])|5(?:[0-59]\\d{1,2}|[6-8])|6(?:[05]|[1-46-9]\\d{1,2})|7(?:[0-27-9]\\d{1,2}|[3-6])|8(?:[02-7]|[189]\\d{1,2})|9(?:[0-2]\\d{1,2}|[3-9]))" , , , , "115" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "1(?:18[1258]2(?:0(?:1[036]|[46])|166|21|4(?:0[04]|1|5[47])|[67])|3(?:0(?:1[13-578]|2|3[56])|1[15]|2[045]|3(?:[13]|2[13])|43|5(?:00|3[34]|53))|44(?:0[0135]|14|50|7)|5(?:05|1(?:[12]|5[1246]|8[12])|2(?:[01]|22)|3(?:00|3[03])|4(?:15|5)|500|9(?:5|77|80))|6(?:1[35-8]|226|3(?:22|3[36]|66)|644|7(?:00|7|89)|9(?:00|69))|7(?:01[258]|1(?:00|[15])|2(?:44|7)|8(?:00|87|9))|8(?:1[128]|8[56]|9(?:[26]|77))|90(?:2|69|92))" ,
, , , "13500" , , , [ 4 , 5 ] ] ] , EG : [ , [ , , "[13]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "EG" , , , , , , , , , , , , , , , , , , [ , , "1(?:2[23]|80)" , , , , "122" , , , [ 3 ] ] , , [ , , "1(?:2[23]|[69]\\d{3}|80)|34400" , , , , "122" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "34400" , , , , "34400" , , , [ 5 ] ] , , [ , , "34400" , , , , "34400" , , , [ 5 ] ] ] , EH : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "EH" , , , , , , , , , , , , , , , , , , [ , , "1(?:[59]|77)" , , , , "15" ] , , [ , , "1(?:[59]|77)" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ER : [ , [ , , "[12]\\d{2,5}" , , , , , , , [ 3 ,
6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ER" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[2-46]|2(?:4422|7799))|2(?:0(?:1(?:606|917)|2(?:099|914)))" , , , , "113" ] , , [ , , "1(?:1[2-6]|2(?:4422|7799))|2(?:0(?:1(?:606|917)|2(?:099|914)))" , , , , "114" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ES : [ , [ , , "[0-379]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "0(?:16|6[57]|88)|1(?:006|16\\d{3}|[3-7]\\d{2})|20\\d{4}" , , , , "116111" , , , [ 3 , 4 , 6 ] ] , [ , , "1(?:18\\d{2}|2\\d{1,4})|2(?:2\\d{1,4}|[3-9]\\d{3,4})|9(?:0(?:5[124578]|7)|\\d{4,5})|[37]\\d{4,5}" ,
, , , "23456" ] , , , , "ES" , , , , , , , , , , , , , , , , , , [ , , "08[58]|112" , , , , "112" , , , [ 3 ] ] , , [ , , "0(?:1[0-26]|6[0-257]|8[058]|9[12])|1(?:0[03-57]\\d{1,3}|1(?:2|6(?:000|111)|8\\d{2})|2\\d{1,4}|3(?:[34]|\\d{2})|7(?:7|\\d{2})|[4-689]\\d{2})|2(?:[01]\\d{4}|2\\d{1,4}|[357]\\d{3}|80\\d{2})|3[357]\\d{3}|79[57]\\d{3}|9(?:0(?:5[124578]|7)|9[57]\\d{3})" , , , , "010" ] , [ , , "0(?:[16][0-2]|80|9[12])|21\\d{4}" , , , , "211234" , , , [ 3 , 6 ] ] , [ , , "1(?:2\\d{1,4}|3[34]|77)|22\\d{1,4}" , , , , "123" ] , , [ , , "[2379]\\d{4,5}" , , , , "23456" , , , [ 5 , 6 ] ] ] , ET : [ , [ , , "9\\d{1,2}" ,
, , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ET" , , , , , , , , , , , , , , , , , , [ , , "9(?:11?|[23]|9[17])" , , , , "991" ] , , [ , , "9(?:11?|[23]|9[17])" , , , , "991" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , FI : [ , [ , , "1\\d{2,5}|75[12]\\d{2}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , "116111" , , , , "116111" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "FI" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "11(?:2|6111)|75[12]\\d{2}" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , FJ : [ , [ , , "[0-579]\\d{1,4}" , , , , , , , [ 2 , 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , ,
[ - 1 ] ] , , , , "FJ" , , , , , , , , , , , , , , , , , , [ , , "91[17]" , , , , "911" , , , [ 3 ] ] , , [ , , "0(?:1[34]|8[1-4])|1(?:0[1-3]|[25]9)|2[289]|30|4(?:0404|4)|54|75|91[137]" , , , , "22" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , FK : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "FK" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "1\\d{2}|999" , , , , "123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , FM : [ , [ , , "3\\d{5}|9\\d{2}" , , , , , , , [ 3 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "FM" , , , , , , , , , , , , , , , , , , [ , , "320221|911" ,
, , , "911" ] , , [ , , "320221|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , FO : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "FO" , , , , , , , , , , , , , , , , , , [ , , "11[24]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1[248]|4[124]\\d|71\\d|8[7-9]\\d)" , , , , "114" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , FR : [ , [ , , "1\\d{1,5}|[267]\\d{2,4}|3\\d{3,4}|[458]\\d{4}" , , , , , , , [ 2 , 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:0(?:07|13)|1(?:[0459]|6\\d{3}|871[03])|9[167])|224|3(?:[01]\\d{2}|3700)|740" , , , , "3010" , , , [ 3 , 4 , 5 , 6 ] ] , [ , , "118(?:[0-68]\\d{2}|7(?:0\\d|1[1-9]|[2-9]\\d))|36665|[4-8]\\d{4}" ,
, , , "42000" , , , [ 5 , 6 ] ] , , , , "FR" , , , , , , , , , , , , , , , , , , [ , , "1(?:[578]|12)" , , , , "112" , , , [ 2 , 3 ] ] , , [ , , "1(?:0\\d{2}|1(?:[02459]|6(?:000|111)|8\\d{3})|9[167]|[578])|2(?:0(?:000|20)|24)|3\\d{3,4}|6(?:1[14]|34|\\d{4})|7(?:0[06]|22|40|\\d{4})|[458]\\d{4}" , , , , "1010" ] , [ , , "10(?:14|2[23]|34|6[14]|99)|2020|3(?:646|9[07]0)|6(?:1[14]|34)|70[06]" , , , , "1023" , , , [ 3 , 4 ] ] , [ , , "118777|2(?:0(?:000|20)|24)|6(?:1[14]|34)|7\\d{2}" , , , , "118777" , , , [ 3 , 4 , 5 , 6 ] ] , , [ , , "(?:114|[3-8]\\d{4})" , , , , "33700" , , , [ 3 , 5 ] ] ] , GA : [ , [ , , "1\\d{1,3}" , , , , , , , [ 2 , 4 ] ] , , , [ ,
, , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GA" , , , , , , , , , , , , , , , , , , [ , , "1(?:730|8|3\\d{2})" , , , , "1730" ] , , [ , , "1(?:730|8|3\\d{2})" , , , , "1730" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-467-9]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:16\\d{3}|7[56]0|8000)|2(?:202|48)|4444" , , , , "116000" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GB" , , , , , , , , , , , , , , , , , , [ , , "112|999" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0[01]|1(?:[12]|6(?:000|1(?:11|23))|8\\d{3})|2(?:[123]|50)|33|4(?:1|7\\d)|5(?:\\d|71)|7(?:0\\d|[56]0)|800\\d|9[15])|2(?:02(?:02)?|1300|2(?:02|11|2)|3(?:02|336|45)|4(?:25|8))|3[13]3|4(?:0[02]|35[01]|44[45]|5\\d)|6(?:50|\\d{4})|7(?:0\\d{3}|8(?:9|\\d{3})|9\\d{3})|8\\d{4}|9(?:01|99)" ,
, , , "150" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1(?:250|571|7[56]0)|2(?:02(?:02)?|1300|3336|48)|4444|901" , , , , "1571" , , , [ 3 , 4 , 5 ] ] , , [ , , "1250|2(?:0202|1300)|7\\d{4}|8[01]\\d{3}" , , , , "20202" , , , [ 4 , 5 ] ] ] , GD : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GD" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , GE : [ , [ , , "[041]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GE" , , , , , , , , , , , , , , , , , , [ , , "0(?:11|22|33)|1(?:1[123]|22)" , , , , "112" ,
, , [ 3 ] ] , , [ , , "0(?:11|22|33)|1(?:1[123]|22)|40404" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , GF : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GF" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "15" ] , , [ , , "1[578]" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GG : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GG" , , , , , , , , , , , , , , , , , , [ , , "112|999" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:0[01]|1(?:[12]|[68]\\d{3})|23|4(?:1|7\\d)|55|800\\d|95)|999" ,
, , , "155" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GH : [ , [ , , "[14589]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GH" , , , , , , , , , , , , , , , , , , [ , , "19[123]|999" , , , , "999" , , , [ 3 ] ] , , [ , , "19[123]|40404|(?:54|83)00|999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404|(?:54|83)00" , , , , "5400" , , , [ 4 , 5 ] ] , , [ , , "40404|(?:54|83)00" , , , , "5400" , , , [ 4 , 5 ] ] ] , GI : [ , [ , , "[158]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:00|16\\d{3}|23|4(?:1|7\\d)|5[15]|9[2-4])|555|80\\d{2}" , , , , "100" , , , [ 3 , 4 , 6 ] ] , [ , , "8[1-69]\\d{2}" , , , , "8112" , , , [ 4 ] ] ,
, , , "GI" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|9[09])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:00|1(?:2|6(?:00[06]|1(?:1[17]|23))|8\\d{2})|23|4(?:1|7[014])|5[015]|9[02349])|555|8(?:0(?:0|\\d{2})|[1-35-79]\\d{2}|4(?:[0-2]|\\d{2})|8[1-589])" , , , , "116000" ] , [ , , "150|87\\d{2}" , , , , "150" , , , [ 3 , 4 ] ] , [ , , "1(?:18\\d{2}|23|51|9[2-4])|555|8(?:00|88)" , , , , "123" , , , [ 3 , 5 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GL : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GL" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" ] , , [ , , "112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, [ , , , , , , , , , [ - 1 ] ] ] , GM : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GM" , , , , , , , , , , , , , , , , , , [ , , "1?1[678]" , , , , "117" ] , , [ , , "1?1[678]" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GN : [ , [ , , "4\\d{4}" , , , , , , , [ 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GN" , , , , , , , , , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , [ , , "40404" , , , , "40404" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" ] , , [ , , "40404" , , , , "40404" ] ] , GP : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GP" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , ,
"18" ] , , [ , , "1[578]" , , , , "18" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GR : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GR" , , , , , , , , , , , , , , , , , , [ , , "1(?:00|12|66|99)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:00|1(?:2|6(?:000|1(?:11|23)))|66|99)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GT : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GT" , , , , , , , , , , , , , , , , , , [ , , "1(?:10|2[03])" , , , , "110" , , , [ 3 ] ] , , [ , , "1(?:10|2\\d|[57]\\d{2})|40404" ,
, , , "123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , GU : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GU" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GW : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "GW" , , , , , , , , , , , , , , , , , , [ , , "11[378]" , , , , "113" ] , , [ , , "11[378]" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , GY : [ , [ , , "[019]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , , "GY" , , , , , , , , , , , , , , , , , , [ , , "91[123]" , , , , "911" , , , [ 3 ] ] , , [ , , "0(?:02|171|444|7(?:[67]7|9)|801|9(?:0[78]|[2-47]))|1(?:443|5[568])|91[123]" , , , , "0801" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1443" , , , , "1443" , , , [ 4 ] ] , , [ , , "1443" , , , , "1443" , , , [ 4 ] ] ] , HK : [ , [ , , "[19]\\d{2,6}" , , , , , , , [ 3 , 4 , 5 , 6 , 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "HK" , , , , , , , , , , , , , , , , , , [ , , "112|99[29]" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:0(?:[0136]\\d{0,4}|2[14]\\d{0,3}|8[138]|9)|12|2(?:[0-3]\\d{0,4}|58\\d{0,3}|8[13]\\d{0,3})|7(?:[135-9]\\d{0,4}|21[89]\\d{0,2}|421\\d{0,2})|8(?:0(?:[13]\\d|60\\d{2}|8)|1(?:0\\d|[2-8])|2(?:182|3|8[128])|3\\d{4}|4(?:1[1-5]|[23]1|6[12])|50[138]|6(?:000|1(?:[13]1|86)|8)|7(?:13|2[1-389]|8[0235-9]|93)\\d{2}|8\\d))|99[29]" ,
, , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1(?:0(?:8\\d|9)|850\\d)" , , , , "1088" , , , [ 3 , 4 , 5 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , HN : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "HN" , , , , , , , , , , , , , , , , , , [ , , "199" , , , , "199" , , , [ 3 ] ] , , [ , , "199|40404" , , , , "199" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , HR : [ , [ , , "[19]\\d{1,5}" , , , , , , , [ 2 , 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:16\\d{3}|3977)" , , , , "116000" , , , [ 5 , 6 ] ] , [ , , "118\\d{2}" , , , , "11812" , , , [ 5 ] ] , , , , "HR" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|9[2-4])|9[34]" , , , , "112" , , , [ 2 ,
3 ] ] , , [ , , "1(?:1(?:2|6(?:00[06]|1(?:1[17]|23))|8\\d{2})|3977|9(?:[2-5]|87))|9[34]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "13977" , , , , "13977" , , , [ 5 ] ] , , [ , , "13977" , , , , "13977" , , , [ 5 ] ] ] , HT : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "HT" , , , , , , , , , , , , , , , , , , [ , , "11[48]" , , , , "118" , , , [ 3 ] ] , , [ , , "11[48]|40404" , , , , "114" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , HU : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|1(?:11|23))" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "HU" , ,
, , , , , , , , , , , , , , , , [ , , "1(?:0[457]|12)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0[457]|1(?:2|6(?:000|1(?:11|23))))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ID : [ , [ , , "[178]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ID" , , , , , , , , , , , , , , , , , , [ , , "11[02389]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1[02389]|40\\d{2})|71400|89887" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "71400|89887" , , , , "71400" , , , [ 5 ] ] , , [ , , "71400" , , , , "71400" , , , [ 5 ] ] ] , IE : [ , [ , , "[159]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , "5[37]\\d{3}" ,
, , , "53012" , , , [ 5 ] ] , , , , "IE" , , , , , , , , , , , , , , , , , , [ , , "112|999" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:00[06]|1(?:1[17]|23))|8\\d{2})|9\\d{2})|5[0137]\\d{3}|999" , , , , "112" ] , [ , , "51\\d{3}" , , , , "51012" , , , [ 5 ] ] , [ , , "51210" , , , , "51210" , , , [ 5 ] ] , , [ , , "118\\d{2}|5(?:[037]\\d{3}|1210)" , , , , "51210" , , , [ 5 ] ] ] , IL : [ , [ , , "1\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "IL" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[012]|12)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0(?:[012]|400)|1(?:[013-9]\\d|2)|[2-9]\\d{2})" , , , , "1455" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "10400" ,
, , , "10400" , , , [ 5 ] ] , , [ , , "10400" , , , , "10400" , , , [ 5 ] ] ] , IM : [ , [ , , "[189]\\d{2,5}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "IM" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" , , , [ 3 ] ] , , [ , , "1\\d{2}(?:\\d{3})?|8(?:6444|9887)|999" , , , , "150" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "8(?:6444|9887)" , , , , "86444" , , , [ 5 ] ] ] , IN : [ , [ , , "[125]\\d{2,7}" , , , , , , , [ 3 , 4 , 5 , 6 , 7 , 8 ] ] , , , [ , , "1\\d{2,5}" , , , , "105010" , , , [ 3 , 4 , 5 , 6 ] ] , [ , , "11[67][0-2]\\d{3}|56161561" , , , , "1160530" , , , [ 7 , 8 ] ] , , , , "IN" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[0128]|12|298)|2611" , , , , "108" ,
, , [ 3 , 4 ] ] , , [ , , "1(?:0(?:[01248]|5(?:010|6|902)|7(?:[07]|80)|9[0157])|1(?:[289]|[67][0-2]\\d{3})|2(?:1|98)|39|4[01]|55[23]\\d{2}|7000|9(?:0[019]|47|50|6[1347]|[89]))|2611|5(?:14(?:2[5-9]|[34]\\d)|3000|6161(?:17[89]|561)|757555)" , , , , "108" ] , [ , , "5(?:14(?:2[5-9]|[34]\\d)|757555)" , , , , "5757555" , , , [ 5 , 7 ] ] , [ , , "1(?:1(?:[67][0-2]\\d{3}|[89])|21|4[01]|55330|7\\d{3}|9(?:[89]|09))|5(?:3000|6161(?:17[89]|561))" , , , , "53000" ] , , [ , , "1(?:39|90[019])|5(?:14(?:2[5-9]|[34]\\d)|6161(?:17[89]|561)|757555)" , , , , "51431" , , , [ 3 , 4 ,
5 , 7 , 8 ] ] ] , IQ : [ , [ , , "[1479]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "IQ" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[04]|15|22)" , , , , "122" , , , [ 3 ] ] , , [ , , "1(?:0[04]|15|22)|4432|71117|9988" , , , , "4432" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "4432|71117|9988" , , , , "4432" , , , [ 4 , 5 ] ] , , [ , , "4432|71117|9988" , , , , "4432" , , , [ 4 , 5 ] ] ] , IR : [ , [ , , "[0-29]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1[129]\\d" , , , , "123" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "IR" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[025]|25)|911" , , , , "112" , , , [ 3 ] ] , , [ , , "096(?:0[12]|2[16-8]|3(?:08|[14]5|[23]|66)|4(?:0|80)|5[01]|6[89]|86|9[19])|1(?:1[0-68]|2[0-59]|3[346-8]|4(?:[0147]|[289]0)|5(?:0[14]|1[02479]|2[0-3]|39|[49]0|65)|6(?:[16]6|[27]|90)|8(?:03|1[18]|22|3[37]|4[28]|88|99)|9[0-579])|20(?:00|1(?:[038]|1[079]|26|9[69])|2[01]|90)|9(?:11|9(?:90|0009))" ,
, , , "112" ] , [ , , "(?:096|1[58])\\d{2}" , , , , "09612" , , , [ 4 , 5 ] ] , [ , , "1[58]\\d{2}|99(?:90|0009)" , , , , "9990" , , , [ 4 , 6 ] ] , , [ , , "990009" , , , , "990009" , , , [ 6 ] ] ] , IS : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "1717" , , , , "1717" , , , [ 4 ] ] , [ , , "1848" , , , , "1848" , , , [ 4 ] ] , , , , "IS" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[28]|6(?:1(?:23|16)))|4(?:00|1[145]|4[0146])|55|7(?:00|17|7[07-9])|8(?:0[08]|1[016-9]|20|48|8[018])|900)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1441" , , , , "1441" , , , [ 4 ] ] , , [ , , "1(?:415|848|900)" , , , , "1415" , , , [ 4 ] ] ] , IT : [ , [ , , "[14]\\d{2,6}" ,
, , , , , , [ 3 , 4 , 5 , 6 , 7 ] ] , , , [ , , "1(?:16\\d{3}|87)" , , , , "187" , , , [ 3 , 6 ] ] , [ , , "(?:12|4(?:[478]\\d{1,3}|55))\\d{2}" , , , , "1254" , , , [ 4 , 5 , 6 , 7 ] ] , , , , "IT" , , , , , , , , , , , , , , , , , , [ , , "11[2358]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0\\d{2,3}|1(?:[2-5789]|6(?:000|111))|2\\d{2}|3[39]|4(?:82|9\\d{1,3})|5(?:00|1[58]|2[25]|3[03]|44|[59])|60|8[67]|9(?:[01]|2(?:[01]\\d{2}|[2-9])|4\\d|696))|4(?:2323|3(?:[01]|[45]\\d{2})\\d{2}|[478](?:[0-4]|[5-9]\\d{2})\\d{2}|5(?:045|5\\d{2}))" , , , , "114" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "4[3-578]\\d{3,5}" , , , , "43000" ,
, , [ 5 , 6 , 7 ] ] ] , JE : [ , [ , , "[129]\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "JE" , , , , , , , , , , , , , , , , , , [ , , "112|999" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:00|1(?:2|8\\d{3})|23|4(?:[14]|28|7\\d)|5\\d|7(?:0[12]|[128]|35?)|808|9[135])|23[234]|999" , , , , "150" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , JM : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "JM" , , , , , , , , , , , , , , , , , , [ , , "11[029]|911" , , , , "112" ] , , [ , , "1(?:1[029]|76)|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] ,
JO : [ , [ , , "[19]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "JO" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|9[127])|911" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:09|1[0-2]|9[0-24-79])|9(?:0903|11|8788)" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:0903|8788)" , , , , "90903" , , , [ 5 ] ] , , [ , , "9(?:0903|8788)" , , , , "90903" , , , [ 5 ] ] ] , JP : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "JP" , , , , , , , , , , , , , , , , , , [ , , "11[09]" , , , , "110" ] , , [ , , "11[09]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KE : [ , [ , , "[1-9]\\d{2,4}" , , , , , ,
, [ 3 , 4 , 5 ] ] , , , [ , , "1(?:1(?:6|9\\d)|5(?:01|2[127]|6(?:29|6[67])))" , , , , "1501" , , , [ 4 , 5 ] ] , [ , , "909\\d{2}" , , , , "90912" , , , [ 5 ] ] , , , , "KE" , , , , , , , , , , , , , , , , , , [ , , "112|114|999" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:0(?:[07-9]|1[0-25]|400)|1(?:[02456]|9[0-579])|2[123]|3[01]|4[14]|5(?:[01][01]|2[0-24-79]|33|4[05]|5[59]|6(?:00|29|6[67]))|6[035]\\d{2}|[78]\\d|9(?:[02-9]\\d{2}|19))|(?:2[0-79]|3[0-29]|4[0-4])\\d{3}|5(?:[0-7]\\d|99)\\d{2}|(?:6[2357]|7[0-29])\\d{3}|8(?:[0-9]\\d{3}|988)|9(?:09\\d{2}|99)" , , , , "116" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1(?:0400|3[01]|4[14]|5(?:1[01]|2[25])|6[35]\\d{2})|(?:2[0-79]|3[0-29]|4[0-4])\\d{3}|5(?:[0-7]\\d|99)\\d{2}|(?:6[2357]|7[0-29])\\d{3}|8(?:988|[0-9]\\d{3})|909\\d{2}" ,
, , , "90912" ] , , [ , , "1(?:0400|4[14]|5(?:01|55|6(?:29|6[67]))|6[035]\\d{2})|40404|8988|909\\d{2}" , , , , "8988" ] ] , KG : [ , [ , , "[14]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KG" , , , , , , , , , , , , , , , , , , [ , , "10[123]" , , , , "101" , , , [ 3 ] ] , , [ , , "10[123]|4040" , , , , "101" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "4040" , , , , "4040" , , , [ 4 ] ] , , [ , , "4040" , , , , "4040" , , , [ 4 ] ] ] , KH : [ , [ , , "[146]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KH" , , , , , , , , , , , , , , , , , , [ , , "11[789]|666" , , , , "117" , , , [ 3 ] ] , , [ , , "11[789]|40404|666" , , , , "117" ] , [ , , , , , , ,
, , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , KI : [ , [ , , "[179]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KI" , , , , , , , , , , , , , , , , , , [ , , "19[2-5]|99[2349]" , , , , "192" , , , [ 3 ] ] , , [ , , "1(?:0(?:[0-8]|5[01259])|88|9[2-5])|777|99[2349]" , , , , "100" ] , [ , , "103" , , , , "103" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KM : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KM" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" ] , , [ , , "1[78]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] ,
KN : [ , [ , , "[39]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KN" , , , , , , , , , , , , , , , , , , [ , , "333|9(?:11|99)" , , , , "999" ] , , [ , , "333|9(?:11|99)" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KP : [ , [ , , "[18]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KP" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|19)|819" , , , , "112" ] , , [ , , "1(?:12|19)|819" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KR : [ , [ , , "1\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "1(?:1[78]|28|330|82)" , , , , "118" , , , [ 3 , 4 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, , , "KR" , , , , , , , , , , , , , , , , , , [ , , "11[29]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0(?:[01]|114)|1(?:[0247-9]|114)|2[01389]|3(?:2|3[039]|45|66|88|9[18])|[679]114|8(?:114|2))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1(?:0(?:[01]|114)|1(?:114|4)|[6-9]114)" , , , , "100" , , , [ 3 , 5 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KW : [ , [ , , "[18]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KW" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "1[0-7]\\d|89887" , , , , "177" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "89887" , , , , "89887" , , , [ 5 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KY : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KY" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , KZ : [ , [ , , "[134]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "KZ" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[123]|12)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:0[1-4]|12)|30400|4040" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "30400|4040" , , , , "30400" , , , [ 4 , 5 ] ] , , [ , , "30400|4040" , , , , "30400" , , , [ 4 , 5 ] ] ] , LA : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LA" , , , , , , , , , , , , , , , , ,
, [ , , "19[015]" , , , , "190" ] , , [ , , "19[015]" , , , , "190" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LB : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LB" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|40|75)|999" , , , , "112" ] , , [ , , "1(?:12|40|75)|999" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LC : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LI : [ ,
[ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LI" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[278]|44)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[278]|45)|4[3-57]|50|75|81[18])" , , , , "1145" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LK : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LK" , , , , , , , , , , , , , , , , , , [ , , "11[02689]" , , , , "119" ] , , [ , , "11[024-9]" , , , , "119" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LR : [ , [ , , "[3489]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LR" , , ,
, , , , , , , , , , , , , , , [ , , "355|911" , , , , "911" , , , [ 3 ] ] , , [ , , "355|4040|8(?:400|933)|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "4040|8(?:400|933)" , , , , "8400" , , , [ 4 ] ] , , [ , , "4040|8(?:400|933)" , , , , "8400" , , , [ 4 ] ] ] , LS : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LS" , , , , , , , , , , , , , , , , , , [ , , "11[257]" , , , , "112" ] , , [ , , "11[257]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LT : [ , [ , , "[01]\\d{1,5}" , , , , , , , [ 2 , 3 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LT" , , , , , , , , , , , , , , , , , , [ , , "0(?:11?|22?|33?)|1(?:0[123]|12)" ,
, , , "112" , , , [ 2 , 3 ] ] , , [ , , "0(?:11?|22?|33?)|1(?:0[123]|1(?:2|6(?:000|1(?:11|23))))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LU : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LU" , , , , , , , , , , , , , , , , , , [ , , "11[23]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[23]|6(?:000|111))|2\\d{3})" , , , , "12123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LV : [ , [ , , "0\\d|1\\d{2,6}|8\\d{3,4}" , , , , , , , [ 2 , 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , "1180|8(?:2\\d{3}|[89]\\d{2})" ,
, , , "1180" , , , [ 4 , 5 ] ] , , , , "LV" , , , , , , , , , , , , , , , , , , [ , , "0[123]|11[023]" , , , , "112" , , , [ 2 , 3 ] ] , , [ , , "0[1-4]|1(?:1(?:[02-4]|6(?:000|111)|8[0189])|55|655|77)|821[57]4" , , , , "112" ] , [ , , "1181" , , , , "1181" , , , [ 4 ] ] , [ , , "16\\d{2}" , , , , "1655" , , , [ 4 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , LY : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "LY" , , , , , , , , , , , , , , , , , , [ , , "19[013]" , , , , "193" ] , , [ , , "19[013]" , , , , "193" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MA : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MA" , , , ,
, , , , , , , , , , , , , , [ , , "1(?:[59]|77)" , , , , "15" ] , , [ , , "1(?:[59]|77)" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MC : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MC" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|[578])" , , , , "112" ] , , [ , , "1(?:12|41|[578])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MD : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MD" , , , , , , , , , , , , , , , , , , [ , , "112|90[1-3]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|1(?:11|23))|8\\d{1,2}|99)|4\\d{3}|6[0-389]\\d|9(?:0[04-9]|[1-4]\\d))|90[1-3]" ,
, , , "116000" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ME : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ME" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|2[234])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:[035]\\d{2}|1(?:[013-57-9]\\d|2|6\\d{3})|2\\d{1,2}|4\\d{2,3}|9\\d{3})" , , , , "1011" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MF : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MF" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "18" ] , , [ , , "1[578]" , , , , "18" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , ,
, , , , , , [ - 1 ] ] ] , MG : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MG" , , , , , , , , , , , , , , , , , , [ , , "11?[78]" , , , , "117" ] , , [ , , "11?[78]" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MH : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MH" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MK : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MK" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|9[234])" , , , , "112" ] , , [ , ,
"1(?:12|9[234])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ML : [ , [ , , "[13678]\\d{1,4}" , , , , , , , [ 2 , 3 , 4 , 5 ] ] , , , [ , , "35200|67(?:00|77)|74(?:02|44)|8000[12]" , , , , "35200" , , , [ 4 , 5 ] ] , [ , , "122[13]|3(?:52(?:11|2[02]|3[04-6]|99)|7574)|8002[12]" , , , , "35211" , , , [ 4 , 5 ] ] , , , , "ML" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "17" , , , [ 2 ] ] , , [ , , "1(?:1(?:2|[013-9]\\d)|2(?:1[02-469]|2[13])|[578])|3(?:5(?:0(?:35|57)|2\\d{2})|[67]\\d{3})|67(?:0[09]|59|77|8[89]|99)|74(?:0[02]|44|55)|800[012][12]" , , , , "1210" ] , [ , , "37(?:433|575)|7400|8001[12]" ,
, , , "7400" , , , [ 4 , 5 ] ] , [ , , "3(?:5035|[67]\\d{3})|800[012][12]" , , , , "35035" , , , [ 5 ] ] , , [ , , "3(?:6\\d{3}|7(?:4(?:0[24-9]|[1-9]\\d)|5\\d{2}))|7400" , , , , "37575" , , , [ 4 , 5 ] ] ] , MM : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MM" , , , , , , , , , , , , , , , , , , [ , , "199" , , , , "199" ] , , [ , , "199" , , , , "199" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MN : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MN" , , , , , , , , , , , , , , , , , , [ , , "10[0-3]" , , , , "102" ] , , [ , , "10[0-3]" , , , , "102" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , ,
[ , , , , , , , , , [ - 1 ] ] ] , MO : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MO" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MP : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MP" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MQ : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MQ" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|[578])" , , , , "15" ] , , [ , , "1(?:12|[578])" ,
, , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MR : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MR" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" ] , , [ , , "1[78]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MS : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MS" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MT : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|1(?:11|23))" , , , , "116000" , ,
, [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MT" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "11(?:2|6(?:000|1(?:11|23)))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MU : [ , [ , , "[189]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MU" , , , , , , , , , , , , , , , , , , [ , , "11[45]|99[59]" , , , , "999" , , , [ 3 ] ] , , [ , , "1\\d{2,4}|8\\d{3}|99\\d" , , , , "995" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MV : [ , [ , , "[14]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MV" , , , , , , , , , , , , , , , , , , [ , , "1(?:02|1[89])" ,
, , , "102" , , , [ 3 ] ] , , [ , , "1(?:[0-37-9]\\d|[45](?:1|\\d{2})|6\\d{2})|4040" , , , , "123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1[45]1" , , , , "141" , , , [ 3 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MW : [ , [ , , "[189]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MW" , , , , , , , , , , , , , , , , , , [ , , "199|99[789]" , , , , "997" , , , [ 3 ] ] , , [ , , "199|80400|99[789]" , , , , "997" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "80400" , , , , "80400" , , , [ 5 ] ] , , [ , , "80400" , , , , "80400" , , , [ 5 ] ] ] , MX : [ , [ , , "[0579]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "53053|7766" , , , , "7766" , , , [ 4 , 5 ] ] , , , , "MX" , , , , , , , , , , , , , , , , , , [ , ,
"0(?:6[0568]|80)|911" , , , , "066" , , , [ 3 ] ] , , [ , , "0(?:[249]0|3[01]|5[015]|6[01568]|7[0-578]|8[089])|53053|7766|911" , , , , "030" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , MY : [ , [ , , "[139]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MY" , , , , , , , , , , , , , , , , , , [ , , "112|999" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:0(?:[01348]|[569]\\d)|1(?:[02]|1[128]|311)|2(?:0[125]|[13-6]|2\\d{0,2})|3(?:09\\d|[1-39]\\d{1,2}|6|[5-7]\\d{0,2})|5(?:[12]\\d|454|5\\d{1,2}|77|888|999?)|7(?:[136-9]\\d|[45]\\d{1,2})|8(?:18?|2|8[18])|9(?:[03]\\d|[124]\\d?|68|71|9[0679]))|3[23679]\\d{3}|99[1-469]" ,
, , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "3[23679]\\d{3}" , , , , "36000" , , , [ 5 ] ] ] , MZ : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "MZ" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[79]|9[78])" , , , , "119" , , , [ 3 ] ] , , [ , , "1(?:[02-5]\\d{2}|1[79]|9[78])" , , , , "1011" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NA : [ , [ , , "[19]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NA" , , , , , , , , , , , , , , , , , , [ , , "10111" , , , , "10111" , , , [ 5 ] ] , , [ , , "1(?:0111|\\d{3})|9(?:3111|\\d{2})" , , , , "93111" ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NC : [ , [ , , "1\\d{1,3}|3\\d{3}|5\\d{2}" , , , , , , , [ 2 , 3 , 4 ] ] , , , [ , , "10(?:00|1[23]|3[0-2]|88)|3631|577" , , , , "1000" , , , [ 3 , 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NC" , , , , , , , , , , , , , , , , , , [ , , "1[5-8]" , , , , "15" , , , [ 2 ] ] , , [ , , "1(?:0(?:0[06]|1[02-46]|20|3[0125]|42|5[058]|77|88)|[5-8])|3631|5[6-8]\\d" , , , , "1000" ] , [ , , "5(?:67|88)" , , , , "567" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NE : [ , [ , , "[1-358]\\d{1,2}|723141" , , , , , , , [ 2 , 3 , 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NE" , , , , , , , , , , , , , , , , , , [ , , "1[578]|723141" , , , , "17" ,
, , [ 2 , 6 ] ] , , [ , , "1(?:0[01]|1[12]|2[034]|3[013]|40|55?|60|7|8)|222|333|555|723141|888" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1(?:0[01]|1[12]|2[034]|3[013]|40|55|60)|222|333|555|888" , , , , "100" , , , [ 3 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NF : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NF" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|55|77)" , , , , "911" ] , , [ , , "9(?:11|55|77)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NG : [ , [ , , "[14]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NG" , , , , , , , , , , , , , , , , , , [ , , "199" ,
, , , "199" , , , [ 3 ] ] , , [ , , "199|40700" , , , , "199" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40700" , , , , "40700" , , , [ 5 ] ] , , [ , , "40700" , , , , "40700" , , , [ 5 ] ] ] , NI : [ , [ , , "[12467]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "7373" , , , , "7373" , , , [ 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NI" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[58]|2[08])" , , , , "118" , , , [ 3 ] ] , , [ , , "1(?:1[58]|2(?:[158]|00?)|900)|2100|4878|6100|7(?:010|100|373)" , , , , "118" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NL : [ , [ , , "[1349]\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "116(?:00[06]|1(?:11|23))" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , ,
, , "NL" , , , , , , , , , , , , , , , , , , [ , , "112|911" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:00[06]|1(?:11|23)))|2(?:0[0-4]|3[34]|44)|3[03-9]\\d|400|8(?:[02-9]\\d|1[0-79]))|[34]000|911" , , , , "1833" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "120[0-4]" , , , , "1202" , , , [ 4 ] ] , , [ , , "[34]000" , , , , "4000" , , , [ 4 ] ] ] , NO : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "1161(?:1[17]|23)" , , , , "116117" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NO" , , , , , , , , , , , , , , , , , , [ , , "11[023]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[0239]|61(?:1[17]|23))|2[048]|4(?:12|[59])|7[57]|90)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NP : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NP" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[0-3]|12)" , , , , "112" ] , , [ , , "1(?:0[0-3]|12)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NR : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NR" , , , , , , , , , , , , , , , , , , [ , , "11[0-2]" , , , , "110" ] , , [ , , "1(?:1[0-2]|23|92)" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NU : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NU" , , , , , , , ,
, , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , NZ : [ , [ , , "[14]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "NZ" , , , , , , , , , , , , , , , , , , [ , , "111" , , , , "111" , , , [ 3 ] ] , , [ , , "111|4098" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "4098" , , , , "4098" , , , [ 4 ] ] ] , OM : [ , [ , , "9\\d{3}" , , , , , , , [ 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "OM" , , , , , , , , , , , , , , , , , , [ , , "9999" , , , , "9999" ] , , [ , , "9999" , , , , "9999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PA : [ , [ , , "[19]\\d{2}" ,
, , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PA" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "10[2-4]|911" , , , , "102" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PE : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PE" , , , , , , , , , , , , , , , , , , [ , , "1(?:05|1[67])" , , , , "105" ] , , [ , , "1(?:05|1[67])" , , , , "105" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PF : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PF" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "15" ] , , [ , , "1[578]" , , , , "15" ] , [ , , , , , , , ,
, [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PG : [ , [ , , "0\\d{2}|1\\d{2,6}" , , , , , , , [ 3 , 4 , 5 , 6 , 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PG" , , , , , , , , , , , , , , , , , , [ , , "000|11[01]" , , , , "000" , , , [ 3 ] ] , , [ , , "000|1(?:1[01]|5\\d{2}|6\\d{2,5})" , , , , "000" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "16\\d{2,5}" , , , , "1612" , , , [ 4 , 5 , 6 , 7 ] ] ] , PH : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PH" , , , , , , , , , , , , , , , , , , [ , , "11[27]|911" , , , , "117" ] , , [ , , "11[27]|911" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PK : [ , [ ,
, "1\\d{1,3}" , , , , , , , [ 2 , 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PK" , , , , , , , , , , , , , , , , , , [ , , "1(?:1(?:22?|5)|[56])" , , , , "112" ] , , [ , , "1(?:1(?:22?|5)|[56])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PL : [ , [ , , "1\\d{2}(?:\\d{2,3})?|9\\d{2}" , , , , , , , [ 3 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PL" , , , , , , , , , , , , , , , , , , [ , , "112|99[789]" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|1(?:11|23))|8(?:000|91[23]))|9\\d{3})|9(?:8[4-7]|9[1-9])" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , ,
, , , , , , , [ - 1 ] ] ] , PM : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PM" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "17" ] , , [ , , "1[578]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PS : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , "166" , , , , "166" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PS" , , , , , , , , , , , , , , , , , , [ , , "10[0-2]" , , , , "100" ] , , [ , , "1(?:0[0-2]|44|66|99)" , , , , "199" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PR : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PR" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , ,
[ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PT : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|111)" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PT" , , , , , , , , , , , , , , , , , , [ , , "11[25]" , , , , "112" , , , [ 3 ] ] , , [ , , "11(?:[2578]|6(?:000|111))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PW : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PW" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , PY : [ , [ , , "[19]\\d{2}" ,
, , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "PY" , , , , , , , , , , , , , , , , , , [ , , "128|911" , , , , "911" ] , , [ , , "1[1-4]\\d|911" , , , , "123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , QA : [ , [ , , "[129]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "QA" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" , , , [ 3 ] ] , , [ , , "(?:1|20|9[27]\\d)\\d{2}|999" , , , , "2012" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RE : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RE" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|[578])" ,
, , , "15" ] , , [ , , "1(?:12|[578])" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RO : [ , [ , , "[18]\\d{2,5}" , , , , , , , [ 3 , 4 , 6 ] ] , , , [ , , "116(?:000|111)" , , , , "116000" , , , [ 6 ] ] , [ , , "(?:1(?:18(?:300|932)|[24]\\d{2})|8[48]\\d{2})" , , , , "8844" , , , [ 4 , 6 ] ] , , , , "RO" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|111)|8(?:300|932))|[24]\\d{2}|9(?:21|3[02]|5[178]))|8[48]\\d{2}" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "(?:1[24]|8[48])\\d{2}" , , , , "8844" , , , [ 4 ] ] ] , RS : [ , [ , , "[19]\\d{1,5}" , , , , , , , [ 2 , 3 , 4 , 5 ,
6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RS" , , , , , , , , , , , , , , , , , , [ , , "112|9[234]" , , , , "112" , , , [ 2 , 3 ] ] , , [ , , "1[189]\\d{1,4}|9[234]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RU : [ , [ , , "[01]\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RU" , , , , , , , , , , , , , , , , , , [ , , "0[1-3]|1(?:0[1-3]|12)" , , , , "112" ] , , [ , , "0[1-4]|1(?:0[1-4]|12)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , RW : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "RW" , , , , , , , , , , , , , , , , , , [ , , "112" ,
, , , "112" ] , , [ , , "112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SA : [ , [ , , "[19]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116111|937|998" , , , , "116111" , , , [ 3 , 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SA" , , , , , , , , , , , , , , , , , , [ , , "112|9(?:11|9[79])" , , , , "999" , , , [ 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])" , , , , "937" ] , [ , , "1410" , , , , "1410" , , , [ 4 ] ] , [ , , "1(?:100|410)|90[24679]" , , , , "902" , , , [ 3 , 4 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SB : [ , [ , , "[127-9]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 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 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 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{2}|99)" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SD : [ ,
[ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SD" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SE : [ , [ , , "[1-37-9]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , "11811[89]|72\\d{3}" , , , , "118118" , , , [ 5 , 6 ] ] , , , , "SE" , , , , , , , , , , , , , , , , , , [ , , "112|90000" , , , , "112" , , , [ 3 , 5 ] ] , , [ , , "11(?:[25]|313|4\\d{2}|6(?:00[06]|11[17]|123)|7[0-8]|8(?:1(?:[02-9]\\d|1[013-9])|[02-46-9]\\d{2}))|2(?:2[02358]|33|4[01]|50|6[1-4])|32[13]|7\\d{4}|8(?:22|88)|9(?:0(?:000|1(?:[02-9]\\d|1[013-9])|[2-4]\\d{2}|510)|12)" ,
, , , "11313" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "2(?:2[02358]|33|4[01]|50|6[1-4])|32[13]|8(?:22|88)|912" , , , , "222" , , , [ 3 ] ] , , [ , , "7\\d{4}" , , , , "72123" , , , [ 5 ] ] ] , SG : [ , [ , , "[179]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SG" , , , , , , , , , , , , , , , , , , [ , , "99[359]" , , , , "999" , , , [ 3 ] ] , , [ , , "1(?:[0136]\\d{2}|[89](?:[1-9]\\d|0[1-9])|[57]\\d{2,3})|77222|99[02-9]" , , , , "1312" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "77222" , , , , "77222" , , , [ 5 ] ] ] , SH : [ , [ , , "[19]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SH" , , , , , , , , , ,
, , , , , , , , [ , , "9(?:11|99)" , , , , "999" , , , [ 3 ] ] , , [ , , "1\\d{2,3}|9(?:11|99)" , , , , "1234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SI : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 6 ] ] , , , [ , , "116(?:000|1(?:11|23))" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SI" , , , , , , , , , , , , , , , , , , [ , , "11[23]" , , , , "112" , , , [ 3 ] ] , , [ , , "11(?:[23]|6(?:000|1(?:11|23)))" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SJ : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SJ" , , , , , , , , , , , , , , , , , , [ , , "11[023]" , , , , "112" ] , , [ , , "11[023]" , ,
, , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SK : [ , [ , , "1\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "116\\d{3}" , , , , "116000" , , , [ 6 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SK" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|5[058])" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|6(?:000|111)|8[0-8])|[24]\\d{3}|5[0589]|8\\d{3})" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SL : [ , [ , , "[069]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SL" , , , , , , , , , , , , , , , , , , [ , , "(?:01|99)9" , , , , "999" , , , [ 3 ] ] , , [ , , "(?:01|99)9|60400" , , , , "999" ] , [ , , , , ,
, , , , [ - 1 ] ] , [ , , "60400" , , , , "60400" , , , [ 5 ] ] , , [ , , "60400" , , , , "60400" , , , [ 5 ] ] ] , SM : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SM" , , , , , , , , , , , , , , , , , , [ , , "11[358]" , , , , "113" ] , , [ , , "11[358]" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SN : [ , [ , , "[12]\\d{1,5}" , , , , , , , [ 2 , 3 , 4 , 5 , 6 ] ] , , , [ , , "1515|2(?:00|1)\\d{3}" , , , , "200133" , , , [ 4 , 5 , 6 ] ] , [ , , "2(?:0[246]|[468])\\d{3}" , , , , "202222" , , , [ 5 , 6 ] ] , , , , "SN" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" , , , [ 2 ] ] , , [ , , "1(?:1[69]|2(?:\\d{2})?|[46]\\d{2}|51\\d|[78])|2(?:0[0-246]|[12468])\\d{3}" ,
, , , "17" ] , [ , , "2(?:01|2)\\d{3}" , , , , "201202" , , , [ 5 , 6 ] ] , [ , , "1[46]\\d{2}" , , , , "1415" , , , [ 4 ] ] , , [ , , "2[468]\\d{3}" , , , , "24123" , , , [ 5 ] ] ] , SO : [ , [ , , "[5789]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SO" , , , , , , , , , , , , , , , , , , [ , , "555|888|999" , , , , "555" ] , , [ , , "555|777|888|999" , , , , "777" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SR : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SR" , , , , , , , , , , , , , , , , , , [ , , "115" , , , , "115" , , , [ 3 ] ] , , [ , , "1\\d{2,3}" , , , , "1234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, [ , , , , , , , , , [ - 1 ] ] ] , ST : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ST" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" ] , , [ , , "112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SV : [ , [ , , "[49]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SV" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" , , , [ 3 ] ] , , [ , , "40404|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40404" , , , , "40404" , , , [ 5 ] ] , , [ , , "40404" , , , , "40404" , , , [ 5 ] ] ] , SX : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SX" , , , , , , , , , , , , , ,
, , , , [ , , "919" , , , , "919" ] , , [ , , "919" , , , , "919" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SY : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SY" , , , , , , , , , , , , , , , , , , [ , , "11[023]" , , , , "112" ] , , [ , , "11[023]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , SZ : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "SZ" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TC : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , , "TC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TD : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TD" , , , , , , , , , , , , , , , , , , [ , , "1[78]" , , , , "17" ] , , [ , , "1[78]" , , , , "17" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TG : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TG" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[78]|7[127])" , , , , "117" , , , [ 3 ] ] , , [ , , "1(?:011|1[078]|7[127])" , , , , "117" ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TH : [ , [ , , "1\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "1(?:1(?:00|2[03]|3[3479]|55|7[67]|9[0246])|5(?:55|78)|6(?:44|6[79]|88|9[16])|888)" , , , , "1669" , , , [ 4 ] ] , [ , , "1(?:113|2(?:22|3[89])|5(?:09|56))" , , , , "1509" , , , [ 4 ] ] , , , , "TH" , , , , , , , , , , , , , , , , , , [ , , "1(?:669|9[19])" , , , , "191" ] , , [ , , "1(?:0[0-2]|1(?:0[03]|1[1-35]|2[0358]|3[03-79]|4[02-489]|5[04-9]|6[04-79]|7[03-9]|8[027-9]|9[02-79])|2(?:22|3[89])|3(?:18|2[23]|3[013]|5[56]|6[45]|73)|477|5(?:0\\d|4[0-37-9]|5[1-8]|6[01679]|7[12568]|8[0-24589]|9[013589])|6(?:0[0-29]|20|4[3-6]|6[1-9]|7[0257-9]|8[0158]|9[014-9])|7(?:19|7[27]|90)|888|9[19])" ,
, , , "191" ] , [ , , "1(?:1(?:03|1[15]|2[58]|3[056]|4[02-49]|5[046-9]|6[04-79]|7[03-589]|8[02789]|9[579])|3(?:18|2[23]|3[013]|5[4-6])|5(?:0[0-8]|4[0-378]|5[1-478]|6[01679]|7[156]|8[0-24589]|9[013589])|6(?:0[0-29]|20|4[356]|6[1-68]|7[05789]|8[015]|9[0457-9])|7(?:19|7[27]))" , , , , "1149" , , , [ 4 ] ] , [ , , "114[89]" , , , , "1148" , , , [ 4 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TJ : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TJ" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[1-3]|12)" , , , , "112" ] , , [ , , "1(?:0[1-3]|12)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TL : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TL" , , , , , , , , , , , , , , , , , , [ , , "11[25]" , , , , "112" ] , , [ , , "1(?:0[02]|1[25]|2[0138]|72|9[07])" , , , , "102" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TM : [ , [ , , "0\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TM" , , , , , , , , , , , , , , , , , , [ , , "0[1-3]" , , , , "03" ] , , [ , , "0[1-3]" , , , , "03" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TN : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TN" , , , , , , , , , , , , , ,
, , , , [ , , "19[078]" , , , , "197" ] , , [ , , "19[078]" , , , , "197" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TO : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TO" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|22|33|99)" , , , , "911" ] , , [ , , "9(?:11|22|33|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TR : [ , [ , , "[1-9]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "1(?:44|58|83)" , , , , "183" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TR" , , , , , , , , , , , , , , , , , , [ , , "1(?:1[02]|55)" , , , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:[0239]|811)|2[16]|3(?:37?|[58]6|65)|4(?:[14]|71)|5(?:[3568]|07|78)|6(?:[02]6|[389]|99)|7[0-79]|8(?:\\d|63|95))|2(?:077|268|4(?:17|23)|5(?:7[26]|82)|6[14]4|8\\d{2}|9(?:30|89))|3(?:0(?:05|72)|353|4(?:06|30|64)|502|674|747|851|9(?:1[29]|60))|4(?:0(?:25|3[12]|[47]2)|3(?:3[13]|[89]1)|439|5(?:43|55)|717|832)|5(?:145|290|[4-6]\\d{2}|772|833|9(?:[06]1|92))|6(?:236|6(?:12|39|8[59])|769)|7890|8(?:688|7(?:28|65)|85[06])|9(?:159|290)" ,
, , , "112" ] , [ , , "2850|5420" , , , , "5420" , , , [ 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "1(?:3(?:37|[58]6|65)|4(?:4|71)|5(?:07|78)|6(?:[02]6|99)|8(?:3|63|95))|2(?:077|268|4(?:17|23)|5(?:7[26]|82)|6[14]4|8\\d{2}|9(?:30|89))|3(?:0(?:05|72)|353|4(?:06|30|64)|502|674|747|851|9(?:1[29]|60))|4(?:0(?:25|3[12]|[47]2)|3(?:3[13]|[89]1)|439|5(?:43|55)|717|832)|5(?:145|290|[4-6]\\d{2}|772|833|9(?:[06]1|92))|6(?:236|6(?:12|39|8[59])|769)|7890|8(?:688|7(?:28|65)|85[06])|9(?:159|290)" , , , , "5420" , , , [ 3 , 4 ] ] ] , TT : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ ,
, , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TT" , , , , , , , , , , , , , , , , , , [ , , "99[09]" , , , , "999" ] , , [ , , "99[09]" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TV : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TV" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "1\\d{2}|911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , TW : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TW" , , , , , , , , , , , , , , , , , , [ , , "11[029]" , , , , "110" ] , , [ , , "11[029]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, [ , , , , , , , , , [ - 1 ] ] ] , TZ : [ , [ , , "[149]\\d{2,4}" , , , , , , , [ 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "TZ" , , , , , , , , , , , , , , , , , , [ , , "11[12]|999" , , , , "111" , , , [ 3 ] ] , , [ , , "11[12]|46400|999" , , , , "111" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "46400" , , , , "46400" , , , [ 5 ] ] , , [ , , "46400" , , , , "46400" , , , [ 5 ] ] ] , UA : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "UA" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[123]|12)" , , , , "112" ] , , [ , , "1(?:0[123]|12)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , UG : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , , "UG" , , , , , , , , , , , , , , , , , , [ , , "999" , , , , "999" ] , , [ , , "999" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , US : [ , [ , , "[1-9]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "611" , , , , "611" , , , [ 3 ] ] , [ , , "2(?:4280|5209|7(?:449|663))|3(?:2340|3786|5564|8(?:135|254))|4(?:1(?:366|463)|3355|6(?:157|327)|7553|8(?:221|277))|5(?:2944|4892|5928|9(?:187|342))|69388|7(?:2(?:078|087)|3(?:288|909)|6426)|8(?:6234|9616)|9(?:5297|6(?:040|835)|7(?:294|688)|9(?:689|796))" , , , , "24280" , , , [ 5 ] ] , , , , "US" , , , , , , , , , , , , , , , , , , [ ,
, "112|911" , , , , "911" , , , [ 3 ] ] , , [ , , "1(?:1(?:2|5[1-47]|[68]\\d|7[0-57]|98))|[2-9](?:11|\\d{3,5})" , , , , "911" ] , [ , , "2(?:3333|42242|56447|6688|75622|9002)|3(?:1010|2665|7404)|40404|560560|6(?:0060|22639|5246|7622)|7(?:0701|3822|4666)|8(?:38255|4816|72265)|99099" , , , , "73822" , , , [ 5 , 6 ] ] , [ , , "[2-9]\\d{3}|33669|[2356]11" , , , , "33669" , , , [ 3 , 4 , 5 ] ] , , [ , , "[2-9]\\d{4,5}" , , , , "20566" , , , [ 5 , 6 ] ] ] , UY : [ , [ , , "[19]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "UY" , , , , , , , , , , , , , , , , , , [ , , "128|911" , , , , "911" , , , [ 3 ] ] , , [ , , "1(?:0[4-9]|1[2368]|2[0-3568]|787)|911" ,
, , , "104" ] , [ , , "1787" , , , , "1787" , , , [ 4 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , UZ : [ , [ , , "[04]\\d{1,4}" , , , , , , , [ 2 , 3 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "UZ" , , , , , , , , , , , , , , , , , , [ , , "0(?:0[123]|[123]|50)" , , , , "01" , , , [ 2 , 3 ] ] , , [ , , "0(?:0[123]|[123]|50)|45400" , , , , "01" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "45400" , , , , "45400" , , , [ 5 ] ] , , [ , , "45400" , , , , "45400" , , , [ 5 ] ] ] , VA : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VA" , , , , , , , , , , , , , , , , , , [ , , "11[2358]" , , , , "113" ] , , [ , , "11[2358]" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ ,
, , , , , , , , [ - 1 ] ] ] , VC : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , VE : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VE" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|71)|911" , , , , "171" ] , , [ , , "1(?:12|71)|911" , , , , "171" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , VG : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VG" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" ,
, , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , VI : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VI" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , VN : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "VN" , , , , , , , , , , , , , , , , , , [ , , "11[345]" , , , , "113" ] , , [ , , "11[345]" , , , , "113" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , VU : [ , [ , , "1\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , , , , "VU" , , , , , , , , , , , , , , , , , , [ , , "112" , , , , "112" ] , , [ , , "112" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , WF : [ , [ , , "1\\d" , , , , , , , [ 2 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "WF" , , , , , , , , , , , , , , , , , , [ , , "1[578]" , , , , "15" ] , , [ , , "1[578]" , , , , "15" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , WS : [ , [ , , "9\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "WS" , , , , , , , , , , , , , , , , , , [ , , "99[4-6]" , , , , "994" ] , , [ , , "99[4-6]" , , , , "994" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , YE : [ , [ , , "1\\d{2}" ,
, , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "YE" , , , , , , , , , , , , , , , , , , [ , , "19[1459]" , , , , "191" ] , , [ , , "19[1459]" , , , , "191" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , YT : [ , [ , , "1\\d{1,2}" , , , , , , , [ 2 , 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "YT" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|5)" , , , , "15" ] , , [ , , "1(?:12|5)" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ZA : [ , [ , , "[134]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "41(?:348|851)" , , , , "41851" , , , [ 5 ] ] , , , , "ZA" , , , , , , , , , , , , , , , , , , [ , , "1(?:0(?:1(?:11|77)|7)|12)" ,
, , , "10111" , , , [ 3 , 5 ] ] , , [ , , "1(?:0(?:1(?:11|77)|20|7)|1[12]|77(?:3[237]|[45]7|6[279]|9[26]))|[34]\\d{4}" , , , , "10111" ] , [ , , "3(?:078[23]|7(?:064|567)|8126)|4(?:3(?:699|946)|7751)" , , , , "47751" , , , [ 5 ] ] , [ , , "1(?:07|11)" , , , , "111" , , , [ 3 ] ] , , [ , , "[34]\\d{4}" , , , , "47751" , , , [ 5 ] ] ] , ZM : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ZM" , , , , , , , , , , , , , , , , , , [ , , "(?:112|99[139])" , , , , "999" ] , , [ , , "(?:112|99[139])" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , ZW : [ , [ , , "[19]\\d{2}" , , , , , , , [ 3 ] ] , , , [ , , , ,
, , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "ZW" , , , , , , , , , , , , , , , , , , [ , , "(?:11[24]|99[3-59])" , , , , "999" ] , , [ , , "(?:11[249]|99[3-59])" , , , , "999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] } ; / *
Copyright ( C ) 2018 The Libphonenumber Authors .
Licensed under the Apache License , Version 2.0 ( the "License" ) ;
you may not use this file except in compliance with the License .
You may obtain a copy of the License at
http : //www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing , software
distributed under the License is distributed on an "AS IS" BASIS ,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND , either express or implied .
See the License for the specific language governing permissions and
limitations under the License .
* /
function bc ( ) { this . a = { } } aa ( bc ) ; function cc ( a ) { return ( a = K [ a ] ) ? a : [ ] } function dc ( a , b , c ) { var d = cc ( y ( b , 1 ) ) ; if ( ! q ( d , c ) ) return ! 1 ; a = ec ( a , c ) ; if ( ! a ) return ! 1 ; b = fc ( b ) . length ; return q ( x ( v ( a , 1 ) , 9 ) , b ) } function gc ( a , b ) { var c = cc ( y ( b , 1 ) ) ; b = fc ( b ) . length ; for ( var d = 0 ; d < c . length ; d ++ ) { var e = ec ( a , c [ d ] ) ; if ( e && ( e = x ( v ( e , 1 ) , 9 ) , q ( e , b ) ) ) return ! 0 } return ! 1 } function hc ( a , b , c ) { var d = cc ( y ( b , 1 ) ) ; if ( ! q ( d , c ) ) return ! 1 ; a = ec ( a , c ) ; if ( ! a ) return ! 1 ; b = fc ( b ) ; c = v ( a , 1 ) ; if ( ! ic ( b , c ) ) return ! 1 ; a = v ( a , 29 ) ; return ic ( b , a ) }
function jc ( a , b ) { var c = cc ( y ( b , 1 ) ) ; a : if ( 0 === c . length ) var d = null ; else if ( 1 === c . length ) d = c [ 0 ] ; else { d = fc ( b ) ; for ( var e = 0 ; e < c . length ; e ++ ) { var f = c [ e ] , g = ec ( a , f ) ; if ( g && ic ( d , v ( g , 29 ) ) ) { d = f ; break a } } d = null } return 1 < c . length && null != d ? ! 0 : hc ( a , b , d ) } function ec ( a , b ) { if ( ! b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( null == c ) { c = ac [ b ] ; if ( null == c ) return null ; c = ( new I ) . f ( H . h ( ) , c ) ; a . a [ b ] = c } return c } function fc ( a ) { if ( ! u ( a , 2 ) ) return "" ; var b = "" + v ( a , 2 ) ; return u ( a , 4 ) && v ( a , 4 ) && 0 < y ( a , 8 ) ? Array ( y ( a , 8 ) + 1 ) . join ( "0" ) + b : b }
function ic ( a , b ) { return 0 < x ( b , 9 ) . length && ! q ( x ( b , 9 ) , a . length ) ? ! 1 : N ( y ( b , 2 ) , a . toString ( ) ) } ; function kc ( ) { var a = r ( "phoneNumber" ) . value , b = r ( "defaultCountry" ) . value , c = r ( "carrierCode" ) . value , d = new C ; try { var e = Qa . ca ( ) ; 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 sb = - 1 ; else { var mc = Q ( f ) ; sb = zb ( mc , R ) } switch ( sb ) { 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 ma = bc . ca ( ) ; d . a ( "\n\n****ShortNumberInfo Results:****" ) ; d . a ( "\nResult from isPossibleShortNumber: " ) ; d . a ( gc ( ma , f ) ) ; d . a ( "\nResult from isValidShortNumber: " ) ; d . a ( jc ( ma , f ) ) ; d . a ( "\nResult from isPossibleShortNumberForRegion: " ) ; d . a ( dc ( ma , f , b ) ) ; d . a ( "\nResult from isValidShortNumberForRegion: " ) ;
d . a ( hc ( ma , 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 ( rb ( 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 nc = new Hb ( b ) , oc = a . length ; for ( b = 0 ; b < oc ; ++ b ) { var tb = a . charAt ( b ) ; d . a ( "\nChar entered: " ) ; d . a ( tb ) ; d . a ( " Output: " ) ; d . a ( Qb ( nc , tb ) ) } } catch ( pc ) { d . a ( "\n" + pc . toString ( ) ) } r ( "output" ) . value = d . toString ( ) ; return ! 1 } var X = [ "phoneNumberParser" ] , Y = this ; X [ 0 ] in Y || ! Y . execScript || Y . execScript ( "var " + X [ 0 ] ) ; for ( var Z ; X . length && ( Z = X . shift ( ) ) ; ) { var lc ; if ( lc = ! X . length ) lc = void 0 !== kc ; lc ? Y [ Z ] = kc : Y [ Z ] && Y [ Z ] !== Object . prototype [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } } ; } ) ( ) ;