@ -4,18 +4,18 @@
SPDX - License - Identifier : Apache - 2.0
* /
var aa = "function" == typeof Object . defineProperties ? Object . defineProperty : function ( a , b , c ) { if ( a == Array . prototype || a == Object . prototype ) return a ; a [ b ] = c . value ; return a } ; function ba ( a ) { a = [ "object" == typeof globalThis && globalThis , a , "object" == typeof window && window , "object" == typeof self && self , "object" == typeof global && global ] ; for ( var b = 0 ; b < a . length ; ++ b ) { var c = a [ b ] ; if ( c && c . Math == Math ) return c } throw Error ( "Cannot find global object" ) ; } var ca = ba ( this ) ;
function d a( a , b ) { if ( b ) a : { var c = ca ; a = a . split ( "." ) ; for ( var d = 0 ; d < a . length - 1 ; d ++ ) { var e = a [ d ] ; if ( ! ( e in c ) ) break a ; c = c [ e ] } a = a [ a . length - 1 ] ; d = c [ a ] ; b = b ( d ) ; b != d && null != b && aa ( c , a , { configurable : ! 0 , writable : ! 0 , value : b } ) } } d a( "Object.is" , function ( a ) { return a ? a : function ( b , c ) { return b === c ? 0 !== b || 1 / b === 1 / c : b !== b && c !== c } } ) ;
d a( "Array.prototype.includes" , function ( a ) { return a ? a : function ( b , c ) { var d = this ; d instanceof String && ( d = String ( d ) ) ; var e = d . length ; c = c || 0 ; for ( 0 > c && ( c = Math . max ( c + e , 0 ) ) ; c < e ; c ++ ) { var f = d [ c ] ; if ( f === b || Object . is ( f , b ) ) return ! 0 } return ! 1 } } ) ;
d a( "String.prototype.includes" , function ( a ) { return a ? a : function ( b , c ) { if ( null == this ) throw new TypeError ( "The 'this' value for String.prototype.includes must not be null or undefined" ) ; if ( b instanceof RegExp ) throw new TypeError ( "First argument to String.prototype.includes must not be a regular expression" ) ; return - 1 !== this . indexOf ( b , c || 0 ) } } ) ; var e a= this || self ; function f a( a ) { a . f a= void 0 ; a . e a= function ( ) { return a . fa ? a . fa : a . f a= new a } }
function k ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . g a= b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . q a= function ( d , e , f ) { for ( var g = Array ( arguments . length - 2 ) , h = 2 ; h < arguments . length ; h ++ ) g [ h - 2 ] = arguments [ h ] ; return b . prototype [ e ] . apply ( d , g ) } } ; function l ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , l ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } k ( l , Error ) ; l . prototype . name = "CustomError" ; function h a( a , b ) { a = a . split ( "%s" ) ; for ( var c = "" , d = a . length - 1 , e = 0 ; e < d ; e ++ ) c += a [ e ] + ( e < b . length ? b [ e ] : "%s" ) ; l . call ( this , c + a [ d ] ) } k ( h a, l ) ; h a. prototype . name = "AssertionError" ; function i a( a , b ) { throw new h a( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; function j a( a , b ) { a . sort ( b || k a) } function k a( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function l a( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function m a( 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 n a( a ) { return String ( a ) . replace ( /\-([a-z])/g , function ( b , c ) { return c . toUpperCase ( ) } ) } ; function n ( a ) { var b = document ; return "string" === typeof a ? b . getElementById ( a ) : a } ; function oa ( a ) { var b = [ ] ; pa ( new qa , a , b ) ; ret urn b . join ( "" ) } function q a( ) { }
function p a( a , b , c ) { if ( null == b ) c . push ( "null" ) ; else { if ( "object" == typeof b ) { if ( Array . isArray ( b ) ) { var d = b ; b = d . length ; c . push ( "[" ) ; for ( var e = "" , f = 0 ; f < b ; f ++ ) c . push ( e ) , e = d [ f ] , pa ( 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 ) , r a( d , c ) , c . push ( ":" ) , pa ( a , e , c ) , f = "," ) ) ; c . push ( "}" ) ; return } } switch ( typeof b ) { case "string" : r a( 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 s a= { '"' : '\\"' , "\\" : "\\\\" , "/" : "\\/" , "\b" : "\\b" , "\f" : "\\f" , "\n" : "\\n" , "\r" : "\\r" , "\t" : "\\t" , "\x0B" : "\\u000b" } , t a= /\uffff/ . test ( "\uffff" ) ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g ;
function r a( a , b ) { b . push ( '"' , a . replace ( t a, function ( c ) { var d = s a[ c ] ; d || ( d = "\\u" + ( c . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , s a[ c ] = d ) ; return d } ) , '"' ) } ; function u a( a , b ) { this . a = a ; this . j = b . name ; this . f = ! ! b . v ; this . b = b . c ; this . l = b . type ; this . i = ! 1 ; switch ( this . b ) { case va : case wa : case xa : case ya : case za : case Aa : case B a: this . i = ! 0 } this . g = b . defaultValue } var Ba = 1 , Aa = 2 , va = 3 , wa = 4 , xa = 6 , ya = 16 , z a= 18 ; function C a( a , b ) { this . b = a ; this . a = { } ; for ( a = 0 ; a < b . length ; a ++ ) { var c = b [ a ] ; this . a [ c . a ] = c } } function D a( a ) { a = la ( a . a ) ; j a( a , function ( b , c ) { return b . a - c . a } ) ; return a } function E a( a , b ) { return ma ( a . a , function ( c ) { return c . j == b } ) || null } ; function p ( ) { this . b = { } ; this . f = this . h ( ) . a ; this . a = this . g = null } function F a( a , b ) { for ( var c in a . b ) { var d = Number ( c ) ; a . f [ d ] || b . call ( a , d , a . b [ c ] ) } } p . prototype . has = function ( a ) { return q ( this , a . a ) } ; p . prototype . get = function ( a , b ) { return r ( this , a . a , b ) } ; p . prototype . set = function ( a , b ) { t ( this , a . a , b ) } ; p . prototype . add = function ( a , b ) { G a( this , a . a , b ) } ;
function H a( a , b ) { for ( var c = Da ( a . h ( ) ) , d = 0 ; d < c . length ; d ++ ) { var e = c [ d ] , f = e . a ; if ( q ( b , f ) ) { a . a && delete a . a [ e . a ] ; var g = 11 == e . b || 10 == e . b ; if ( e . f ) { e = v ( b , f ) ; for ( var h = 0 ; h < e . length ; h ++ ) Ga ( a , f , g ? e [ h ] . clone ( ) : e [ h ] ) } else e = w ( b , f ) , g ? ( g = w ( a , f ) ) ? Ha ( g , e ) : t ( a , f , e . clone ( ) ) : t ( a , f , e ) } } } p . prototype . clone = function ( ) { var a = new this . constructor ; a != this && ( a . b = { } , a . a && ( a . a = { } ) , H a( a , this ) ) ; return a } ; function q ( a , b ) { return null != a . b [ b ] }
function w ( 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 r ( a , b , c ) { var d = w ( a , b ) ; return a . f [ b ] . f ? d [ c || 0 ] : d } function x ( a , b ) { if ( q ( a , b ) ) a = r ( 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 v ( a , b ) { return w ( a , b ) || [ ] } function y ( a , b ) { return a . f [ b ] . f ? q ( a , b ) ? a . b [ b ] . length : 0 : q ( a , b ) ? 1 : 0 } function t ( a , b , c ) { a . b [ b ] = c ; a . a && ( a . a [ b ] = c ) } function G a( a , b , c ) { a . b [ b ] || ( a . b [ b ] = [ ] ) ; a . b [ b ] . push ( c ) ; a . a && delete a . a [ b ] } function I a( a , b ) { delete a . b [ b ] ; a . a && delete a . a [ b ] } function J a( a , b ) { var c = [ ] , d ; for ( d in b ) 0 != d && c . push ( new u a( d , b [ d ] ) ) ; return new C a( a , c ) } ; function z ( ) { } z . prototype . b = function ( a , b ) { return 11 == a . b || 10 == a . b ? this . g ( b ) : "number" !== typeof b || isFinite ( b ) ? b : b . toString ( ) } ; z . prototype . f = function ( a , b ) { a = new a . b ; this . i ( a , b ) ; return a } ;
z . prototype . a = function ( a , b ) { if ( 11 == a . b || 10 == a . b ) return b instanceof p ? b : this . f ( a . l . prototype . h ( ) , b ) ; if ( 14 == a . b ) return "string" === typeof b && K a. test ( b ) && ( a = Number ( b ) , 0 < a ) ? a : b ; if ( ! a . i ) return b ; a = a . l ; if ( a === String ) { if ( "number" === typeof b ) return String ( b ) } else if ( a === Number && "string" === typeof b && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || K a. test ( b ) ) ) return Number ( b ) ; return b } ; var K a= /^-?[0-9]+$/ ; function A ( a , b , c ) { this . j = a ; this . m = b ; this . l = c } k ( A , z ) ; A . prototype . g = function ( a ) { for ( var b = Da ( 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 = na ( e . j . replace ( /_/g , "-" ) ) } if ( a . has ( e ) ) if ( e . f ) { var g = [ ] ; c [ f ] = g ; for ( f = 0 ; f < y ( a , e . a ) ; f ++ ) g . push ( this . b ( e , a . get ( e , f ) ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } F a( a , function ( h , m ) { c [ h ] = m } ) ; return c } ; A . prototype . b = function ( a , b ) { return this . m && 8 == a . b && "boolean" === typeof b ? b ? 1 : 0 : A . ga . b . call ( this , a , b ) } ;
A . prototype . a = function ( a , b ) { return 8 == a . b && "number" === typeof b ? ! ! b : A . ga . a . call ( this , a , b ) } ; A . 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 = E a( c , d ) ; if ( g ) if ( g . f ) for ( f = 0 ; f < e . length ; f ++ ) a . add ( g , this . a ( g , e [ f ] ) ) ; else a . set ( g , this . a ( g , e ) ) ; else f ? ( g = a , f = Number ( d ) , g . b [ f ] = e , g . a && delete g . a [ f ] ) : this . l || i a( "Failed to find field: " + d ) } } ; function B ( a , b ) { null != a && this . a . apply ( this , arguments ) } B . prototype . b = "" ; B . prototype . set = function ( a ) { this . b = "" + a } ; B . 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 C ( a ) { a . b = "" } B . prototype . toString = function ( ) { return this . b } ; / *
function j a( a , b ) { if ( b ) a : { var c = ca ; a = a . split ( "." ) ; for ( var d = 0 ; d < a . length - 1 ; d ++ ) { var f = a [ d ] ; if ( ! ( f in c ) ) break a ; c = c [ f ] } a = a [ a . length - 1 ] ; d = c [ a ] ; b = b ( d ) ; b != d && null != b && aa ( c , a , { configurable : ! 0 , writable : ! 0 , value : b } ) } } j a( "Object.is" , function ( a ) { return a ? a : function ( b , c ) { return b === c ? 0 !== b || 1 / b === 1 / c : b !== b && c !== c } } ) ;
j a( "Array.prototype.includes" , function ( a ) { return a ? a : function ( b , c ) { var d = this ; d instanceof String && ( d = String ( d ) ) ; var f = d . length ; c = c || 0 ; for ( 0 > c && ( c = Math . max ( c + f , 0 ) ) ; c < f ; c ++ ) { var e = d [ c ] ; if ( e === b || Object . is ( e , b ) ) return ! 0 } return ! 1 } } ) ;
j a( "String.prototype.includes" , function ( a ) { return a ? a : function ( b , c ) { if ( null == this ) throw new TypeError ( "The 'this' value for String.prototype.includes must not be null or undefined" ) ; if ( b instanceof RegExp ) throw new TypeError ( "First argument to String.prototype.includes must not be a regular expression" ) ; return - 1 !== this . indexOf ( b , c || 0 ) } } ) ; var k a= this || self ; function l a( a ) { a . k a= void 0 ; a . j a= function ( ) { return a . ka ? a . ka : a . k a= new a } }
function k ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . l a= b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . u a= function ( d , f , e ) { for ( var g = Array ( arguments . length - 2 ) , h = 2 ; h < arguments . length ; h ++ ) g [ h - 2 ] = arguments [ h ] ; return b . prototype [ f ] . apply ( d , g ) } } ; function l ( a ) { if ( Error . captureStackTrace ) Error . captureStackTrace ( this , l ) ; else { var b = Error ( ) . stack ; b && ( this . stack = b ) } a && ( this . message = String ( a ) ) } k ( l , Error ) ; l . prototype . name = "CustomError" ; function m a( a , b ) { a = a . split ( "%s" ) ; for ( var c = "" , d = a . length - 1 , f = 0 ; f < d ; f ++ ) c += a [ f ] + ( f < b . length ? b [ f ] : "%s" ) ; l . call ( this , c + a [ d ] ) } k ( m a, l ) ; m a. prototype . name = "AssertionError" ; function n a( a , b ) { throw new m a( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; function o a( a , b ) { a . sort ( b || p a) } function p a( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function q a( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function r a( 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 s a( a ) { return String ( a ) . replace ( /\-([a-z])/g , function ( b , c ) { return c . toUpperCase ( ) } ) } ; function ta ( a ) { var b = document ; return "string" === typeof a ? b . getElementById ( a ) : a } ; function ua ( ) { }
function z a( a , b , c ) { if ( null == b ) c . push ( "null" ) ; else { if ( "object" == typeof b ) { if ( Array . isArray ( b ) ) { var d = b ; b = d . length ; c . push ( "[" ) ; for ( var f = "" , e = 0 ; e < b ; e ++ ) c . push ( f ) , f = d [ e ] , za ( a , f , c ) , f = "," ; c . push ( "]" ) ; return } if ( b instanceof String || b instanceof Number || b instanceof Boolean ) b = b . valueOf ( ) ; else { c . push ( "{" ) ; e = "" ; for ( d in b ) Object . prototype . hasOwnProperty . call ( b , d ) && ( f = b [ d ] , "function" != typeof f && ( c . push ( e ) , A a( d , c ) , c . push ( ":" ) , za ( a , f , c ) , e = "," ) ) ; c . push ( "}" ) ; return } } switch ( typeof b ) { case "string" : A a( 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 B a= { '"' : '\\"' , "\\" : "\\\\" , "/" : "\\/" , "\b" : "\\b" , "\f" : "\\f" , "\n" : "\\n" , "\r" : "\\r" , "\t" : "\\t" , "\x0B" : "\\u000b" } , C a= /\uffff/ . test ( "\uffff" ) ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g ;
function A a( a , b ) { b . push ( '"' , a . replace ( C a, function ( c ) { var d = B a[ c ] ; d || ( d = "\\u" + ( c . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , B a[ c ] = d ) ; return d } ) , '"' ) } ; function D a( a , b ) { this . g = a ; this . o = b . name ; this . j = ! ! b . aa ; this . h = b . i ; this . u = b . type ; this . s = ! 1 ; switch ( this . h ) { case Ea : case Fa : case Ga : case Ha : case Ia : case Ja : case K a: this . s = ! 0 } this . l = b . defaultValue } var Ka = 1 , Ja = 2 , Ea = 3 , Fa = 4 , Ga = 6 , Ha = 16 , I a= 18 ; function L a( a , b ) { this . h = a ; this . g = { } ; for ( a = 0 ; a < b . length ; a ++ ) { var c = b [ a ] ; this . g [ c . g ] = c } } function M a( a ) { a = qa ( a . g ) ; o a( a , function ( b , c ) { return b . g - c . g } ) ; return a } function N a( a , b ) { return ra ( a . g , function ( c ) { return c . o == b } ) || null } ; function n ( ) { this . h = { } ; this . j = this . m ( ) . g ; this . g = this . l = null } function O a( a , b ) { for ( var c in a . h ) { var d = Number ( c ) ; a . j [ d ] || b . call ( a , d , a . h [ c ] ) } } n . prototype . has = function ( a ) { return p ( this , a . g ) } ; n . prototype . get = function ( a , b ) { return q ( this , a . g , b ) } ; n . prototype . set = function ( a , b ) { r ( this , a . g , b ) } ; n . prototype . add = function ( a , b ) { W a( this , a . g , b ) } ;
function X a( a , b ) { for ( var c = Ma ( a . m ( ) ) , d = 0 ; d < c . length ; d ++ ) { var f = c [ d ] , e = f . g ; if ( p ( b , e ) ) { a . g && delete a . g [ f . g ] ; var g = 11 == f . h || 10 == f . h ; if ( f . j ) { f = t ( b , e ) ; for ( var h = 0 ; h < f . length ; h ++ ) Wa ( a , e , g ? f [ h ] . clone ( ) : f [ h ] ) } else f = Ya ( b , e ) , g ? ( g = Ya ( a , e ) ) ? Xa ( g , f ) : r ( a , e , f . clone ( ) ) : r ( a , e , f ) } } } n . prototype . clone = function ( ) { var a = new this . constructor ; a != this && ( a . h = { } , a . g && ( a . g = { } ) , X a( a , this ) ) ; return a } ; function p ( a , b ) { return null != a . h [ b ] }
function Ya ( a , b ) { var c = a . h [ b ] ; if ( null == c ) return null ; if ( a . l ) { if ( ! ( b in a . g ) ) { var d = a . l , f = a . j [ b ] ; if ( null != c ) if ( f . j ) { for ( var e = [ ] , g = 0 ; g < c . length ; g ++ ) e [ g ] = d . g ( f , c [ g ] ) ; c = e } else c = d . g ( f , c ) ; return a . g [ b ] = c } return a . g [ b ] } return c } function q ( a , b , c ) { var d = Ya ( a , b ) ; return a . j [ b ] . j ? d [ c || 0 ] : d } function w ( a , b ) { if ( p ( a , b ) ) a = q ( a , b , void 0 ) ; else a : { a = a . j [ b ] ; if ( void 0 === a . l ) if ( b = a . u , b === Boolean ) a . l = ! 1 ; else if ( b === Number ) a . l = 0 ; else if ( b === String ) a . l = a . s ? "0" : "" ; else { a = new b ; break a } a = a . l } return a }
function t ( a , b ) { return Ya ( a , b ) || [ ] } function x ( a , b ) { return a . j [ b ] . j ? p ( a , b ) ? a . h [ b ] . length : 0 : p ( a , b ) ? 1 : 0 } function r ( a , b , c ) { a . h [ b ] = c ; a . g && ( a . g [ b ] = c ) } function W a( a , b , c ) { a . h [ b ] || ( a . h [ b ] = [ ] ) ; a . h [ b ] . push ( c ) ; a . g && delete a . g [ b ] } function Z a( a , b ) { delete a . h [ b ] ; a . g && delete a . g [ b ] } function $ a( a , b ) { var c = [ ] , d ; for ( d in b ) 0 != d && c . push ( new D a( d , b [ d ] ) ) ; return new L a( a , c ) } ; function y ( ) { } y . prototype . h = function ( a , b ) { return 11 == a . h || 10 == a . h ? this . l ( b ) : "number" !== typeof b || isFinite ( b ) ? b : b . toString ( ) } ; y . prototype . j = function ( a , b ) { a = new a . h ; this . o ( a , b ) ; return a } ;
y . prototype . g = function ( a , b ) { if ( 11 == a . h || 10 == a . h ) return b instanceof n ? b : this . j ( a . u . prototype . m ( ) , b ) ; if ( 14 == a . h ) return "string" === typeof b && ab . test ( b ) && ( a = Number ( b ) , 0 < a ) ? a : b ; if ( ! a . s ) return b ; a = a . u ; if ( a === String ) { if ( "number" === typeof b ) return String ( b ) } else if ( a === Number && "string" === typeof b && ( "Infinity" === b || "-Infinity" === b || "NaN" === b || ab . test ( b ) ) ) return Number ( b ) ; return b } ; var ab = /^-?[0-9]+$/ ; function A ( a , b , c ) { this . s = a ; this . v = b ; this . u = c } k ( A , y ) ; A . prototype . l = function ( a ) { for ( var b = Ma ( a . m ( ) ) , c = { } , d = 0 ; d < b . length ; d ++ ) { var f = b [ d ] , e = f . g ; switch ( this . s ) { case 1 : e = f . o ; break ; case 2 : e = sa ( f . o . replace ( /_/g , "-" ) ) } if ( a . has ( f ) ) if ( f . j ) { var g = [ ] ; c [ e ] = g ; for ( e = 0 ; e < x ( a , f . g ) ; e ++ ) g . push ( this . h ( f , a . get ( f , e ) ) ) } else c [ e ] = this . h ( f , a . get ( f ) ) } O a( a , function ( h , m ) { c [ h ] = m } ) ; return c } ; A . prototype . h = function ( a , b ) { return this . v && 8 == a . h && "boolean" === typeof b ? b ? 1 : 0 : A . la . h . call ( this , a , b ) } ;
A . prototype . g = function ( a , b ) { return 8 == a . h && "number" === typeof b ? ! ! b : A . la . g . call ( this , a , b ) } ; A . prototype . o = function ( a , b ) { var c = a . m ( ) , d ; for ( d in b ) { var f = b [ d ] , e = ! /[^0-9]/ . test ( d ) ; if ( e ) var g = c . g [ parseInt ( d , 10 ) ] || null ; else 2 == this . s && ( d = String ( d ) . replace ( /([A-Z])/g , "-$1" ) . toLowerCase ( ) . replace ( /\-/g , "_" ) ) , g = N a( c , d ) ; if ( g ) if ( g . j ) for ( e = 0 ; e < f . length ; e ++ ) a . add ( g , this . g ( g , f [ e ] ) ) ; else a . set ( g , this . g ( g , f ) ) ; else e ? ( g = a , e = Number ( d ) , g . h [ e ] = f , g . g && delete g . g [ e ] ) : this . u || n a( "Failed to find field: " + d ) } } ; function B ( a , b ) { null != a && this . g . apply ( this , arguments ) } B . prototype . h = "" ; B . prototype . set = function ( a ) { this . h = "" + a } ; B . prototype . g = function ( a , b , c ) { this . h += String ( a ) ; if ( null != b ) for ( var d = 1 ; d < arguments . length ; d ++ ) this . h += arguments [ d ] ; return this } ; function C ( a ) { a . h = "" } B . prototype . toString = function ( ) { return this . h } ; / *
Protocol Buffer 2 Copyright 2008 Google Inc .
All other code copyright its respective owners .
@ -33,14 +33,14 @@ A.prototype.a=function(a,b){return 8==a.b&&"number"===typeof b?!!b:A.ga.a.call(t
See the License for the specific language governing permissions and
limitations under the License .
* /
function D ( ) { p . call ( this ) } k ( D , p ) ; var La = null ; function E ( ) { p . call ( this ) } k ( E , p ) ; var Ma = null ; function F ( ) { p . call ( this ) } k ( F , p ) ; var Na = null ;
D . prototype . h = function ( ) { var a = La ; a || ( La = a = J a( D , { 0 : { name : "NumberFormat" , d a: "i18n.phonenumbers.NumberFormat" } , 1 : { name : "pattern" , required : ! 0 , c : 9 , type : String } , 2 : { name : "format" , required : ! 0 , c : 9 , type : String } , 3 : { name : "leading_digits_pattern" , v : ! 0 , c : 9 , type : String } , 4 : { name : "national_prefix_formatting_rule" , c : 9 , type : String } , 6 : { name : "national_prefix_optional_when_formatting" , c : 8 , defaultValue : ! 1 , type : Boolean } , 5 : { name : "domestic_carrier_code_formatting_rule" , c : 9 , type : String } } ) ) ; return a } ; D . h = D . prototype . h ;
E . prototype . h = function ( ) { var a = Ma ; a || ( Ma = a = J a( E , { 0 : { name : "PhoneNumberDesc" , d a: "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , c : 9 , type : String } , 9 : { name : "possible_length" , v : ! 0 , c : 5 , type : Number } , 10 : { name : "possible_length_local_only" , v : ! 0 , c : 5 , type : Number } , 6 : { name : "example_number" , c : 9 , type : String } } ) ) ; return a } ; E . h = E . prototype . h ;
F . prototype . h = function ( ) { var a = Na ; a || ( Na = a = J a( F , { 0 : { name : "PhoneMetadata" , d a: "i18n.phonenumbers.PhoneMetadata" } , 1 : { name : "general_desc" , c : 11 , type : E } , 2 : { name : "fixed_line" , c : 11 , type : E } , 3 : { name : "mobile" , c : 11 , type : E } , 4 : { name : "toll_free" , c : 11 , type : E } , 5 : { name : "premium_rate" , c : 11 , type : E } , 6 : { name : "shared_cost" , c : 11 , type : E } , 7 : { name : "personal_number" , c : 11 , type : E } , 8 : { name : "voip" , c : 11 , type : E } , 21 : { name : "pager" , c : 11 , type : E } , 25 : { name : "uan" , c : 11 , type : E } , 27 : { name : "emergency" , c : 11 , type : E } , 28 : { name : "voicemail" , c : 11 , type : E } ,
29 : { name : "short_code" , c : 11 , type : E } , 30 : { name : "standard_rate" , c : 11 , type : E } , 31 : { name : "carrier_specific" , c : 11 , type : E } , 33 : { name : "sms_services" , c : 11 , type : E } , 24 : { name : "no_international_dialling" , c : 11 , type : E } , 9 : { name : "id" , required : ! 0 , c : 9 , type : String } , 10 : { name : "country_code" , c : 5 , type : Number } , 11 : { name : "international_prefix" , c : 9 , type : String } , 17 : { name : "preferred_international_prefix" , c : 9 , type : String } , 12 : { name : "national_prefix" , c : 9 , type : String } , 13 : { name : "preferred_extn_prefix" , c : 9 , type : String } , 15 : { name : "national_prefix_for_parsing" ,
c : 9 , type : String } , 16 : { name : "national_prefix_transform_rule" , c : 9 , type : String } , 18 : { name : "same_mobile_and_fixed_line_pattern" , c : 8 , defaultValue : ! 1 , type : Boolean } , 19 : { name : "number_format" , v : ! 0 , c : 11 , type : D } , 20 : { name : "intl_number_format" , v : ! 0 , c : 11 , type : D } , 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 } ; F . h = F . prototype . h ; function Oa ( ) { } k ( Oa , z ) ; Oa . prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; Oa . prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function G ( ) { } k ( G , Oa ) ; G . prototype . g = function ( a ) { for ( var b = Da ( 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 < y ( a , e . a ) ; g ++ ) c [ f ] [ g ] = this . b ( e , a . get ( e , g ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } } F a( a , function ( h , m ) { c [ h ] = m } ) ; return c } ; G . prototype . b = function ( a , b ) { return 8 == a . b ? b ? 1 : 0 : z . prototype . b . apply ( this , arguments ) } ; G . prototype . a = function ( a , b ) { return 8 == a . b ? ! ! b : z . prototype . a . apply ( this , arguments ) } ; G . prototype . f = function ( a , b ) { return G . ga . f . call ( this , a , b ) } ; function H ( ) { p . call ( this ) } k ( H , p ) ; var Pa = null , Qa = { pa : 0 , oa : 1 , na : 5 , ma : 10 , l a: 20 } ;
H . prototype . h = function ( ) { var a = Pa ; a || ( Pa = a = J a( H , { 0 : { name : "PhoneNumber" , d a: "i18n.phonenumbers.PhoneNumber" } , 1 : { name : "country_code" , required : ! 0 , c : 5 , type : Number } , 2 : { name : "national_number" , required : ! 0 , c : 4 , type : Number } , 3 : { name : "extension" , c : 9 , type : String } , 4 : { name : "italian_leading_zero" , c : 8 , type : Boolean } , 8 : { name : "number_of_leading_zeros" , c : 5 , defaultValue : 1 , type : Number } , 5 : { name : "raw_input" , c : 9 , type : String } , 6 : { name : "country_code_source" , c : 14 , defaultValue : 0 , type : Qa } , 7 : { name : "preferred_domestic_carrier_code" ,
c : 9 , type : String } } ) ) ; return a } ; H . ctor = H ; H . ctor . h = H . prototype . h ; / *
function D ( ) { n . call ( this ) } k ( D , n ) ; var bb = null ; function E ( ) { n . call ( this ) } k ( E , n ) ; var cb = null ; function F ( ) { n . call ( this ) } k ( F , n ) ; var db = null ;
D . prototype . m = function ( ) { var a = bb ; a || ( bb = a = $ a( D , { 0 : { name : "NumberFormat" , i a: "i18n.phonenumbers.NumberFormat" } , 1 : { name : "pattern" , required : ! 0 , i : 9 , type : String } , 2 : { name : "format" , required : ! 0 , i : 9 , type : String } , 3 : { name : "leading_digits_pattern" , aa : ! 0 , i : 9 , type : String } , 4 : { name : "national_prefix_formatting_rule" , i : 9 , type : String } , 6 : { name : "national_prefix_optional_when_formatting" , i : 8 , defaultValue : ! 1 , type : Boolean } , 5 : { name : "domestic_carrier_code_formatting_rule" , i : 9 , type : String } } ) ) ; return a } ; D . m = D . prototype . m ;
E . prototype . m = function ( ) { var a = cb ; a || ( cb = a = $ a( E , { 0 : { name : "PhoneNumberDesc" , i a: "i18n.phonenumbers.PhoneNumberDesc" } , 2 : { name : "national_number_pattern" , i : 9 , type : String } , 9 : { name : "possible_length" , aa : ! 0 , i : 5 , type : Number } , 10 : { name : "possible_length_local_only" , aa : ! 0 , i : 5 , type : Number } , 6 : { name : "example_number" , i : 9 , type : String } } ) ) ; return a } ; E . m = E . prototype . m ;
F . prototype . m = function ( ) { var a = db ; a || ( db = a = $ a( F , { 0 : { name : "PhoneMetadata" , i a: "i18n.phonenumbers.PhoneMetadata" } , 1 : { name : "general_desc" , i : 11 , type : E } , 2 : { name : "fixed_line" , i : 11 , type : E } , 3 : { name : "mobile" , i : 11 , type : E } , 4 : { name : "toll_free" , i : 11 , type : E } , 5 : { name : "premium_rate" , i : 11 , type : E } , 6 : { name : "shared_cost" , i : 11 , type : E } , 7 : { name : "personal_number" , i : 11 , type : E } , 8 : { name : "voip" , i : 11 , type : E } , 21 : { name : "pager" , i : 11 , type : E } , 25 : { name : "uan" , i : 11 , type : E } , 27 : { name : "emergency" , i : 11 , type : E } , 28 : { name : "voicemail" , i : 11 , type : E } ,
29 : { name : "short_code" , i : 11 , type : E } , 30 : { name : "standard_rate" , i : 11 , type : E } , 31 : { name : "carrier_specific" , i : 11 , type : E } , 33 : { name : "sms_services" , i : 11 , type : E } , 24 : { name : "no_international_dialling" , i : 11 , type : E } , 9 : { name : "id" , required : ! 0 , i : 9 , type : String } , 10 : { name : "country_code" , i : 5 , type : Number } , 11 : { name : "international_prefix" , i : 9 , type : String } , 17 : { name : "preferred_international_prefix" , i : 9 , type : String } , 12 : { name : "national_prefix" , i : 9 , type : String } , 13 : { name : "preferred_extn_prefix" , i : 9 , type : String } , 15 : { name : "national_prefix_for_parsing" ,
i : 9 , type : String } , 16 : { name : "national_prefix_transform_rule" , i : 9 , type : String } , 18 : { name : "same_mobile_and_fixed_line_pattern" , i : 8 , defaultValue : ! 1 , type : Boolean } , 19 : { name : "number_format" , aa : ! 0 , i : 11 , type : D } , 20 : { name : "intl_number_format" , aa : ! 0 , i : 11 , type : D } , 22 : { name : "main_country_for_code" , i : 8 , defaultValue : ! 1 , type : Boolean } , 23 : { name : "leading_digits" , i : 9 , type : String } , 26 : { name : "leading_zero_possible" , i : 8 , defaultValue : ! 1 , type : Boolean } } ) ) ; return a } ; F . m = F . prototype . m ; function eb ( ) { } k ( eb , y ) ; eb . prototype . j = function ( a , b ) { a = new a . h ; a . l = this ; a . h = b ; a . g = { } ; return a } ; eb . prototype . o = function ( ) { throw Error ( "Unimplemented" ) ; } ; function G ( ) { } k ( G , eb ) ; G . prototype . l = function ( a ) { for ( var b = Ma ( a . m ( ) ) , c = [ ] , d = 0 ; d < b . length ; d ++ ) { var f = b [ d ] ; if ( a . has ( f ) ) { var e = f . g ; if ( f . j ) { c [ e ] = [ ] ; for ( var g = 0 ; g < x ( a , f . g ) ; g ++ ) c [ e ] [ g ] = this . h ( f , a . get ( f , g ) ) } else c [ e ] = this . h ( f , a . get ( f ) ) } } O a( a , function ( h , m ) { c [ h ] = m } ) ; return c } ; G . prototype . h = function ( a , b ) { return 8 == a . h ? b ? 1 : 0 : y . prototype . h . apply ( this , arguments ) } ; G . prototype . g = function ( a , b ) { return 8 == a . h ? ! ! b : y . prototype . g . apply ( this , arguments ) } ; G . prototype . j = function ( a , b ) { return G . la . j . call ( this , a , b ) } ; function H ( ) { n . call ( this ) } k ( H , n ) ; var fb = null , gb = { ta : 0 , sa : 1 , ra : 5 , qa : 10 , p a: 20 } ;
H . prototype . m = function ( ) { var a = fb ; a || ( fb = a = $ a( H , { 0 : { name : "PhoneNumber" , i a: "i18n.phonenumbers.PhoneNumber" } , 1 : { name : "country_code" , required : ! 0 , i : 5 , type : Number } , 2 : { name : "national_number" , required : ! 0 , i : 4 , type : Number } , 3 : { name : "extension" , i : 9 , type : String } , 4 : { name : "italian_leading_zero" , i : 8 , type : Boolean } , 8 : { name : "number_of_leading_zeros" , i : 5 , defaultValue : 1 , type : Number } , 5 : { name : "raw_input" , i : 9 , type : String } , 6 : { name : "country_code_source" , i : 14 , defaultValue : 0 , type : gb } , 7 : { name : "preferred_domestic_carrier_code" ,
i : 9 , type : String } } ) ) ; return a } ; H . ctor = H ; H . ctor . m = H . prototype . m ; / *
Copyright ( C ) 2010 The Libphonenumber Authors
@ -60,7 +60,7 @@ var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
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" ] } , Ra = { AC : [ , [ , , "(?:[01589]\\d|[46])\\d{4}" ,
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" ] } , hb = { AC : [ , [ , , "(?:[01589]\\d|[46])\\d{4}" ,
, , , , , , [ 5 , 6 ] ] , [ , , "6[2-467]\\d{3}" , , , , "62889" , , , [ 5 ] ] , [ , , "4\\d{4}" , , , , "40123" , , , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AC" , 247 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[1-9]|[1589]\\d)\\d{4}" , , , , "542011" , , , [ 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "(?:1|6\\d)\\d{7}|[135-9]\\d{5}" , , , , , , , [ 6 , 8 , 9 ] ] , [ , , "[78]\\d{5}" , , , , "712345" , , , [ 6 ] ] , [ , , "690\\d{6}|[356]\\d{5}" , , , , "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" , [ "[135-9]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "1" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "1800\\d{4}" , , , , , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "(?:[4-7]\\d|9[0-689])\\d{7}|800\\d{2,9}|[2-4679]\\d{7}" , , , , , , , [ 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" , , , , [ [ , "(\\d{3})(\\d{2,9})" , "$1 $2" , [ "60|8" ] ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[236]|[479][2-8]" ] , "0$1" ] , [ , "(\\d{3})(\\d)(\\d{5})" , "$1 $2 $3" , [ "[479]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "5" ] , "0$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}" ,
@ -129,11 +129,11 @@ var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
, , , "5002345678" ] , [ , , "600[2-9]\\d{6}" , , , , "6002012345" ] , "CA" , 1 , "011" , "1" , , , "1" , , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CC : [ , [ , , "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}" , , , , "891621234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" ,
, , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CC" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" , "0011" , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CD : [ , [ , , "[189]\\d{8}|[1-68]\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "12\\d{7}|[1-6]\\d{6}" ,
, , , "1234567" ] , [ , , "88\\d{5}|(?:8[0-59]|9[017-9])\\d{7}" , , , , "991234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CD" , 243 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "88" ] , "0$1" ] , [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "[1-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[89]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CF : [ , [ , , "(?:[27]\\d{3}|8776)\\d{4}" , , , , , , ,
[ 8 ] ] , [ , , "2[12]\\d{6}" , , , , "21612345" ] , [ , , "7[0257]\\d{6}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8776\\d{4}" , , , , "87761234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CF" , 236 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[278]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CG : [ , [ , , "222\\d{6}|(?:0\\d|80)\\d{7 }" , , , , , , , [ 9 ] ] , [ , , "222[1-589]\\d{5}" , , , , "222123456" ] , [ , , "026(?:1[0-5]|6[6-9])\\d{4}|0(?:[14-6]\\d\\d|2(?:40|5[5-8]|6[07-9]))\\d{5}" , , , , "061234567" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , "80(?:0\\d\\d|11[0-4])\\d{4 }" , , , , "800123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CG" , 242 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "801" ] ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[02]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CH : [ , [ , , "8\\d{11}|[2-9]\\d{8}" , , , , , , , [ 9 , 12 ] ] , [ , , "(?:2[12467]|3[1-4]|4[134]|5[256]|6[12]|[7-9]1)\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "7[35-9]\\d{7}" ,
, , , "781234567" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "90[016]\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "84[0248]\\d{6}" , , , , "840123456" , , , [ 9 ] ] , [ , , "878\\d{6}" , , , , "878123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CH" , 41 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "8[047]|90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-79]|81" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "8" ] , "0$1" ] ] , , [ , , "74[0248]\\d{6}" , , , , "740123456" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[18]\\d{7}" ,
, , , "581234567" , , , [ 9 ] ] , , , [ , , "860\\d{9}" , , , , "860123456789" , , , [ 12 ] ] ] , CI : [ , [ , , "[02]\\d{9}" , , , , , , , [ 10 ] ] , [ , , "2(?:[15]\\d{3}|7(?:2(?:0[23]|1[2357]|[23][45]|4[3-5])|3(?:06|1[69]|[2-6]7)))\\d{5}" , , , , "2123456789" ] , [ , , "0704[0-7]\\d{5}|0(?:[15]\\d\\d|7(?:0[0-37-9]|[4-9][7-9]))\\d{6}" , , , , "0123456789" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CI" , 225 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d)(\\d{5})" , "$1 $2 $3 $4" , [ "2" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{4})" , "$1 $2 $3 $4" , [ "0" ] ] ] ,
, [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CK : [ , [ , , "[2-578]\\d{4}" , , , , , , , [ 5 ] ] , [ , , "(?:2\\d|3[13-7]|4[1-5])\\d{3}" , , , , "21234" ] , [ , , "[578]\\d{4}" , , , , "71234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CK" , 682 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})" , "$1 $2" , [ "[2-578]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CL : [ , [ , , "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}" , , , , , , , [ 9 , 10 , 11 ] ] , [ , , "2(?:1982[0-6]|3314[05-9])\\d{3}|(?:2(?:1(?:160|962)|3(?:2\\d\\d|3(?:[034]\\d|1[0-35-9]|2[1-9]|5[0-2])|600))|80[1-9]\\d\\d|9(?:3(?:[0-57-9]\\d\\d|6(?:0[02-9]|[1-9]\\d))|6(?:[0-8]\\d\\d|9(?:[02-79]\\d|1[05-9]))|7[1-9]\\d\\d|9(?:[03-9]\\d\\d|1(?:[0235-9]\\d|4[0-24-9])|2(?:[0-79]\\d|8[0-46-9]))))\\d{4}|(?:22|3[2-5]|[47][1-35]|5[1-3578]|6[13-57]|8[1-9]|9[2458])\\d{7}" ,
[ 8 ] ] , [ , , "2[12]\\d{6}" , , , , "21612345" ] , [ , , "7[0257]\\d{6}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8776\\d{4}" , , , , "87761234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CF" , 236 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[278]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CG : [ , [ , , "(?:0\\d\\d|222|800)\\d{6 }" , , , , , , , [ 9 ] ] , [ , , "222[1-589]\\d{5}" , , , , "222123456" ] , [ , , "026(?:1[0-5]|6[6-9])\\d{4}|0(?:[14-6]\\d\\d|2(?:40|5[5-8]|6[07-9]))\\d{5}" , , , , "061234567" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , "800\\d{6 }" , , , , "800123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CG" , 242 , "00" , , , , , , , , [ [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[02]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CH : [ , [ , , "8\\d{11}|[2-9]\\d{8}" , , , , , , , [ 9 , 12 ] ] , [ , , "(?:2[12467]|3[1-4]|4[134]|5[256]|6[12]|[7-9]1)\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "7[35-9]\\d{7}" , , , , "781234567" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "90[016]\\d{6}" ,
, , , "900123456" , , , [ 9 ] ] , [ , , "84[0248]\\d{6}" , , , , "840123456" , , , [ 9 ] ] , [ , , "878\\d{6}" , , , , "878123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CH" , 41 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "8[047]|90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-79]|81" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "8" ] , "0$1" ] ] , , [ , , "74[0248]\\d{6}" , , , , "740123456" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[18]\\d{7}" , , , , "581234567" , , , [ 9 ] ] , , , [ , , "860\\d{9}" , , , , "860123456789" , , , [ 12 ] ] ] , CI : [ ,
[ , , "[02]\\d{9}" , , , , , , , [ 10 ] ] , [ , , "2(?:[15]\\d{3}|7(?:2(?:0[23]|1[2357]|[23][45]|4[3-5])|3(?:06|1[69]|[2-6]7)))\\d{5}" , , , , "2123456789" ] , [ , , "0704[0-7]\\d{5}|0(?:[15]\\d\\d|7(?:0[0-37-9]|[4-9][7-9]))\\d{6}" , , , , "0123456789" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CI" , 225 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d)(\\d{5})" , "$1 $2 $3 $4" , [ "2" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{4})" , "$1 $2 $3 $4" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] ,
CK : [ , [ , , "[2-578]\\d{4}" , , , , , , , [ 5 ] ] , [ , , "(?:2\\d|3[13-7]|4[1-5])\\d{3}" , , , , "21234" ] , [ , , "[578]\\d{4}" , , , , "71234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CK" , 682 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})" , "$1 $2" , [ "[2-578]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CL : [ , [ , , "12300\\d{6}|6\\d{9,10}|[2-9]\\d{8}" , , , , , , , [ 9 , 10 , 11 ] ] , [ , , "2(?:1982[0-6]|3314[05-9])\\d{3}|(?:2(?:1(?:160|962)|3(?:2\\d\\d|3(?:[034]\\d|1[0-35-9]|2[1-9]|5[0-2])|600))|80[1-9]\\d\\d|9(?:3(?:[0-57-9]\\d\\d|6(?:0[02-9]|[1-9]\\d))|6(?:[0-8]\\d\\d|9(?:[02-79]\\d|1[05-9]))|7[1-9]\\d\\d|9(?:[03-9]\\d\\d|1(?:[0235-9]\\d|4[0-24-9])|2(?:[0-79]\\d|8[0-46-9]))))\\d{4}|(?:22|3[2-5]|[47][1-35]|5[1-3578]|6[13-57]|8[1-9]|9[2458])\\d{7}" ,
, , , "221234567" , , , [ 9 ] ] , [ , , "2(?:1982[0-6]|3314[05-9])\\d{3}|(?:2(?:1(?:160|962)|3(?:2\\d\\d|3(?:[034]\\d|1[0-35-9]|2[1-9]|5[0-2])|600))|80[1-9]\\d\\d|9(?:3(?:[0-57-9]\\d\\d|6(?:0[02-9]|[1-9]\\d))|6(?:[0-8]\\d\\d|9(?:[02-79]\\d|1[05-9]))|7[1-9]\\d\\d|9(?:[03-9]\\d\\d|1(?:[0235-9]\\d|4[0-24-9])|2(?:[0-79]\\d|8[0-46-9]))))\\d{4}|(?:22|3[2-5]|[47][1-35]|5[1-3578]|6[13-57]|8[1-9]|9[2458])\\d{7}" , , , , "221234567" , , , [ 9 ] ] , [ , , "(?:123|8)00\\d{6}" , , , , "800123456" , , , [ 9 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "600\\d{7,8}" , , , , "6001234567" ,
, , [ 10 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "44\\d{7}" , , , , "441234567" , , , [ 9 ] ] , "CL" , 56 , "(?:0|1(?:1[0-69]|2[02-5]|5[13-58]|69|7[0167]|8[018]))0" , , , , , , , 1 , [ [ , "(\\d{4})" , "$1" , [ "1(?:[03-589]|21)|[29]0|78" ] ] , [ , "(\\d{5})(\\d{4})" , "$1 $2" , [ "219" , "2196" ] , "($1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "44" ] ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "2[1-3]" ] , "($1)" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "9[2-9]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])" ] , "($1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" ,
"$1 $2 $3" , [ "60|8" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] , [ , "(\\d{3})(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "60" ] ] ] , [ [ , "(\\d{5})(\\d{4})" , "$1 $2" , [ "219" , "2196" ] , "($1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "44" ] ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "2[1-3]" ] , "($1)" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "9[2-9]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "3[2-5]|[47]|5[1-3578]|6[13-57]|8(?:0[1-9]|[1-9])" ] , "($1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "60|8" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" ,
@ -159,8 +159,8 @@ var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
, , , "94351234" ] , [ , , "953[01]\\d{4}|9(?:5[12467]|6[5-9])\\d{5}" , , , , "95181234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "60[0-2]\\d{4}" , , , , "6001234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CW" , 599 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[3467]" ] ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9[4-8]" ] ] ] , , [ , , "955\\d{5}" , , , , "95581234" , , , [ 8 ] ] , 1 , "[69]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CX : [ , [ , , "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "8(?:51(?:0(?:01|30|59|88)|1(?:17|46|75)|2(?:22|35))|91(?:00[6-9]|1(?:[28]1|49|78)|2(?:09|63)|3(?:12|26|75)|4(?:56|97)|64\\d|7(?:0[01]|1[0-2])|958))\\d{3}" ,
, , , "891641234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" , , , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CX" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" ,
"0011" , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CY : [ , [ , , "(?:[279]\\d|[58]0)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "2[2-6]\\d{6}" , , , , "22345678" ] , [ , , "9[4-79]\\d{6}" , , , , "96123456" ] , [ , , "800\\d{5}" , , , , "80001234" ] , [ , , "90[09]\\d{5}" , , , , "90012345" ] , [ , , "80[1-9]\\d{5}" , , , , "80112345" ] , [ , , "700\\d{5}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , "CY" , 357 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[257-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:50|77)\\d{6}" , , , , "77123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CZ : [ , [ , , "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}" ,
, , , , , , [ 9 , 10 , 11 , 12 ] ] , [ , , "(?:2\\d|3[1257-9]|4[16-9]|5[13-9])\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}" , , , , "601123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:0[05689]|76)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[134]\\d{7}" , , , , "811234567" , , , [ 9 ] ] , [ , , "70[01]\\d{6}" , , , , "700123456" , , , [ 9 ] ] , [ , , "9[17]0\\d{6}" , , , , "910123456" , , , [ 9 ] ] , "CZ" , 420 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]|9[015-7]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})(\\d{3 })" , "$1 $2 $3 $4" , [ "9" ] ] ,
[ , "(\\d{3})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:5\\d|7[2-4])\\d{6}" , , , , "972123456" , , , [ 9 ] ] , , , [ , , "9(?:3\\d{9}|6\\d{7,10})" , , , , "93123456789" ] ] , DE : [ , [ , , "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:[12]\\d|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|31|[46][1-8])\\d{1,9}" , , , , , , , [ 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 ] ] , [ , , "32\\d{9,11}|49[3-6]\\d{10}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}" ,
, , , , , , [ 9 , 10 , 11 , 12 ] ] , [ , , "(?:2\\d|3[1257-9]|4[16-9]|5[13-9])\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}" , , , , "601123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:0[05689]|76)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[134]\\d{7}" , , , , "811234567" , , , [ 9 ] ] , [ , , "70[01]\\d{6}" , , , , "700123456" , , , [ 9 ] ] , [ , , "9[17]0\\d{6}" , , , , "910123456" , , , [ 9 ] ] , "CZ" , 420 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]|9[015-7]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})(\\d{2 })" , "$1 $2 $3 $4" , [ "96 " ] ] ,
[ , "(\\d{2})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:5\\d|7[2-4])\\d{6}" , , , , "972123456" , , , [ 9 ] ] , , , [ , , "9(?:3\\d{9}|6\\d{7,10})" , , , , "93123456789" ] ] , DE : [ , [ , , "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:[12]\\d|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|31|[46][1-8])\\d{1,9}" , , , , , , , [ 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 ] ] , [ , , "32\\d{9,11}|49[3-6]\\d{10}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}" ,
, , , "30123456" , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 , 4 ] ] , [ , , "15[0-25-9]\\d{8}|1(?:6[023]|7\\d)\\d{7,8}" , , , , "15123456789" , , , [ 10 , 11 ] ] , [ , , "800\\d{7,12}" , , , , "8001234567890" , , , [ 10 , 11 , 12 , 13 , 14 , 15 ] ] , [ , , "(?:137[7-9]|900(?:[135]|9\\d))\\d{6}" , , , , "9001234567" , , , [ 10 , 11 ] ] , [ , , "180\\d{5,11}|13(?:7[1-6]\\d\\d|8)\\d{4}" , , , , "18012345" , , , [ 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 ] ] , [ , , "700\\d{8}" , , , , "70012345678" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , "DE" , 49 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3,13})" , "$1 $2" , [ "3[02]|40|[68]9" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,12})" ,
"$1 $2" , [ "2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1" , "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1" ] , "0$1" ] , [ , "(\\d{4})(\\d{2,11})" , "$1 $2" , [ "[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]" , "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]" ] ,
"0$1" ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "138" ] , "0$1" ] , [ , "(\\d{5})(\\d{2,10})" , "$1 $2" , [ "3" ] , "0$1" ] , [ , "(\\d{3})(\\d{5,11})" , "$1 $2" , [ "181" ] , "0$1" ] , [ , "(\\d{3})(\\d)(\\d{4,10})" , "$1 $2 $3" , [ "1(?:3|80)|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{7,8})" , "$1 $2" , [ "1[67]" ] , "0$1" ] , [ , "(\\d{3})(\\d{7,12})" , "$1 $2" , [ "8" ] , "0$1" ] , [ , "(\\d{5})(\\d{6})" , "$1 $2" , [ "185" , "1850" , "18500" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "7" ] , "0$1" ] , [ , "(\\d{4})(\\d{7})" , "$1 $2" , [ "18[68]" ] , "0$1" ] , [ , "(\\d{5})(\\d{6})" , "$1 $2" , [ "15[0568]" ] , "0$1" ] ,
@ -194,9 +194,9 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
, , [ 10 ] ] , "GB" , 44 , "00" , "0" , " x" , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "800" , "8001" , "80011" , "800111" , "8001111" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "845" , "8454" , "84546" , "845464" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "800" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "1(?:38|5[23]|69|76|94)" , "1(?:(?:38|69)7|5(?:24|39)|768|946)" , "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "1(?:[2-69][02-9]|[78])" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[25]|7(?:0|6[02-9])" ,
"[25]|7(?:0|6(?:[03-9]|2[356]))" ] , "0$1" ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "7" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1389]" ] , "0$1" ] ] , , [ , , "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}" , , , , "7640123456" , , , [ 10 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[0347]|55)\\d{8}" , , , , "5512345678" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GD : [ , [ , , "(?:473|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}" ,
, , , "4732691234" , , , , [ 7 ] ] , [ , , "473(?:4(?:0[2-79]|1[04-9]|2[0-5]|58)|5(?:2[01]|3[3-8])|901)\\d{4}" , , , , "4734031234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "900[2-9]\\d{6}" , , , , "9002123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "GD" ,
1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "473$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "473" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GE : [ , [ , , "(?:[3-57]\\d\\d|800)\\d{6}" , , , , , , , [ 9 ] , [ 6 , 7 ] ] , [ , , "(?:3(?:[256]\\d|4[124-9]|7[0-4])|4(?:1\\d|2[2-7]|3[1-79]|4[2-8]|7[239]|9[1-7]))\\d{6}" , , , , "322123456" , , , , [ 6 , 7 ] ] , [ , , "5(?:0555[5-9]|757(?:7[7-9]|8[01]))\\d{3}|5(?:0070|[25]222|3333 )[0-4]\\d{3}|5(?:00(?:0\\d|50)|11(?:1\\d|2[0-4])|5200|75(?:00|[57]5)|8(?:0(?:[01]\\d|2[0-4])|58[89]|8(?:55|88)))\\d{4}|(?:5(?:[14]4|5[0157-9]|68|7[0147-9]|9[1-35-9])|790)\\d{6}" ,
1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "473$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "473" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GE : [ , [ , , "(?:[3-57]\\d\\d|800)\\d{6}" , , , , , , , [ 9 ] , [ 6 , 7 ] ] , [ , , "(?:3(?:[256]\\d|4[124-9]|7[0-4])|4(?:1\\d|2[2-7]|3[1-79]|4[2-8]|7[239]|9[1-7]))\\d{6}" , , , , "322123456" , , , , [ 6 , 7 ] ] , [ , , "5(?:(?: 0555|1177) [5-9]|757(?:7[7-9]|8[01]))\\d{3}|5(?:0070|(?:11|33)33| [25]222)[0-4]\\d{3}|5(?:00(?:0\\d|50)|11(?:00| 1\\d|2[0-4])|5200|75(?:00|[57]5)|8(?:0(?:[01]\\d|2[0-4])|58[89]|8(?:55|88)))\\d{4}|(?:5(?:[14]4|5[0157-9]|68|7[0147-9]|9[1-35-9])|790)\\d{6}" ,
, , , "555123456" ] , [ , , "800\\d{6}" , , , , "800123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70[67]\\d{6}" , , , , "706123456" ] , "GE" , 995 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "70" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "32" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[57]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[348]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "70[67]\\d{6}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GF : [ , [ , , "(?:[56]94|80\\d|976)\\d{6}" ,
, , , , , , [ 9 ] ] , [ , , "594(?:[023]\\d|1[01]|4[03-9]|5[6-9]|6[0-3]|80|9[0-2 4])\\d{4}" , , , , "594101234" ] , [ , , "694(?:[0-249]\\d|3[0-48])\\d{4}" , , , , "694201234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976\\d{6}" , , , , "976012345" ] , "GF" , 594 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GG : [ , [ , , "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?" ,
, , , , , , [ 9 ] ] , [ , , "594(?:[023]\\d|1[01]|4[03-9]|5[6-9]|6[0-3]|80|9[0-4])\\d{4}" , , , , "594101234" ] , [ , , "694(?:[0-249]\\d|3[0-48])\\d{4}" , , , , "694201234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976\\d{6}" , , , , "976012345" ] , "GF" , 594 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GG : [ , [ , , "(?:1481|[357-9]\\d{3})\\d{6}|8\\d{6}(?:\\d{2})?" ,
, , , , , , [ 7 , 9 , 10 ] , [ 6 ] ] , [ , , "1481[25-9]\\d{5}" , , , , "1481256789" , , , [ 10 ] , [ 6 ] ] , [ , , "7(?:(?:781|839)\\d|911[17])\\d{5}" , , , , "7781123456" , , , [ 10 ] ] , [ , , "80[08]\\d{7}|800\\d{6}|8001111" , , , , "8001234567" ] , [ , , "(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[0-3]))\\d{7}|845464\\d" , , , , "9012345678" , , , [ 7 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , "56\\d{8}" , , , , "5612345678" , , , [ 10 ] ] , "GG" , 44 , "00" , "0" , , , "0|([25-9]\\d{5})$" , "1481$1" , , , , , [ , , "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|81|9[139])\\d{6}" ,
, , , "7640123456" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[0347]|55)\\d{8}" , , , , "5512345678" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GH : [ , [ , , "(?:[235]\\d{3}|800)\\d{5}" , , , , , , , [ 8 , 9 ] , [ 7 ] ] , [ , , "3082[0-5]\\d{4}|3(?:0(?:[237]\\d|8[01])|[167](?:2[0-6]|7\\d|80)|2(?:2[0-5]|7\\d|80)|3(?:2[0-3]|7\\d|80)|4(?:2[013-9]|3[01]|7\\d|80)|5(?:2[0-7]|7\\d|80)|8(?:2[0-2]|7\\d|80)|9(?:[28]0|7\\d))\\d{5}" , , , , "302345678" , , , [ 9 ] , [ 7 ] ] , [ , , "(?:2(?:[0346-8]\\d|5[67])|5(?:[0457]\\d|6[01]|9[1-9]))\\d{6}" , , , , "231234567" , , , [ 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" ,
, , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GH" , 233 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[237]|8[0-2]" ] ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[235]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[235]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "800\\d{5}" , , , , , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GI : [ , [ , , "(?:[25]\\d\\d|606)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "21(?:6[24-7]\\d|90[0-2])\\d{3}|2(?:00|2[25])\\d{5}" ,
@ -205,8 +205,8 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
[ "[2-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GN : [ , [ , , "722\\d{6}|(?:3|6\\d)\\d{7}" , , , , , , , [ 8 , 9 ] ] , [ , , "3(?:0(?:24|3[12]|4[1-35-7]|5[13]|6[189]|[78]1|9[1478])|1\\d\\d)\\d{4}" , , , , "30241234" , , , [ 8 ] ] , [ , , "6[0-356]\\d{7}" , , , , "601123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "722\\d{6}" , , , , "722123456" , , , [ 9 ] ] , "GN" , 224 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "3" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
[ "[67]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GP : [ , [ , , "(?:590|(?:69|80)\\d|976)\\d{6}" , , , , , , , [ 9 ] ] , [ , , "590(?:0[1-68]|1[0-2]|2[0-68]|3[1289]|4[0-24-9]|5[3-579]|6[0189]|7[08]|8[0-689]|9\\d)\\d{4}" , , , , "590201234" ] , [ , , "69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}" , , , , "690001234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976[01]\\d{5}" , , , , "976012345" ] , "GP" , 590 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
[ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GQ : [ , [ , , "222\\d{6}|(?:3\\d|55|[89]0)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "33[0-24-9]\\d[46]\\d{4}|3(?:33|5\\d)\\d[7-9]\\d{4}" , , , , "333091234" ] , [ , , "(?:222|55\\d)\\d{6}" , , , , "222123456" ] , [ , , "80\\d[1-9]\\d{5}" , , , , "800123456" ] , [ , , "90\\d[1-9]\\d{5}" , , , , "900123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GQ" , 240 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" ,
[ "[235]" ] ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "[89]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GR : [ , [ , , "5005000\\d{3}|8\\d{9,10 }|(?:[269]\\d|70)\\d{8}" , , , , , , , [ 10 , 11 ] ] , [ , , "2(?:1\\d\\d|2(?:2[1-46-9]|[36][1-8]|4[1-7]|5[1-4]|7[1-5]|[89][1-9])|3(?:1\\d|2[1-57]|[35][1-3]|4[13]|7[1-7]|8[124-6]|9[1-79])|4(?:1\\d|2[1-8]|3[1-4]|4[13-5]|6[1-578]|9[1-5])|5(?:1\\d|[29][1-4]|3[1-5]|4[124]|5[1-6])|6(?:1\\d|[269][1-6]|3[1245]|4[1-7]|5[13-9]|7[14]|8[1-5])|7(?:1\\d|2[1-5]|3[1-6]|4[1-7]|5[1-57]|6[135]|9[125-7])|8(?:1\\d|2[1-5]|[34][1-4]|9[1-57]))\\d{6}" ,
, , , "2123456789" , , , [ 10 ] ] , [ , , "68[57-9]\\d{7}|(?:69|94)\\d{8}" , , , , "6912345678" , , , [ 10 ] ] , [ , , "800\\d{7,8 }" , , , , "8001234567" ] , [ , , "90[19]\\d{7}" , , , , "9091234567" , , , [ 10 ] ] , [ , , "8(?:0[16]|12|[27]5|50)\\d{7}" , , , , "8011234567" , , , [ 10 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GR" , 30 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "21|7" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2689]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{5})" ,
[ "[235]" ] ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "[89]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GR : [ , [ , , "5005000\\d{3}|8\\d{9,11 }|(?:[269]\\d|70)\\d{8}" , , , , , , , [ 10 , 11 , 12 ] ] , [ , , "2(?:1\\d\\d|2(?:2[1-46-9]|[36][1-8]|4[1-7]|5[1-4]|7[1-5]|[89][1-9])|3(?:1\\d|2[1-57]|[35][1-3]|4[13]|7[1-7]|8[124-6]|9[1-79])|4(?:1\\d|2[1-8]|3[1-4]|4[13-5]|6[1-578]|9[1-5])|5(?:1\\d|[29][1-4]|3[1-5]|4[124]|5[1-6])|6(?:1\\d|[269][1-6]|3[1245]|4[1-7]|5[13-9]|7[14]|8[1-5])|7(?:1\\d|2[1-5]|3[1-6]|4[1-7]|5[1-57]|6[135]|9[125-7])|8(?:1\\d|2[1-5]|[34][1-4]|9[1-57]))\\d{6}" ,
, , , "2123456789" , , , [ 10 ] ] , [ , , "68[57-9]\\d{7}|(?:69|94)\\d{8}" , , , , "6912345678" , , , [ 10 ] ] , [ , , "800\\d{7,9 }" , , , , "8001234567" ] , [ , , "90[19]\\d{7}" , , , , "9091234567" , , , [ 10 ] ] , [ , , "8(?:0[16]|12|[27]5|50)\\d{7}" , , , , "8011234567" , , , [ 10 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GR" , 30 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "21|7" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "2(?:2|3[2-57-9]|4[2-469]|5[2-59]|6[2-9]|7[2-69]|8[2-49])|5" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2689]" ] ] , [ , "(\\d{3})(\\d{3,4 })(\\d{5})" ,
"$1 $2 $3" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "5005000\\d{3}" , , , , "5005000123" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GT : [ , [ , , "(?:1\\d{3}|[2-7])\\d{7}" , , , , , , , [ 8 , 11 ] ] , [ , , "[267][2-9]\\d{6}" , , , , "22456789" , , , [ 8 ] ] , [ , , "[3-5]\\d{7}" , , , , "51234567" , , , [ 8 ] ] , [ , , "18[01]\\d{8}" , , , , "18001112222" , , , [ 11 ] ] , [ , , "19\\d{9}" , , , , "19001112222" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GT" , 502 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GU : [ , [ , , "(?:[58]\\d\\d|671|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "671(?:3(?:00|3[39]|4[349]|55|6[26])|4(?:00|56|7[1-9]|8[0236-9])|5(?:55|6[2-5]|88)|6(?:3[2-578]|4[24-9]|5[34]|78|8[235-9])|7(?:[0479]7|2[0167]|3[45]|8[7-9])|8(?:[2-57-9]8|6[48])|9(?:2[29]|6[79]|7[1279]|8[7-9]|9[78]))\\d{4}" , , , , "6713001234" , , , , [ 7 ] ] , [ , , "671(?:3(?:00|3[39]|4[349]|55|6[26])|4(?:00|56|7[1-9]|8[0236-9])|5(?:55|6[2-5]|88)|6(?:3[2-578]|4[24-9]|5[34]|78|8[235-9])|7(?:[0479]7|2[0167]|3[45]|8[7-9])|8(?:[2-57-9]8|6[48])|9(?:2[29]|6[79]|7[1279]|8[7-9]|9[78]))\\d{4}" ,
, , , "6713001234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "900[2-9]\\d{6}" , , , , "9002123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "GU" , 1 , "011" , "1" , , , "1|([3-9]\\d{6})$" , "671$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "671" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , ,
@ -282,7 +282,7 @@ IN:[,[,,"(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",,,,,,,[8,9,10,11,12,13],[6,7]]
, , , "1020000000" , , , [ 9 , 10 ] ] , [ , , "00(?:308\\d{6,7}|798\\d{7,9})|(?:00368|80)\\d{7}" , , , , "801234567" , , , [ 9 , 11 , 12 , 13 , 14 ] ] , [ , , "60[2-9]\\d{6}" , , , , "602345678" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "50\\d{8,9}" , , , , "5012345678" , , , [ 10 , 11 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , "KR" , 82 , "00(?:[125689]|3(?:[46]5|91)|7(?:00|27|3|55|6[126]))" , "0" , , , "0(8(?:[1-46-8]|5\\d\\d))?" , , , , [ [ , "(\\d{5})" , "$1" , [ "1[016-9]1" , "1[016-9]11" , "1[016-9]114" ] , "0$1" ] , [ , "(\\d{2})(\\d{3,4})" , "$1-$2" , [ "(?:3[1-3]|[46][1-4]|5[1-5])1" ] , "0$1" , "0$CC-$1" ] , [ ,
"(\\d{4})(\\d{4})" , "$1-$2" , [ "1" ] ] , [ , "(\\d)(\\d{3,4})(\\d{4})" , "$1-$2-$3" , [ "2" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "60|8" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1-$2-$3" , [ "[1346]|5[1-5]" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1-$2-$3" , [ "[57]" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{5})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "003" , "0030" ] ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1-$2-$3" , [ "5" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{5})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "0" ] ] , [ , "(\\d{5})(\\d{2})(\\d{3})(\\d{4})" ,
"$1 $2 $3 $4" , [ "0" ] ] ] , [ [ , "(\\d{2})(\\d{3,4})" , "$1-$2" , [ "(?:3[1-3]|[46][1-4]|5[1-5])1" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "1" ] ] , [ , "(\\d)(\\d{3,4})(\\d{4})" , "$1-$2-$3" , [ "2" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "60|8" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1-$2-$3" , [ "[1346]|5[1-5]" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1-$2-$3" , [ "[57]" ] , "0$1" , "0$CC-$1" ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1-$2-$3" , [ "5" ] , "0$1" , "0$CC-$1" ] ] , [ , , "15\\d{7,8}" , , , , "1523456789" ,
, , [ 9 , 10 ] ] , , , [ , , "00(?:3(?:08\\d{6,7}|68\\d{7})|798\\d{7,9})" , , , , , , , [ 11 , 12 , 13 , 14 ] ] , [ , , "1(?:5(?:22|44|66|77|88|99)|6(?:[07]0|44|6[16]|88)|8(?:00|33|55|77|99))\\d{4}" , , , , "15441234" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , KW : [ , [ , , "(?:18|[2569]\\d\\d)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "2(?:[23]\\d\\d|4(?:[1-35-9]\\d|44)|5(?:0[034]|[2-46]\\d|5[1-3]|7[1-7]))\\d{4}" , , , , "22345678" , , , [ 8 ] ] , [ , , "(?:5(?:2(?:22|5[25])|7(?:55|77)|88[58])|6(?:222|333|444|70[013-9]|888|93[039])|9(?:11[01]|3(?:00|33)|500))\\d{4}|(?:5(?:[05]\\d|1[0-7]|6[56])|6(?:0[034679]|5[015-9]|6\\d|7[67]|9[069])|9(?:0[09]|22|[4679]\\d|55|8[057-9]))\\d{5}" ,
, , [ 9 , 10 ] ] , , , [ , , "00(?:3(?:08\\d{6,7}|68\\d{7})|798\\d{7,9})" , , , , , , , [ 11 , 12 , 13 , 14 ] ] , [ , , "1(?:5(?:22|33| 44|66|77|88|99)|6(?:[07]0|44|6[16]|88)|8(?:00|33|55|77|99))\\d{4}" , , , , "15441234" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , KW : [ , [ , , "(?:18|[2569]\\d\\d)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "2(?:[23]\\d\\d|4(?:[1-35-9]\\d|44)|5(?:0[034]|[2-46]\\d|5[1-3]|7[1-7]))\\d{4}" , , , , "22345678" , , , [ 8 ] ] , [ , , "(?:5(?:2(?:22|5[25])|7(?:55|77)|88[58])|6(?:222|333|444|70[013-9]|888|93[039])|9(?:11[01]|3(?:00|33)|500))\\d{4}|(?:5(?:[05]\\d|1[0-7]|6[56])|6(?:0[034679]|5[015-9]|6\\d|7[67]|9[069])|9(?:0[09]|22|[4679]\\d|55|8[057-9]))\\d{5}" ,
, , , "50012345" , , , [ 8 ] ] , [ , , "18\\d{5}" , , , , "1801234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "KW" , 965 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{3,4})" , "$1 $2" , [ "[169]|2(?:[235]|4[1-35-9])|52" ] ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "[25]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , KY : [ , [ , , "(?:345|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "345(?:2(?:22|3[23]|44|66)|333|444|6(?:23|38|40)|7(?:30|4[35-79]|6[6-9]|77)|8(?:00|1[45]|25|[48]8)|9(?:14|4[035-9]))\\d{4}" , , ,
, "3452221234" , , , , [ 7 ] ] , [ , , "345(?:32[1-9]|42[0-4]|5(?:1[67]|2[5-79]|4[6-9]|50|76)|649|9(?:1[679]|2[2-9]|3[06-9]|90))\\d{4}" , , , , "3453231234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002345678" ] , [ , , "(?:345976|900[2-9]\\d\\d)\\d{4}" , , , , "9002345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "KY" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "345$1" , , , , , [ , , "345849\\d{4}" , , , , "3458491234" ] , , "345" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , KZ : [ , [ , , "(?:33622|8\\d{8})\\d{5}|[78]\\d{9}" , , , , , , , [ 10 , 14 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:33622|7(?:1(?:0(?:[23]\\d|4[0-3]|59|63)|1(?:[23]\\d|4[0-79]|59)|2(?:[23]\\d|59)|3(?:2\\d|3[0-79]|4[0-35-9]|59)|4(?:[24]\\d|3[013-9]|5[1-9])|5(?:2\\d|3[1-9]|4[0-7]|59)|6(?:[2-4]\\d|5[19]|61)|72\\d|8(?:[27]\\d|3[1-46-9]|4[0-5]))|2(?:1(?:[23]\\d|4[46-9]|5[3469])|2(?:2\\d|3[0679]|46|5[12679])|3(?:[2-4]\\d|5[139])|4(?:2\\d|3[1-35-9]|59)|5(?:[23]\\d|4[0-246-8]|59|61)|6(?:2\\d|3[1-9]|4[0-4]|59)|7(?:[2379]\\d|40|5[279])|8(?:[23]\\d|4[0-3]|59)|9(?:2\\d|3[124578]|59))))\\d{5}" ,
@ -321,8 +321,8 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MP" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "670$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "670" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MQ : [ , [ , , "(?:69|80)\\d{7}|(?:59|97)6\\d{6}" , , , , , , , [ 9 ] ] , [ , , "596(?:0[0-8]|10|2[7-9]|3[04-9]|[4-7]\\d|8[09]|9[4-9])\\d{4}" , , , , "596301234" ] , [ , , "69(?:6(?:[0-46-9]\\d|5[0-6])|727)\\d{4}" , , , , "696201234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976(?:6\\d|7[0-367])\\d{4}" , , , , "976612345" ] , "MQ" , 596 , "00" , "0" ,
, , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MR : [ , [ , , "(?:[2-4]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "(?:25[08]|35\\d|45[1-7])\\d{5}" , , , , "35123456" ] , [ , , "[2-4][0-46-9]\\d{6}" , , , , "22123456" ] , [ , , "800\\d{5}" , , , , "80012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MR" , 222 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "[2-48]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MS : [ , [ , , "(?:[58]\\d\\d|664|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "6644(?:1[0-3]|91)\\d{4}" , , , , "6644912345" , , , , [ 7 ] ] , [ , , "664(?:3(?:49|9[1-6])|49[2-6])\\d{4}" , , , , "6644923456" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "900[2-9]\\d{6}" , , , , "9002123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MS" , 1 , "011" , "1" , , , "1|([34]\\d{6})$" , "664$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "664" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MT : [ , [ , , "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "2(?:0(?:[19]\\d|3[1-4]|6[059])|[1-357]\\d\\d)\\d{4 }" , , , , "21001234" ] , [ , , "(?:7(?:210|[79]\\d\\d)|9(?:[29]\\d\\d|69[67]|8(?:1[1-3]|89|97)))\\d{4}" , , , , "96961234" ] , [ , , "800[3467]\\d{4}" , , , , "80071234" ] , [ , , "5(?:0(?:0(?:37|43)|(?:6\\d|70|9[0168])\\d)|[12]\\d0[1-5])\\d{3}" , , , , "50037123" ] , [ , ,
, , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3550\\d{4}" , , , , "35501234" ] , "MT" , 356 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2357-9]" ] ] ] , , [ , , "7117\\d{4}" , , , , "71171234" ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "501\\d{5}" , , , , "50112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MU : [ , [ , , "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}" , , , , "54480123" , , , [ 7 , 8 ] ] , [ , , "5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[5-9]|4[3-589]|[57]\\d|8[0-689]|9[0-8])\\d{5}" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MS" , 1 , "011" , "1" , , , "1|([34]\\d{6})$" , "664$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "664" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MT : [ , [ , , "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "20(?:3[1-4]|6[059])\\d{4}|2(?:0[19]|[1-357]\\d|60)\\d{5 }" , , , , "21001234" ] , [ , , "(?:7(?:210|[79]\\d\\d)|9(?:[29]\\d\\d|69[67]|8(?:1[1-3]|89|97)))\\d{4}" , , , , "96961234" ] , [ , , "800[3467]\\d{4}" , , , , "80071234" ] , [ , , "5(?:0(?:0(?:37|43)|(?:6\\d|70|9[0168])\\d)|[12]\\d0[1-5])\\d{3}" , , , , "50037123" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3550\\d{4}" , , , , "35501234" ] , "MT" , 356 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2357-9]" ] ] ] , , [ , , "7117\\d{4}" , , , , "71171234" ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "501\\d{5}" , , , , "50112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MU : [ , [ , , "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}" , , , , "54480123" , , , [ 7 , 8 ] ] , [ , , "5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[5-9]|4[3-589]|[57]\\d|8[0-689]|9[0-8])\\d{5}" ,
, , , "52512345" , , , [ 8 ] ] , [ , , "802\\d{7}|80[0-2]\\d{4}" , , , , "8001234" , , , [ 7 , 10 ] ] , [ , , "30\\d{5}" , , , , "3012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3(?:20|9\\d)\\d{4}" , , , , "3201234" , , , [ 7 ] ] , "MU" , 230 , "0(?:0|[24-7]0|3[03])" , , , , , , "020" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-46]|8[013]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "5" ] ] , [ , "(\\d{5})(\\d{5})" , "$1 $2" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MV : [ , [ , , "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}" , , , , , , , [ 7 , 10 ] ] , [ , , "(?:3(?:0[0-3]|3[0-59])|6(?:[57][02468]|6[024-68]|8[024689]))\\d{4}" ,
, , , "6701234" , , , [ 7 ] ] , [ , , "46[46]\\d{4}|(?:7\\d|9[13-9])\\d{5}" , , , , "7712345" , , , [ 7 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , "900\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MV" , 960 , "0(?:0|19)" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[3467]|9[13-9]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "4[05]0\\d{4}" , , , , "4001234" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MW : [ , [ , , "(?:[19]\\d|[23]1|77|88)\\d{7}|1\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "(?:1[2-9]|21\\d\\d)\\d{5}" ,
, , , "1234567" ] , [ , , "111\\d{6}|(?:31|77|88|9[89])\\d{7}" , , , , "991234567" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MW" , 265 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[137-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MX : [ , [ , , "1(?:65[0-689]|99[1-9])\\d{7}|(?:1(?:[0147]\\d|[235][1-9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}" ,
@ -348,9 +348,9 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
NU : [ , [ , , "(?:[47]|888\\d)\\d{3}" , , , , , , , [ 4 , 7 ] ] , [ , , "[47]\\d{3}" , , , , "7012" , , , [ 4 ] ] , [ , , "888[4-9]\\d{3}" , , , , "8884012" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NU" , 683 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NZ : [ , [ , , "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 ] ] , [ , , "24099\\d{3}|(?:3[2-79]|[49][2-9]|6[235-9]|7[2-57-9])\\d{6}" ,
, , , "32345678" , , , [ 8 ] , [ 7 ] ] , [ , , "2[0-27-9]\\d{7,8}|21\\d{6}" , , , , "211234567" , , , [ 8 , 9 , 10 ] ] , [ , , "508\\d{6,7}|80\\d{6,8}" , , , , "800123456" , , , [ 8 , 9 , 10 ] ] , [ , , "(?:11\\d{5}|50(?:0[08]|30|66|77|88))\\d{3}|90\\d{6,8}" , , , , "900123456" , , , [ 7 , 8 , 9 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{7}" , , , , "701234567" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NZ" , 64 , "0(?:0|161)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,8})" , "$1 $2" , [ "8[1-579]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "50[036-8]|[89]0" , "50(?:[0367]|88)|[89]0" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{4})" ,
"$1-$2 $3" , [ "24|[346]|7[2-57-9]|9[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2(?:10|74)|[59]|80" ] , "0$1" ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "1|2[028]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,5})" , "$1 $2 $3" , [ "2(?:[169]|7[0-35-9])|7|86" ] , "0$1" ] ] , , [ , , "[28]6\\d{6,7}" , , , , "26123456" , , , [ 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "8(?:1[6-9]|22|3\\d|4[045]|5[459]|7[0-3579]|90)\\d{2,7}" , , , , "83012378" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , OM : [ , [ , , "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "2[2-6]\\d{6}" ,
, , , "23123456" , , , [ 8 ] ] , [ , , "1505\\d{4}|(?:7(?:[1289]\\d|70)|9(?:0[1-9]|[1-9]\\d))\\d{5}" , , , , "92123456" , , , [ 8 ] ] , [ , , "8007\\d{4,5}|(?:500|800[05])\\d{4}" , , , , "80071234" ] , [ , , "900\\d{5}" , , , , "90012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "OM" , 968 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4,6})" , "$1 $2" , [ "[58]" ] ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "2" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[179]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PA : [ , [ , , "8\\d{9}|[68]\\d{7}|[1-57-9]\\d{6}" , ,
, , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[139])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[026-9])|3(?:[089]\\d|1[014-7]|2[0-5]|33|4[0-79]|55|6[068]|7[03-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[6-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}" , , , , "2001234" , , , [ 7 ] ] , [ , , "(?:1[16]1|21[89]|6(?:[02-9]\\d|1[0-8])\\d|8(?:1[01]|7[23]))\\d{4}" ,
, , , "61234567" , , , [ 7 , 8 ] ] , [ , , "800\\d{4}(?:\\d(?:\\d{2})?)? " , , , , "8001234" ] , [ , , "(?:8(?:22|55|60|7[78]|86)|9(?:00|81))\\d{4}" , , , , "8601234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PA" , 507 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[1-57-9]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[68]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PE : [ , [ , , "(?:[14-8]|9\\d)\\d{7}" , , , , , , , [ 8 , 9 ] , [ 6 , 7 ] ] , [ , , "(?:(?:4[34]|5[14])[0-8]\\d|7(?:173|3[0-8]\\d)|8(?:10[05689]|6(?:0[06-9]|1[6-9]|29)|7(?:0[569]|[56]0)))\\d{4}|(?:1[0-8]|4[12]|5[236]|6[1-7]|7[246]|8[2-4])\\d{6}" ,
, , , "23123456" , , , [ 8 ] ] , [ , , "1505\\d{4}|(?:7(?:[1289]\\d|70)|9(?:0[1-9]|[1-9]\\d))\\d{5}" , , , , "92123456" , , , [ 8 ] ] , [ , , "8007\\d{4,5}|(?:500|800[05])\\d{4}" , , , , "80071234" ] , [ , , "900\\d{5}" , , , , "90012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "OM" , 968 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4,6})" , "$1 $2" , [ "[58]" ] ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "2" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[179]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PA : [ , [ , , "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}" ,
, , , , , , [ 7 , 8 , 10 , 11 ] ] , [ , , "(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[139])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[026-9])|3(?:[089]\\d|1[014-7]|2[0-5]|33|4[0-79]|55|6[068]|7[03-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[6-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}" , , , , "2001234" , , , [ 7 ] ] , [ , , "(?:1[16]1|21[89]|6(?:[02-9]\\d|1[0-8])\\d|8(?:1[01]|7[23]))\\d{4}" ,
, , , "61234567" , , , [ 7 , 8 ] ] , [ , , "800\\d{4,5}|(?:00800|800\\d)\\d{6} " , , , , "8001234" ] , [ , , "(?:8(?:22|55|60|7[78]|86)|9(?:00|81))\\d{4}" , , , , "8601234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PA" , 507 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[1-57-9]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[68]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PE : [ , [ , , "(?:[14-8]|9\\d)\\d{7}" , , , , , , , [ 8 , 9 ] , [ 6 , 7 ] ] , [ , , "(?:(?:4[34]|5[14])[0-8]\\d|7(?:173|3[0-8]\\d)|8(?:10[05689]|6(?:0[06-9]|1[6-9]|29)|7(?:0[569]|[56]0)))\\d{4}|(?:1[0-8]|4[12]|5[236]|6[1-7]|7[246]|8[2-4])\\d{6}" ,
, , , "11234567" , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "9\\d{8}" , , , , "912345678" , , , [ 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "805\\d{5}" , , , , "80512345" , , , [ 8 ] ] , [ , , "801\\d{5}" , , , , "80112345" , , , [ 8 ] ] , [ , , "80[24]\\d{5}" , , , , "80212345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PE" , 51 , "19(?:1[124]|77|90)00" , "0" , " Anexo " , , "0" , , , , [ [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "80" ] , "(0$1)" ] , [ , "(\\d)(\\d{7})" , "$1 $2" , [ "1" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[4-8]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PF : [ , [ , , "4\\d{5}(?:\\d{2})?|8\\d{7,8}" , , , , , , , [ 6 , 8 , 9 ] ] , [ , , "4(?:0[4-689]|9[4-68])\\d{5}" , , , , "40412345" , , , [ 8 ] ] , [ , , "8[7-9]\\d{6}" , , , , "87123456" , , , [ 8 ] ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "499\\d{5}" , , , , "49901234" , , , [ 8 ] ] , "PF" , 689 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "44" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "4|8[7-9]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] ] , , [ , , ,
, , , , , , [ - 1 ] ] , , , [ , , "44\\d{4}" , , , , , , , [ 6 ] ] , [ , , "44\\d{4}" , , , , "440123" , , , [ 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PG : [ , [ , , "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:(?:3[0-2]|4[257]|5[34]|9[78])\\d|64[1-9]|85[02-46-9])\\d{4}" , , , , "3123456" , , , [ 7 ] ] , [ , , "(?:7\\d|8[18])\\d{6}" , , , , "70123456" , , , [ 8 ] ] , [ , , "180\\d{4}" , , , , "1801234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "2(?:0[0-47]|7[568])\\d{4}" , , , , "2751234" , , , [ 7 ] ] , "PG" , 675 , "00|140[1-3]" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "18|[2-69]|85" ] ] ,
@ -411,8 +411,8 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
"(\\d{5})(\\d{4})" , "$1 $2" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "0800\\d{4}" , , , , , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TA : [ , [ , , "8\\d{3}" , , , , , , , [ 4 ] ] , [ , , "8\\d{3}" , , , , "8999" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TA" , 290 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "8" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TC : [ , [ , , "(?:[58]\\d\\d|649|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "649(?:266|712|9(?:4\\d|50))\\d{4}" , , , , "6497121234" , , , , [ 7 ] ] , [ , , "649(?:2(?:3[129]|4[1-79])|3\\d\\d|4[34][1-3])\\d{4}" ,
, , , "6492311234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002345678" ] , [ , , "900[2-9]\\d{6}" , , , , "9002345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , "649(?:71[01]|966)\\d{4}" , , , , "6497101234" , , , , [ 7 ] ] , "TC" , 1 , "011" , "1" , , , "1|([2-479]\\d{6})$" , "649$1" , , , , , [ , , , , , , , ,
, [ - 1 ] ] , , "649" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TD : [ , [ , , "(?:22|[69]\\d|77)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "22(?:[37-9]0|5[0-5]|6[89])\\d{4}" , , , , "22501234" ] , [ , , "(?:6[023568]|77|9\\d)\\d{6}" , , , , "63012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TD" , 235 , "00|16" , , , , , , "00" , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2679]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TG : [ , [ , , "[279]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:2[2-7]|3[23]|4[45]|55|6[67]|77)\\d{5}" ,
, , , "22212345" ] , [ , , "(?:7[09]|9[0-36-9])\\d{6}" , , , , "90112345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TG" , 228 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[279]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TH : [ , [ , , "1\\d{9}|[1689]\\d{8}|[1-57]\\d{7 }" , , , , , , , [ 8 , 9 , 10 ] ] , [ , , "(?:1[0689]|2\\d|3[2-9]|4[2-5]|5[2-6]|7[3-7])\\d{6}" , , , , "21234567" , , , [ 8 ] ] , [ , , "671[0-3]\\d{5}|(?:14|6[1-6]|[89]\\d)\\d{7}" , , , , "812345678" , , , [ 9 ] ] ,
[ , , "1800\\d{6}", , , , "1800123456" , , , [ 10 ] ] , [ , , "1900\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "6[08]\\d{7}" , , , , "601234567" , , , [ 9 ] ] , "TH" , 66 , "00[1-9]" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[13-9]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TJ : [ , [ , , "(?:00|11|[2-57-9]\\d)\\d{7}" , , , , , , , [ 9 ] , [ 3 , 5 , 6 , 7 ] ] , [ , , "(?:3(?:1[3-5]|2[245]|3[12]|4[24-7]|5[25]|72)|4(?:46|74|87))\\d{6}" ,
, , , "22212345" ] , [ , , "(?:7[09]|9[0-36-9])\\d{6}" , , , , "90112345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TG" , 228 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[279]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TH : [ , [ , , "(?:001800|[2-57]|[689]\\d)\\d{7}|1\\d{7,9 }" , , , , , , , [ 8 , 9 , 10 , 13 ] ] , [ , , "(?:1[0689]|2\\d|3[2-9]|4[2-5]|5[2-6]|7[3-7])\\d{6}" , , , , "21234567" , , , [ 8 ] ] , [ , , "671[0-3]\\d{5}|(?:14|6[1-6]|[89]\\d)\\d{7}" , , , , "812345678" ,
, , [ 9 ] ] , [ , , "(?:00 1800\\d|1800) \\d{6}", , , , "1800123456" , , , [ 10 , 13 ] ] , [ , , "1900\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "6[08]\\d{7}" , , , , "601234567" , , , [ 9 ] ] , "TH" , 66 , "00[1-9]" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[13-9]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TJ : [ , [ , , "(?:00|11|[2-57-9]\\d)\\d{7}" , , , , , , , [ 9 ] , [ 3 , 5 , 6 , 7 ] ] , [ , , "(?:3(?:1[3-5]|2[245]|3[12]|4[24-7]|5[25]|72)|4(?:46|74|87))\\d{6}" ,
, , , "372123456" , , , , [ 3 , 5 , 6 , 7 ] ] , [ , , "41[18]\\d{6}|(?:[034]0|11|2[02]|5[05]|7[07]|8[08]|9\\d)\\d{7}" , , , , "917123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TJ" , 992 , "810" , "8" , , , "8" , , "8~10" , , [ [ , "(\\d{6})(\\d)(\\d{2})" , "$1 $2 $3" , [ "331" , "3317" ] , , , 1 ] , [ , "(\\d{3})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "[34]7|91[78]" ] , , , 1 ] , [ , "(\\d{4})(\\d)(\\d{4})" , "$1 $2 $3" , [ "3[1-5]" ] , , , 1 ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[02-57-9]|11" ] , , , 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , ,
, , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TK : [ , [ , , "[2-47]\\d{3,6}" , , , , , , , [ 4 , 5 , 6 , 7 ] ] , [ , , "(?:2[2-4]|[34]\\d)\\d{2,5}" , , , , "3101" ] , [ , , "7[2-4]\\d{2,5}" , , , , "7290" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TK" , 690 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TL : [ , [ , , "7\\d{7}|(?:[2-47]\\d|[89]0)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:2[1-5]|3[1-9]|4[1-4])\\d{5}" , , , , "2112345" , , , [ 7 ] ] , [ , , "7[2-8]\\d{6}" , , , , "77212345" , , , [ 8 ] ] , [ , , "80\\d{5}" , , , , "8012345" , , , [ 7 ] ] ,
[ , , "90\\d{5}" , , , , "9012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{5}" , , , , "7012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TL" , 670 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-489]|70" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "7" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TM : [ , [ , , "[1-6]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "(?:1(?:2\\d|3[1-9])|2(?:22|4[0-35-8])|3(?:22|4[03-9])|4(?:22|3[128]|4\\d|6[15])|5(?:22|5[7-9]|6[014-689]))\\d{5}" , , , , "12345678" ] , [ , , "6\\d{7}" , , , , "66123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
@ -429,13 +429,13 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
, , , "900123456" ] , [ , , "8(?:40|6[01])\\d{6}" , , , , "840123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "41\\d{7}" , , , , "412345678" ] , "TZ" , 255 , "00[056]" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[24]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[67]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "(?:8(?:[04]0|6[01])|90\\d)\\d{6}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , UA : [ , [ , , "[89]\\d{9}|[3-9]\\d{8}" , , , , , , , [ 9 , 10 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:3[1-8]|4[13-8]|5[1-7]|6[12459])\\d{7}" , , ,
, "311234567" , , , [ 9 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:50|6[36-8]|7[1-3]|9[1-9])\\d{7}" , , , , "501234567" , , , [ 9 ] ] , [ , , "800[1-8]\\d{5,6}" , , , , "800123456" ] , [ , , "900[239]\\d{5,6}" , , , , "900212345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "89[1-579]\\d{6}" , , , , "891234567" , , , [ 9 ] ] , "UA" , 380 , "00" , "0" , , , "0" , , "0~0" , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6[12][29]|(?:3[1-8]|4[136-8]|5[12457]|6[49])2|(?:56|65)[24]" , "6[12][29]|(?:35|4[1378]|5[12457]|6[49])2|(?:56|65)[24]|(?:3[1-46-8]|46)2[013-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" ,
[ "4[45][0-5]|5(?:0|6[37])|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]" , "4[45][0-5]|5(?:0|6(?:3[14-7]|7))|6(?:[12][018]|[36-8])|7|89|9[1-9]|(?:48|57)[0137-9]" ] , "0$1" ] , [ , "(\\d{4})(\\d{5})" , "$1 $2" , [ "[3-6]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[89]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , UG : [ , [ , , "800\\d{6}|(?:[29]0|[347]\\d)\\d{7}" , , , , , , , [ 9 ] , [ 5 , 6 , 7 ] ] , [ , , "20(?:(?:(?:24|81)0|30[67])\\d|6(?:00[0-2]|30[0-4]))\\d{3}|(?:20(?:[0147]\\d|2[5-9]|32|5[0-4]|6[15-9])|[34]\\d{3})\\d{5}" ,
, , , "312345678" , , , , [ 5 , 6 , 7 ] ] , [ , , "7260\\d{5}|7(?:[0157-9]\\d|20|36|[46][0-4])\\d{6}" , , , , "712345678" ] , [ , , "800[1-3]\\d{5}" , , , , "800123456" ] , [ , , "90[1-3]\\d{6}" , , , , "901123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "UG" , 256 , "00[057]" , "0" , , , "0" , , , , [ [ , "(\\d{4})(\\d{5})" , "$1 $2" , [ "202" , "2024" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "[27-9]|4(?:6[45]|[7-9])" ] , "0$1" ] , [ , "(\\d{2})(\\d{7})" , "$1 $2" , [ "[34]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , US : [ , [ , , "[2-9]\\d{9}" ,
, , , "312345678" , , , , [ 5 , 6 , 7 ] ] , [ , , "726[ 01] \\d{5}|7(?:[0157-9]\\d|20|36|[46][0-4])\\d{6}" , , , , "712345678" ] , [ , , "800[1-3]\\d{5}" , , , , "800123456" ] , [ , , "90[1-3]\\d{6}" , , , , "901123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "UG" , 256 , "00[057]" , "0" , , , "0" , , , , [ [ , "(\\d{4})(\\d{5})" , "$1 $2" , [ "202" , "2024" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "[27-9]|4(?:6[45]|[7-9])" ] , "0$1" ] , [ , "(\\d{2})(\\d{7})" , "$1 $2" , [ "[34]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , US : [ , [ , , "[2-9]\\d{9}" ,
, , , , , , [ 10 ] , [ 7 ] ] , [ , , "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-2]|[28]2)|3(?:0[02]|33)|4(?:00|4[24]|65|82)|5(?:00|29|83)|6(?:00|66|82)|777|8(?:00|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}" ,
, , , "2015550123" , , , , [ 7 ] ] , [ , , "5(?:05(?:[2-57-9]\\d\\d|6(?:[0-35-9]\\d|44))|82(?:2(?:0[0-2]|[28]2)|3(?:0[02]|33)|4(?:00|4[24]|65|82)|5(?:00|29|83)|6(?:00|66|82)|777|8(?:00|88)|9(?:00|9[89])))\\d{4}|(?:2(?:0[1-35-9]|1[02-9]|2[03-589]|3[149]|4[08]|5[1-46]|6[0279]|7[0269]|8[13])|3(?:0[1-57-9]|1[02-9]|2[01356]|3[0-24679]|4[167]|5[12]|6[014]|8[056])|4(?:0[124-9]|1[02-579]|2[3-5]|3[0245]|4[023578]|58|6[39]|7[0589]|8[04])|5(?:0[1-47-9]|1[0235-8]|20|3[0149]|4[01]|5[19]|6[1-47]|7[0-5]|8[056])|6(?:0[1-35-9]|1[024-9]|2[03689]|[34][016]|5[0179]|6[0-279]|78|8[0-29])|7(?:0[1-46-8]|1[2-9]|2[04-7]|3[1247]|4[037]|5[47]|6[02359]|7[0-59]|8[156])|8(?:0[1-68]|1[02-8]|2[08]|3[0-289]|4[03578]|5[046-9]|6[02-5]|7[028])|9(?:0[1346-9]|1[02-9]|2[0589]|3[0146-8]|4[01579]|5[12469]|7[0-389]|8[04-69]))[2-9]\\d{6}" ,
, , , "2015550123" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002345678" ] , [ , , "900[2-9]\\d{6}" , , , , "9002345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "US" , 1 , "011" , "1" , , , "1" , , , 1 , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[2-9]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "($1) $2-$3" ,
[ "[2-9]" ] , , , 1 ] ] , [ [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "[2-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , UY : [ , [ , , "4\\d{9}|[249]\\d{7}|(?:[49]\\d|80)\\d{5}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2\\d|4[2-7])\\d{6}" , , , , "21231234" , , , [ 8 ] , [ 7 ] ] , [ , , "9[1-9]\\d{6}" , , , , "94231234" , , , [ 8 ] ] , [ , , "(?:4\\d{5}|80[05])\\d{4}|405\\d{4}" , , , , "8001234" , , , [ 7 , 10 ] ] , [ , , "90[0-8]\\d{4}" , , , , "9001234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "UY" , 598 , "0(?:0|1[3-9]\\d)" , "0" , " int. " , , "0" , , "00" , , [ [ ,
"(\\d{3})(\\d{4})" , "$1 $2" , [ "405|8|90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] , "0$1" ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[24]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "4" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , UZ : [ , [ , , "(?:33|55|[679]\\d|88)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "(?:6(?:1(?:22|3[124]|4[1-4]|5[1-3578]|64)|2(?:22|3[0-57-9]|41)|5(?:22|3[3-7]|5[024-8])|6\\d\\d|7(?:[23]\\d|7[69])|9(?:22|4[1-8]|6[135]))|7(?:0(?:5[4-9]|6[0146]|7[124-6]|9[135-8])|(?:1[12]|8\\d)\\d|2(?:22|3[13-57-9]|4[1-3579]|5[14])|3(?:2\\d|3[1578]|4[1-35-7]|5[1-57]|61)|4(?:2\\d|3[1-579]|7[1-79])|5(?:22|5[1-9]|6[1457])|6(?:22|3[12457]|4[13-8])|9(?:22|5[1-9])))\\d{5}" ,
, , , "669050123" ] , [ , , "(?:(?:33|88|9[0-57-9])\\d{3}|55(?:50[13]|90\\d)|6(?:1(?:2(?:2[01]|98)|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:(?:11|7\\d)\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4]))|5(?:19[01]|2(?:27|9[26])|(?:30|59|7\\d)\\d)|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|(?:3[79]|9[0-3])\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79]))|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|3[01]|5\\d|7[0-4])|(?:5[67]|7\\d)\\d|6(?:2[0-26]|8\\d)))|7(?:[07]\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|(?:33|9[4-6])\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078]))|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0-27]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112|2(?:0\\d|2[29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[02569]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07]))))\\d{4}" ,
, , , "669050123" ] , [ , , "(?:(?:33|88|9[0-57-9])\\d{3}|55(?:50[0 13]|90\\d)|6(?:1(?:2(?:2[01]|98)|35[0-4]|50\\d|61[23]|7(?:[01][017]|4\\d|55|9[5-9]))|2(?:(?:11|7\\d)\\d|2(?:[12]1|9[01379])|5(?:[126]\\d|3[0-4]))|5(?:19[01]|2(?:27|9[26])|(?:30|59|7\\d)\\d)|6(?:2(?:1[5-9]|2[0367]|38|41|52|60)|(?:3[79]|9[0-3])\\d|4(?:56|83)|7(?:[07]\\d|1[017]|3[07]|4[047]|5[057]|67|8[0178]|9[79]))|7(?:2(?:24|3[237]|4[5-9]|7[15-8])|5(?:7[12]|8[0589])|7(?:0\\d|[39][07])|9(?:0\\d|7[079]))|9(?:2(?:1[1267]|3[01]|5\\d|7[0-4])|(?:5[67]|7\\d)\\d|6(?:2[0-26]|8\\d)))|7(?:[07]\\d{3}|1(?:13[01]|6(?:0[47]|1[67]|66)|71[3-69]|98\\d)|2(?:2(?:2[79]|95)|3(?:2[5-9]|6[0-6])|57\\d|7(?:0\\d|1[17]|2[27]|3[37]|44|5[057]|66|88))|3(?:2(?:1[0-6]|21|3[469]|7[159])|(?:33|9[4-6])\\d|5(?:0[0-4]|5[579]|9\\d)|7(?:[0-3579]\\d|4[0467]|6[67]|8[078]))|4(?:2(?:29|5[0257]|6[0-7]|7[1-57])|5(?:1[0-4]|8\\d|9[5-9])|7(?:0\\d|1[024589]|2[0-27]|3[0137]|[46][07]|5[01]|7[5-9]|9[079])|9(?:7[015-9]|[89]\\d))|5(?:112|2(?:0\\d|2[29]|[49]4)|3[1568]\\d|52[6-9]|7(?:0[01578]|1[017]|[23]7|4[047]|[5-7]\\d|8[78]|9[079]))|6(?:2(?:2[1245]|4[2-4])|39\\d|41[179]|5(?:[349]\\d|5[0-2])|7(?:0[017]|[13]\\d|22|44|55|67|88))|9(?:22[128]|3(?:2[0-4]|7\\d)|57[02569]|7(?:2[05-9]|3[37]|4\\d|60|7[2579]|87|9[07]))))\\d{4}" ,
, , , "912345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "UZ" , 998 , "810" , "8" , , , "8" , , "8~10" , , [ [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[35-9]" ] , "8 $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VA : [ , [ , , "0\\d{5,10}|3[0-8]\\d{7,10}|55\\d{8}|8\\d{5}(?:\\d{2,4})?|(?:1\\d|39)\\d{7,8}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "06698\\d{1,6}" , , , , "0669812345" , , , [ 6 , 7 , 8 , 9 , 10 , 11 ] ] , [ , , "3[1-9]\\d{8}|3[2-9]\\d{7}" , , , , "3123456789" , , , [ 9 , 10 ] ] , [ , , "80(?:0\\d{3}|3)\\d{3}" ,
, , , "800123456" , , , [ 6 , 9 ] ] , [ , , "(?:0878\\d\\d|89(?:2|4[5-9]\\d))\\d{3}|89[45][0-4]\\d\\d|(?:1(?:44|6[346])|89(?:5[5-9]|9))\\d{6}" , , , , "899123456" , , , [ 6 , 8 , 9 , 10 ] ] , [ , , "84(?:[08]\\d{3}|[17])\\d{3}" , , , , "848123456" , , , [ 6 , 9 ] ] , [ , , "1(?:78\\d|99)\\d{6}" , , , , "1781234567" , , , [ 9 , 10 ] ] , [ , , "55\\d{8}" , , , , "5512345678" , , , [ 10 ] ] , "VA" , 39 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "06698" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "3[2-8]\\d{9,10}" , , , , "33101234501" , , , [ 11 , 12 ] ] ] , VC : [ , [ , , "(?:[58]\\d\\d|784|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "784(?:266|3(?:6[6-9]|7\\d|8[0-6])|4(?:38|5[0-36-8]|8[0-8])|5(?:55|7[0-2]|93)|638|784)\\d{4}" ,
, , , "7842661234" , , , , [ 7 ] ] , [ , , "784(?:4(?:3[0-5]|5[45]|89|9[0-8])|5(?:2[6-9]|3[0-4])|720)\\d{4}" , , , , "7844301234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002345678" ] , [ , , "900[2-9]\\d{6}" , , , , "9002345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "VC" ,
@ -481,44 +481,40 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
See the License for the specific language governing permissions and
limitations under the License .
* /
function Sa ( ) { this . a = { } } fa ( Sa ) ;
var J = { 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" } , Ta = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , Ua = { 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" } , Va = /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , Wa = /[+\uff0b]+/ , K = /^[+\uff0b]+/ , Xa = /([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/ , Ya = /[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/ , Za = /[\\\/] *x/ , $a = /[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/ , ab = /(?:.*?[A-Za-z]){3}.*/ ;
function L ( a ) { return "([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1," + a + "})" }
function bb ( ) { return ";ext=" + L ( "20" ) + "|[ \u00a0\\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|\u0434\u043e\u0431|anexo)[:\\.\uff0e]?[ \u00a0\\t,-]*" + ( L ( "20" ) + "#?|[ \u00a0\\t,]*(?:[x\uff58#\uff03~\uff5e]|int|\uff49\uff4e\uff54)[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( L ( "9" ) + "#?|[- ]+" ) + ( L ( "6" ) + "#|[ \u00a0\\t]*(?:,{2}|;)[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( L ( "15" ) + "#?|[ \u00a0\\t]*(?:,)+[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( L ( "9" ) + "#?" ) }
var cb = new RegExp ( "(?:" + bb ( ) + ")$" , "i" ) , db = new 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]*(?:" + bb ( ) + ")?$" , "i" ) , eb = /(\$\d)/ ,
fb = /\$NP/ , gb = /\$FG/ , hb = /\$CC/ , ib = /^\(?\$1\)?$/ ; function jb ( a ) { var b = a . search ( Ya ) ; 0 <= b ? ( a = a . substring ( b ) , a = a . replace ( $a , "" ) , b = a . search ( Za ) , 0 <= b && ( a = a . substring ( 0 , b ) ) ) : a = "" ; return a } function kb ( a ) { return 2 > a . length ? ! 1 : M ( db , a ) } function lb ( a ) { return M ( ab , a ) ? N ( a , Ua ) : N ( a , J ) } function mb ( a ) { var b = lb ( a . toString ( ) ) ; C ( a ) ; a . a ( b ) } function nb ( a ) { return null != a && ( 1 != y ( a , 9 ) || - 1 != v ( a , 9 ) [ 0 ] ) }
function N ( a , b ) { for ( var c = new B , 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 ob ( a ) { return 0 == a . length || ib . test ( a ) } function pb ( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in Ra } function P ( a , b , c ) { if ( 0 == r ( b , 2 ) && q ( b , 5 ) ) { var d = x ( b , 5 ) ; if ( 0 < d . length ) return d } d = x ( b , 1 ) ; var e = Q ( b ) ; if ( 0 == c ) return R ( d , 0 , e , "" ) ; if ( ! ( d in I ) ) return e ; a = S ( a , d , T ( d ) ) ; b = qb ( b , a , c ) ; e = rb ( e , a , c ) ; return R ( d , c , e , b ) }
function tb ( a , b ) { var c = U , d = x ( a , 1 ) , e = Q ( a ) ; if ( ! ( d in I ) ) return e ; c = S ( c , d , T ( d ) ) ; a = qb ( a , c , 2 ) ; b = rb ( e , c , 2 , b ) ; return R ( d , 2 , b , a ) } function S ( a , b , c ) { return "001" == c ? V ( a , "" + b ) : V ( a , c ) }
function ub ( a , b , c ) { if ( ! pb ( c ) ) return P ( a , b , 1 ) ; var d = x ( b , 1 ) , e = Q ( b ) ; if ( ! ( d in I ) ) return e ; if ( 1 == d ) { if ( null != c && I [ 1 ] . includes ( c . toUpperCase ( ) ) ) return d + " " + P ( a , b , 2 ) } else if ( d == vb ( a , c ) ) return P ( a , b , 2 ) ; var f = V ( a , c ) , g = x ( f , 11 ) ; c = "" ; q ( f , 17 ) ? c = x ( f , 17 ) : M ( Va , g ) && ( c = g ) ; a = S ( a , d , T ( d ) ) ; e = rb ( e , a , 1 ) ; b = qb ( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + e + b : R ( d , 1 , e , b ) }
function wb ( a , b ) { var c = U , d ; if ( d = q ( a , 5 ) ) { d = x ( a , 1 ) ; d = S ( c , d , T ( d ) ) ; if ( null == d ) d = ! 1 ; else { var e = Q ( a ) ; d = null != xb ( v ( d , 19 ) , e ) } d = ! d } if ( d ) return x ( a , 5 ) ; if ( ! q ( a , 6 ) ) return P ( c , a , 2 ) ; switch ( r ( a , 6 ) ) { case 1 : c = P ( c , a , 1 ) ; break ; case 5 : c = ub ( c , a , b ) ; break ; case 10 : c = P ( c , a , 1 ) . substring ( 1 ) ; break ; default : d = T ( x ( a , 1 ) ) ; b = V ( c , d ) ; if ( null == b ) var f = null ; else b = x ( b , 12 ) , f = 0 == b . length ? null : b = b . replace ( "~" , "" ) ; b = P ( c , a , 2 ) ; if ( null == f || 0 == f . length ) c = b ; else { a : { e = x ( a , 5 ) ; e = N ( e , J ) ; if ( 0 == e . lastIndexOf ( f , 0 ) ) try { var g = yb ( c , zb ( c , e . substring ( f . length ) ,
d , ! 1 ) ) ; break a } catch ( h ) { } g = ! 1 } g ? c = b : ( g = V ( c , d ) , d = Q ( a ) , g = xb ( v ( g , 19 ) , d ) , null == g ? c = b : ( d = x ( g , 4 ) , e = d . indexOf ( "$1" ) , 0 >= e ? c = b : ( d = d . substring ( 0 , e ) , d = N ( d , J ) , 0 == d . length ? c = b : ( g = g . clone ( ) , Ia ( g , 4 ) , d = [ g ] , g = x ( a , 1 ) , b = Q ( a ) , g in I ? ( c = S ( c , g , T ( g ) ) , e = xb ( d , b ) , null != e && ( d = e . clone ( ) , e = x ( e , 4 ) , 0 < e . length && ( f = x ( c , 12 ) , 0 < f . length ? ( e = e . replace ( fb , f ) . replace ( gb , "$1" ) , t ( d , 4 , e ) ) : Ia ( d , 4 ) ) , b = Ab ( b , d , 2 ) ) , c = qb ( a , c , 2 ) , c = R ( g , 2 , b , c ) ) : c = b ) ) ) ) } } a = x ( a , 5 ) ; null != c && 0 < a . length && ( g = N ( c , Ta ) , b = N ( a , Ta ) , g != b && ( c = a ) ) ; return c }
function Q ( a ) { if ( ! q ( a , 2 ) ) return "" ; var b = "" + r ( a , 2 ) ; return q ( a , 4 ) && r ( a , 4 ) && 0 < x ( a , 8 ) ? Array ( x ( 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 rb ( a , b , c , d ) { b = 0 == v ( b , 20 ) . length || 2 == c ? v ( b , 19 ) : v ( b , 20 ) ; b = xb ( b , a ) ; return null == b ? a : Ab ( a , b , c , d ) }
function xb ( a , b ) { for ( var c , d = a . length , e = 0 ; e < d ; ++ e ) { c = a [ e ] ; var f = y ( c , 3 ) ; if ( 0 == f || 0 == b . search ( r ( c , 3 , f - 1 ) ) ) if ( f = new RegExp ( r ( c , 1 ) ) , M ( f , b ) ) return c } return null }
function Ab ( a , b , c , d ) { var e = x ( b , 2 ) , f = new RegExp ( r ( b , 1 ) ) , g = x ( b , 5 ) ; 2 == c && null != d && 0 < d . length && 0 < g . length ? ( b = g . replace ( hb , d ) , e = e . replace ( eb , b ) , a = a . replace ( f , e ) ) : ( b = x ( b , 4 ) , a = 2 == c && null != b && 0 < b . length ? a . replace ( f , e . replace ( eb , 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 qb ( a , b , c ) { return q ( a , 3 ) && 0 != r ( a , 3 ) . length ? 3 == c ? ";ext=" + r ( a , 3 ) : q ( b , 13 ) ? r ( b , 13 ) + x ( a , 3 ) : " ext. " + x ( a , 3 ) : "" } function Bb ( a , b ) { switch ( b ) { case 4 : return r ( a , 5 ) ; case 3 : return r ( a , 4 ) ; case 1 : return r ( a , 3 ) ; case 0 : case 2 : return r ( a , 2 ) ; case 5 : return r ( a , 6 ) ; case 6 : return r ( a , 8 ) ; case 7 : return r ( a , 7 ) ; case 8 : return r ( a , 21 ) ; case 9 : return r ( a , 25 ) ; case 10 : return r ( a , 28 ) ; default : return r ( a , 1 ) } }
function Cb ( a , b ) { return W ( a , r ( b , 1 ) ) ? W ( a , r ( b , 5 ) ) ? 4 : W ( a , r ( b , 4 ) ) ? 3 : W ( a , r ( b , 6 ) ) ? 5 : W ( a , r ( b , 8 ) ) ? 6 : W ( a , r ( b , 7 ) ) ? 7 : W ( a , r ( b , 21 ) ) ? 8 : W ( a , r ( b , 25 ) ) ? 9 : W ( a , r ( b , 28 ) ) ? 10 : W ( a , r ( b , 2 ) ) ? r ( b , 18 ) || W ( a , r ( b , 3 ) ) ? 2 : 0 : ! r ( b , 18 ) && W ( a , r ( 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 = Ra [ b ] ; if ( null == c ) return null ; c = ( new G ) . f ( F . h ( ) , c ) ; a . a [ b ] = c } return c } function W ( a , b ) { var c = a . length ; return 0 < y ( b , 9 ) && - 1 == v ( b , 9 ) . indexOf ( c ) ? ! 1 : M ( x ( b , 2 ) , a ) }
function yb ( a , b ) { var c = Db ( a , b ) ; return Eb ( a , b , c ) } function Eb ( a , b , c ) { var d = x ( b , 1 ) , e = S ( a , d , c ) ; if ( null == e || "001" != c && d != vb ( a , c ) ) return ! 1 ; a = Q ( b ) ; return - 1 != Cb ( a , e ) } function Db ( a , b ) { if ( null == b ) return null ; var c = x ( b , 1 ) ; c = I [ 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 ( q ( g , 23 ) ) { if ( 0 == b . search ( r ( g , 23 ) ) ) { a = d ; break a } } else if ( - 1 != Cb ( b , g ) ) { a = d ; break a } } a = null } return a } function T ( a ) { a = I [ a ] ; return null == a ? "ZZ" : a [ 0 ] }
function vb ( a , b ) { a = V ( a , b ) ; if ( null == a ) throw Error ( "Invalid region code: " + b ) ; return x ( a , 10 ) } function Fb ( a , b , c , d ) { var e = Bb ( c , d ) , f = 0 == y ( e , 9 ) ? v ( r ( c , 1 ) , 9 ) : v ( e , 9 ) ; e = v ( e , 10 ) ; if ( 2 == d ) if ( nb ( Bb ( c , 0 ) ) ) a = Bb ( c , 1 ) , nb ( a ) && ( f = f . concat ( 0 == y ( a , 9 ) ? v ( r ( c , 1 ) , 9 ) : v ( a , 9 ) ) , f . sort ( ) , 0 == e . length ? e = v ( a , 10 ) : ( e = e . concat ( v ( a , 10 ) ) , e . sort ( ) ) ) ; else return Fb ( a , b , c , 1 ) ; if ( - 1 == f [ 0 ] ) return 5 ; b = b . length ; if ( - 1 < e . indexOf ( b ) ) return 4 ; c = f [ 0 ] ; return c == b ? 0 : c > b ? 2 : f [ f . length - 1 ] < b ? 3 : - 1 < f . indexOf ( b , 1 ) ? 0 : 5 }
function Gb ( a ) { var b = U , c = Q ( a ) ; a = x ( a , 1 ) ; if ( ! ( a in I ) ) return 1 ; a = S ( b , a , T ( a ) ) ; return Fb ( b , c , a , - 1 ) } function Hb ( 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 I ) return b . a ( a . substring ( e ) ) , c ; return 0 }
function Ib ( a , b , c , d , e , f ) { if ( 0 == b . length ) return 0 ; b = new B ( b ) ; var g ; null != c && ( g = r ( c , 11 ) ) ; null == g && ( g = "NonMatch" ) ; var h = b . toString ( ) ; if ( 0 == h . length ) g = 20 ; else if ( K . test ( h ) ) h = h . replace ( K , "" ) , C ( b ) , b . a ( lb ( h ) ) , g = 1 ; else { h = new RegExp ( g ) ; mb ( b ) ; g = b . toString ( ) ; if ( 0 == g . search ( h ) ) { h = g . match ( h ) [ 0 ] . length ; var m = g . substring ( h ) . match ( Xa ) ; m && null != m [ 1 ] && 0 < m [ 1 ] . length && "0" == N ( m [ 1 ] , J ) ? g = ! 1 : ( C ( b ) , b . a ( g . substring ( h ) ) , g = ! 0 ) } else g = ! 1 ; g = g ? 5 : 20 } e && t ( f , 6 , g ) ; if ( 20 != g ) { if ( 2 >= b . b . length ) throw Error ( "Phone number too short after IDD" ) ;
a = Hb ( b , d ) ; if ( 0 != a ) return t ( f , 1 , a ) , a ; throw Error ( "Invalid country calling code" ) ; } if ( null != c && ( g = x ( c , 10 ) , h = "" + g , m = b . toString ( ) , 0 == m . lastIndexOf ( h , 0 ) && ( h = new B ( m . substring ( h . length ) ) , m = r ( c , 1 ) , m = new RegExp ( x ( m , 2 ) ) , Jb ( h , c , null ) , h = h . toString ( ) , ! M ( m , b . toString ( ) ) && M ( m , h ) || 3 == Fb ( a , b . toString ( ) , c , - 1 ) ) ) ) return d . a ( h ) , e && t ( f , 6 , 10 ) , t ( f , 1 , g ) , g ; t ( f , 1 , 0 ) ; return 0 }
function Jb ( a , b , c ) { var d = a . toString ( ) , e = d . length , f = r ( b , 15 ) ; if ( 0 != e && null != f && 0 != f . length ) { var g = new RegExp ( "^(?:" + f + ")" ) ; if ( e = g . exec ( d ) ) { f = new RegExp ( x ( r ( b , 1 ) , 2 ) ) ; var h = M ( f , d ) , m = e . length - 1 ; b = r ( b , 16 ) ; if ( null == b || 0 == b . length || null == e [ m ] || 0 == e [ m ] . length ) { if ( ! h || M ( 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 ) , ! h || M ( f , d ) ) null != c && 0 < m && c . a ( e [ 1 ] ) , a . set ( d ) } } }
function zb ( 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 B , 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 ( jb ( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( C ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! kb ( e . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ;
f = e . toString ( ) ; if ( ! ( pb ( c ) || null != f && 0 < f . length && K . test ( f ) ) ) throw Error ( "Invalid country calling code" ) ; f = new H ; d && t ( f , 5 , b ) ; a : { b = e . toString ( ) ; g = b . search ( cb ) ; if ( 0 <= g && kb ( b . substring ( 0 , g ) ) ) { h = b . match ( cb ) ; for ( var m = h . length , u = 1 ; u < m ; ++ u ) if ( null != h [ u ] && 0 < h [ u ] . length ) { C ( e ) ; e . a ( b . substring ( 0 , g ) ) ; b = h [ u ] ; break a } } b = "" } 0 < b . length && t ( f , 3 , b ) ; g = V ( a , c ) ; b = new B ; h = 0 ; m = e . toString ( ) ; try { h = Ib ( a , m , g , b , d , f ) } catch ( O ) { if ( "Invalid country calling code" == O . message && K . test ( m ) ) { if ( m = m . replace ( K , "" ) , h = Ib ( a , m , g , b , d , f ) , 0 == h ) throw O ;
} else throw O ; } 0 != h ? ( e = T ( h ) , e != c && ( g = S ( a , h , e ) ) ) : ( mb ( e ) , b . a ( e . toString ( ) ) , null != c ? ( h = x ( g , 10 ) , t ( f , 1 , h ) ) : d && Ia ( f , 6 ) ) ; if ( 2 > b . b . length ) throw Error ( "The string supplied is too short to be a phone number" ) ; null != g && ( c = new B , e = new B ( b . toString ( ) ) , Jb ( e , g , c ) , a = Fb ( a , e . toString ( ) , g , - 1 ) , 2 != a && 4 != a && 5 != a && ( b = e , d && 0 < c . toString ( ) . length && t ( 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 ) ) { t ( f , 4 , ! 0 ) ; for ( a = 1 ; a < d . length - 1 && "0" == d . charAt ( a ) ; ) a ++ ; 1 != a && t ( f , 8 , a ) } t ( f , 2 , parseInt ( d , 10 ) ) ; return f } function M ( a , b ) { return ( a = "string" == typeof a ? b . match ( "^(?:" + a + ")$" ) : b . match ( a ) ) && a [ 0 ] . length == b . length ? ! 0 : ! 1 } ; function Kb ( a ) { this . ha = /\u2008/ ; this . ia = "" ; this . m = new B ; this . $ = "" ; this . j = new B ; this . o = new B ; this . l = ! 0 ; this . aa = this . s = this . ka = ! 1 ; this . ba = Sa . ea ( ) ; this . u = 0 ; this . b = new B ; this . ca = ! 1 ; this . i = "" ; this . a = new B ; this . f = [ ] ; this . ja = a ; this . g = Lb ( this , this . ja ) } var Mb = new F ; t ( Mb , 11 , "NA" ) ;
var Nb = /^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*\$1[-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]*)*$/ , Ob = /[- ]/ ; function Lb ( a , b ) { var c = a . ba ; b = pb ( b ) ? vb ( c , b ) : 0 ; a = V ( a . ba , T ( b ) ) ; return null != a ? a : Mb }
function Pb ( a ) { for ( var b = a . f . length , c = 0 ; c < b ; ++ c ) { var d = a . f [ c ] , e = x ( d , 1 ) ; if ( a . $ == e ) return ! 1 ; var f = a ; var g = d , h = x ( g , 1 ) ; C ( f . m ) ; var m = f ; g = x ( g , 2 ) ; var u = "999999999999999" . match ( h ) [ 0 ] ; u . length < m . a . b . length ? m = "" : ( m = u . replace ( new RegExp ( h , "g" ) , g ) , m = m . replace ( /9/g , "\u2008" ) ) ; 0 < m . length ? ( f . m . a ( m ) , f = ! 0 ) : f = ! 1 ; if ( f ) return a . $ = e , a . ca = Ob . test ( r ( d , 4 ) ) , a . u = 0 , ! 0 } return a . l = ! 1 }
function Qb ( a , b ) { for ( var c = [ ] , d = b . length - 3 , e = a . f . length , f = 0 ; f < e ; ++ f ) { var g = a . f [ f ] ; 0 == y ( g , 3 ) ? c . push ( a . f [ f ] ) : ( g = r ( g , 3 , Math . min ( d , y ( g , 3 ) - 1 ) ) , 0 == b . search ( g ) && c . push ( a . f [ f ] ) ) } a . f = c } function Rb ( a , b ) { a . ia = Sb ( a , b ) ; return a . ia }
function Sb ( a , b ) { a . j . a ( b ) ; var c = b ; Xa . test ( c ) || 1 == a . j . b . length && Wa . test ( c ) ? ( "+" == b ? ( c = b , a . o . a ( b ) ) : ( c = J [ b ] , a . o . a ( c ) , a . a . a ( c ) ) , b = c ) : ( a . l = ! 1 , a . ka = ! 0 ) ; if ( ! a . l ) { if ( ! a . ka ) if ( Tb ( a ) ) { if ( Ub ( a ) ) return Vb ( a ) } else if ( 0 < a . i . length && ( b = a . a . toString ( ) , C ( a . a ) , a . a . a ( a . i ) , a . a . a ( b ) , b = a . b . toString ( ) , c = b . lastIndexOf ( a . i ) , C ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) ) , a . i != Wb ( a ) ) return a . b . a ( " " ) , Vb ( a ) ; return a . j . toString ( ) } switch ( a . o . b . length ) { case 0 : case 1 : case 2 : return a . j . toString ( ) ; case 3 : if ( Tb ( a ) ) a . aa = ! 0 ; else return a . i = Wb ( a ) , Xb ( a ) ;
default : if ( a . aa ) return Ub ( a ) && ( a . aa = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = Yb ( a , b ) ; c = Zb ( a ) ; if ( 0 < c . length ) return c ; Qb ( a , a . a . toString ( ) ) ; return Pb ( a ) ? $b ( a ) : a . l ? ac ( a , b ) : a . j . toString ( ) } return Xb ( a ) } } function Vb ( a ) { a . l = ! 0 ; a . aa = ! 1 ; a . f = [ ] ; a . u = 0 ; C ( a . m ) ; a . $ = "" ; return Xb ( a ) }
function Zb ( a ) { for ( var b = a . a . toString ( ) , c = a . f . length , d = 0 ; d < c ; ++ d ) { var e = a . f [ d ] , f = x ( e , 1 ) ; if ( ( new RegExp ( "^(?:" + f + ")$" ) ) . test ( b ) && ( a . ca = Ob . test ( r ( e , 4 ) ) , e = b . replace ( new RegExp ( f , "g" ) , r ( e , 2 ) ) , e = ac ( a , e ) , N ( e , Ta ) == a . o ) ) return e } return "" } function ac ( a , b ) { var c = a . b . b . length ; return a . ca && 0 < c && " " != a . b . toString ( ) . charAt ( c - 1 ) ? a . b + " " + b : a . b + b }
function Xb ( a ) { var b = a . a . toString ( ) ; if ( 3 <= b . length ) { for ( var c = a . s && 0 == a . i . length && 0 < y ( a . g , 20 ) ? v ( a . g , 20 ) : v ( a . g , 19 ) , d = c . length , e = 0 ; e < d ; ++ e ) { var f = c [ e ] ; 0 < a . i . length && ob ( x ( f , 4 ) ) && ! r ( f , 6 ) && ! q ( f , 5 ) || ( 0 != a . i . length || a . s || ob ( x ( f , 4 ) ) || r ( f , 6 ) ) && Nb . test ( x ( f , 2 ) ) && a . f . push ( f ) } Qb ( a , b ) ; b = Zb ( a ) ; return 0 < b . length ? b : Pb ( a ) ? $b ( a ) : a . j . toString ( ) } return ac ( a , b ) } function $b ( a ) { var b = a . a . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , e = 0 ; e < c ; e ++ ) d = Yb ( a , b . charAt ( e ) ) ; return a . l ? ac ( a , d ) : a . j . toString ( ) } return a . b . toString ( ) }
function Wb ( a ) { var b = a . a . toString ( ) , c = 0 ; if ( 1 != r ( a . g , 10 ) ) var d = ! 1 ; else d = a . a . toString ( ) , d = "1" == d . charAt ( 0 ) && "0" != d . charAt ( 1 ) && "1" != d . charAt ( 1 ) ; d ? ( c = 1 , a . b . a ( "1" ) . a ( " " ) , a . s = ! 0 ) : q ( a . g , 15 ) && ( d = new RegExp ( "^(?:" + r ( a . g , 15 ) + ")" ) , d = b . match ( d ) , null != d && null != d [ 0 ] && 0 < d [ 0 ] . length && ( a . s = ! 0 , c = d [ 0 ] . length , a . b . a ( b . substring ( 0 , c ) ) ) ) ; C ( a . a ) ; a . a . a ( b . substring ( c ) ) ; return b . substring ( 0 , c ) }
function Tb ( a ) { var b = a . o . toString ( ) , c = new RegExp ( "^(?:\\+|" + r ( a . g , 11 ) + ")" ) ; c = b . match ( c ) ; return null != c && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . s = ! 0 , c = c [ 0 ] . length , C ( a . a ) , a . a . a ( b . substring ( c ) ) , C ( a . b ) , a . b . a ( b . substring ( 0 , c ) ) , "+" != b . charAt ( 0 ) && a . b . a ( " " ) , ! 0 ) : ! 1 } function Ub ( a ) { if ( 0 == a . a . b . length ) return ! 1 ; var b = new B , c = Hb ( a . a , b ) ; if ( 0 == c ) return ! 1 ; C ( a . a ) ; a . a . a ( b . toString ( ) ) ; b = T ( c ) ; "001" == b ? a . g = V ( a . ba , "" + c ) : b != a . ja && ( a . g = Lb ( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . i = "" ; return ! 0 }
function Yb ( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . u ) . search ( a . ha ) ) { var d = c . search ( a . ha ) ; b = c . replace ( a . ha , b ) ; C ( a . m ) ; a . m . a ( b ) ; a . u = d ; return b . substring ( 0 , a . u + 1 ) } 1 == a . f . length && ( a . l = ! 1 ) ; a . $ = "" ; return a . j . toString ( ) } ; var bc = { AC : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "110" ] , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , ,
function ib ( ) { this . g = { } } la ( ib ) ;
var jb = { 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" } , kb = { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , lb = { 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" } , mb = /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , nb = /[+\uff0b]+/ , ob = /^[+\uff0b]+/ , pb = /([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/ , qb = /[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/ , rb = /[\\\/] *x/ , sb = /[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/ , tb = /(?:.*?[A-Za-z]){3}.*/ ;
function J ( a ) { return "([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]{1," + a + "})" }
function ub ( ) { return ";ext=" + J ( "20" ) + "|[ \u00a0\\t,]*(?:e?xt(?:ensi(?:o\u0301?|\u00f3))?n?|\uff45?\uff58\uff54\uff4e?|\u0434\u043e\u0431|anexo)[:\\.\uff0e]?[ \u00a0\\t,-]*" + ( J ( "20" ) + "#?|[ \u00a0\\t,]*(?:[x\uff58#\uff03~\uff5e]|int|\uff49\uff4e\uff54)[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( J ( "9" ) + "#?|[- ]+" ) + ( J ( "6" ) + "#|[ \u00a0\\t]*(?:,{2}|;)[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( J ( "15" ) + "#?|[ \u00a0\\t]*(?:,)+[:\\.\uff0e]?[ \u00a0\\t,-]*" ) + ( J ( "9" ) + "#?" ) }
var vb = new RegExp ( "(?:" + ub ( ) + ")$" , "i" ) , wb = new 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]*(?:" + ub ( ) + ")?$" , "i" ) , xb = /(\$\d)/ ,
yb = /\$NP/ , zb = /\$FG/ , Ab = /\$CC/ , Bb = /^\(?\$1\)?$/ ; function Cb ( a ) { return 2 > a . length ? ! 1 : K ( wb , a ) } function Db ( a ) { return K ( tb , a ) ? M ( a , lb ) : M ( a , jb ) } function Eb ( a ) { var b = Db ( a . toString ( ) ) ; C ( a ) ; a . g ( b ) } function Fb ( a ) { return null != a && ( 1 != x ( a , 9 ) || - 1 != t ( a , 9 ) [ 0 ] ) } function M ( a , b ) { for ( var c = new B , d , f = a . length , e = 0 ; e < f ; ++ e ) d = a . charAt ( e ) , d = b [ d . toUpperCase ( ) ] , null != d && c . g ( d ) ; return c . toString ( ) } function Gb ( a ) { return 0 == a . length || Bb . test ( a ) } function Hb ( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in hb }
function N ( a , b , c ) { if ( 0 == q ( b , 2 ) && p ( b , 5 ) ) { var d = w ( b , 5 ) ; if ( 0 < d . length ) return d } d = w ( b , 1 ) ; var f = O ( b ) ; if ( 0 == c ) return Ib ( d , 0 , f , "" ) ; if ( ! ( d in I ) ) return f ; a = P ( a , d , Q ( d ) ) ; b = Jb ( b , a , c ) ; f = Kb ( f , a , c ) ; return Ib ( d , c , f , b ) } function P ( a , b , c ) { return "001" == c ? R ( a , "" + b ) : R ( a , c ) }
function Lb ( a , b , c ) { if ( ! Hb ( c ) ) return N ( a , b , 1 ) ; var d = w ( b , 1 ) , f = O ( b ) ; if ( ! ( d in I ) ) return f ; if ( 1 == d ) { if ( null != c && I [ 1 ] . includes ( c . toUpperCase ( ) ) ) return d + " " + N ( a , b , 2 ) } else if ( d == Mb ( a , c ) ) return N ( a , b , 2 ) ; var e = R ( a , c ) , g = w ( e , 11 ) ; c = "" ; p ( e , 17 ) ? c = w ( e , 17 ) : K ( mb , g ) && ( c = g ) ; a = P ( a , d , Q ( d ) ) ; f = Kb ( f , a , 1 ) ; b = Jb ( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + f + b : Ib ( d , 1 , f , b ) } function O ( a ) { if ( ! p ( a , 2 ) ) return "" ; var b = "" + q ( a , 2 ) ; return p ( a , 4 ) && q ( a , 4 ) && 0 < w ( a , 8 ) ? Array ( w ( a , 8 ) + 1 ) . join ( "0" ) + b : b }
function Ib ( 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 Kb ( a , b , c , d ) { b = 0 == t ( b , 20 ) . length || 2 == c ? t ( b , 19 ) : t ( b , 20 ) ; b = Nb ( b , a ) ; return null == b ? a : jc ( a , b , c , d ) } function Nb ( a , b ) { for ( var c , d = a . length , f = 0 ; f < d ; ++ f ) { c = a [ f ] ; var e = x ( c , 3 ) ; if ( 0 == e || 0 == b . search ( q ( c , 3 , e - 1 ) ) ) if ( e = new RegExp ( q ( c , 1 ) ) , K ( e , b ) ) return c } return null }
function jc ( a , b , c , d ) { var f = w ( b , 2 ) , e = new RegExp ( q ( b , 1 ) ) , g = w ( b , 5 ) ; 2 == c && null != d && 0 < d . length && 0 < g . length ? ( b = g . replace ( Ab , d ) , f = f . replace ( xb , b ) , a = a . replace ( e , f ) ) : ( b = w ( b , 4 ) , a = 2 == c && null != b && 0 < b . length ? a . replace ( e , f . replace ( xb , b ) ) : a . replace ( e , f ) ) ; 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 Jb ( a , b , c ) { return p ( a , 3 ) && 0 != q ( a , 3 ) . length ? 3 == c ? ";ext=" + q ( a , 3 ) : p ( b , 13 ) ? q ( b , 13 ) + w ( a , 3 ) : " ext. " + w ( a , 3 ) : "" } function kc ( a , b ) { switch ( b ) { case 4 : return q ( a , 5 ) ; case 3 : return q ( a , 4 ) ; case 1 : return q ( a , 3 ) ; case 0 : case 2 : return q ( a , 2 ) ; case 5 : return q ( a , 6 ) ; case 6 : return q ( a , 8 ) ; case 7 : return q ( a , 7 ) ; case 8 : return q ( a , 21 ) ; case 9 : return q ( a , 25 ) ; case 10 : return q ( a , 28 ) ; default : return q ( a , 1 ) } }
function lc ( a , b ) { return S ( a , q ( b , 1 ) ) ? S ( a , q ( b , 5 ) ) ? 4 : S ( a , q ( b , 4 ) ) ? 3 : S ( a , q ( b , 6 ) ) ? 5 : S ( a , q ( b , 8 ) ) ? 6 : S ( a , q ( b , 7 ) ) ? 7 : S ( a , q ( b , 21 ) ) ? 8 : S ( a , q ( b , 25 ) ) ? 9 : S ( a , q ( b , 28 ) ) ? 10 : S ( a , q ( b , 2 ) ) ? q ( b , 18 ) || S ( a , q ( b , 3 ) ) ? 2 : 0 : ! q ( b , 18 ) && S ( a , q ( b , 3 ) ) ? 1 : - 1 : - 1 } function R ( a , b ) { if ( null == b ) return null ; b = b . toUpperCase ( ) ; var c = a . g [ b ] ; if ( null == c ) { c = hb [ b ] ; if ( null == c ) return null ; c = ( new G ) . j ( F . m ( ) , c ) ; a . g [ b ] = c } return c } function S ( a , b ) { var c = a . length ; return 0 < x ( b , 9 ) && - 1 == t ( b , 9 ) . indexOf ( c ) ? ! 1 : K ( w ( b , 2 ) , a ) }
function mc ( a , b ) { var c = nc ( a , b ) ; return oc ( a , b , c ) } function oc ( a , b , c ) { var d = w ( b , 1 ) , f = P ( a , d , c ) ; if ( null == f || "001" != c && d != Mb ( a , c ) ) return ! 1 ; a = O ( b ) ; return - 1 != lc ( a , f ) } function nc ( a , b ) { if ( null == b ) return null ; var c = w ( b , 1 ) ; c = I [ c ] ; if ( null == c ) a = null ; else if ( 1 == c . length ) a = c [ 0 ] ; else a : { b = O ( b ) ; for ( var d , f = c . length , e = 0 ; e < f ; e ++ ) { d = c [ e ] ; var g = R ( a , d ) ; if ( p ( g , 23 ) ) { if ( 0 == b . search ( q ( g , 23 ) ) ) { a = d ; break a } } else if ( - 1 != lc ( b , g ) ) { a = d ; break a } } a = null } return a } function Q ( a ) { a = I [ a ] ; return null == a ? "ZZ" : a [ 0 ] }
function Mb ( a , b ) { a = R ( a , b ) ; if ( null == a ) throw Error ( "Invalid region code: " + b ) ; return w ( a , 10 ) } function pc ( a , b , c , d ) { var f = kc ( c , d ) , e = 0 == x ( f , 9 ) ? t ( q ( c , 1 ) , 9 ) : t ( f , 9 ) ; f = t ( f , 10 ) ; if ( 2 == d ) if ( Fb ( kc ( c , 0 ) ) ) a = kc ( c , 1 ) , Fb ( a ) && ( e = e . concat ( 0 == x ( a , 9 ) ? t ( q ( c , 1 ) , 9 ) : t ( a , 9 ) ) , e . sort ( ) , 0 == f . length ? f = t ( a , 10 ) : ( f = f . concat ( t ( a , 10 ) ) , f . sort ( ) ) ) ; else return pc ( a , b , c , 1 ) ; if ( - 1 == e [ 0 ] ) return 5 ; b = b . length ; if ( - 1 < f . indexOf ( b ) ) return 4 ; c = e [ 0 ] ; return c == b ? 0 : c > b ? 2 : e [ e . length - 1 ] < b ? 3 : - 1 < e . indexOf ( b , 1 ) ? 0 : 5 }
function qc ( a ) { var b = T , c = O ( a ) ; a = w ( a , 1 ) ; if ( ! ( a in I ) ) return 1 ; a = P ( b , a , Q ( a ) ) ; return pc ( b , c , a , - 1 ) } function rc ( a , b ) { a = a . toString ( ) ; if ( 0 == a . length || "0" == a . charAt ( 0 ) ) return 0 ; for ( var c , d = a . length , f = 1 ; 3 >= f && f <= d ; ++ f ) if ( c = parseInt ( a . substring ( 0 , f ) , 10 ) , c in I ) return b . g ( a . substring ( f ) ) , c ; return 0 }
function sc ( a , b , c , d , f , e ) { if ( 0 == b . length ) return 0 ; b = new B ( b ) ; var g ; null != c && ( g = q ( c , 11 ) ) ; null == g && ( g = "NonMatch" ) ; var h = b . toString ( ) ; if ( 0 == h . length ) g = 20 ; else if ( ob . test ( h ) ) h = h . replace ( ob , "" ) , C ( b ) , b . g ( Db ( h ) ) , g = 1 ; else { h = new RegExp ( g ) ; Eb ( b ) ; g = b . toString ( ) ; if ( 0 == g . search ( h ) ) { h = g . match ( h ) [ 0 ] . length ; var m = g . substring ( h ) . match ( pb ) ; m && null != m [ 1 ] && 0 < m [ 1 ] . length && "0" == M ( m [ 1 ] , jb ) ? g = ! 1 : ( C ( b ) , b . g ( g . substring ( h ) ) , g = ! 0 ) } else g = ! 1 ; g = g ? 5 : 20 } f && r ( e , 6 , g ) ; if ( 20 != g ) { if ( 2 >= b . h . length ) throw Error ( "Phone number too short after IDD" ) ;
a = rc ( b , d ) ; if ( 0 != a ) return r ( e , 1 , a ) , a ; throw Error ( "Invalid country calling code" ) ; } if ( null != c && ( g = w ( c , 10 ) , h = "" + g , m = b . toString ( ) , 0 == m . lastIndexOf ( h , 0 ) && ( h = new B ( m . substring ( h . length ) ) , m = q ( c , 1 ) , m = new RegExp ( w ( m , 2 ) ) , tc ( h , c , null ) , h = h . toString ( ) , ! K ( m , b . toString ( ) ) && K ( m , h ) || 3 == pc ( a , b . toString ( ) , c , - 1 ) ) ) ) return d . g ( h ) , f && r ( e , 6 , 10 ) , r ( e , 1 , g ) , g ; r ( e , 1 , 0 ) ; return 0 }
function tc ( a , b , c ) { var d = a . toString ( ) , f = d . length , e = q ( b , 15 ) ; if ( 0 != f && null != e && 0 != e . length ) { var g = new RegExp ( "^(?:" + e + ")" ) ; if ( f = g . exec ( d ) ) { e = new RegExp ( w ( q ( b , 1 ) , 2 ) ) ; var h = K ( e , d ) , m = f . length - 1 ; b = q ( b , 16 ) ; if ( null == b || 0 == b . length || null == f [ m ] || 0 == f [ m ] . length ) { if ( ! h || K ( e , d . substring ( f [ 0 ] . length ) ) ) null != c && 0 < m && null != f [ m ] && c . g ( f [ 1 ] ) , a . set ( d . substring ( f [ 0 ] . length ) ) } else if ( d = d . replace ( g , b ) , ! h || K ( e , d ) ) null != c && 0 < m && c . g ( f [ 1 ] ) , a . set ( d ) } } }
function uc ( 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 f = new B , e = b . indexOf ( ";phone-context=" ) ; if ( 0 <= e ) { var g = e + 15 ; if ( "+" == b . charAt ( g ) ) { var h = b . indexOf ( ";" , g ) ; 0 < h ? f . g ( b . substring ( g , h ) ) : f . g ( b . substring ( g ) ) } g = b . indexOf ( "tel:" ) ; f . g ( b . substring ( 0 <= g ? g + 4 : 0 , e ) ) } else e = f . g , g = b . search ( qb ) , 0 <= g ? ( g = b . substring ( g ) , g = g . replace ( sb , "" ) , h = g . search ( rb ) , 0 <= h && ( g = g . substring ( 0 , h ) ) ) : g =
"" , e . call ( f , g ) ; e = f . toString ( ) ; g = e . indexOf ( ";isub=" ) ; 0 < g && ( C ( f ) , f . g ( e . substring ( 0 , g ) ) ) ; if ( ! Cb ( f . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ; e = f . toString ( ) ; if ( ! ( Hb ( c ) || null != e && 0 < e . length && ob . test ( e ) ) ) throw Error ( "Invalid country calling code" ) ; e = new H ; d && r ( e , 5 , b ) ; a : { b = f . toString ( ) ; g = b . search ( vb ) ; if ( 0 <= g && Cb ( b . substring ( 0 , g ) ) ) { h = b . match ( vb ) ; for ( var m = h . length , v = 1 ; v < m ; ++ v ) if ( null != h [ v ] && 0 < h [ v ] . length ) { C ( f ) ; f . g ( b . substring ( 0 , g ) ) ; b = h [ v ] ; break a } } b = "" } 0 < b . length && r ( e ,
3 , b ) ; g = R ( a , c ) ; b = new B ; h = 0 ; m = f . toString ( ) ; try { h = sc ( a , m , g , b , d , e ) } catch ( V ) { if ( "Invalid country calling code" == V . message && ob . test ( m ) ) { if ( m = m . replace ( ob , "" ) , h = sc ( a , m , g , b , d , e ) , 0 == h ) throw V ; } else throw V ; } 0 != h ? ( f = Q ( h ) , f != c && ( g = P ( a , h , f ) ) ) : ( Eb ( f ) , b . g ( f . toString ( ) ) , null != c ? ( h = w ( g , 10 ) , r ( e , 1 , h ) ) : d && Za ( e , 6 ) ) ; if ( 2 > b . h . length ) throw Error ( "The string supplied is too short to be a phone number" ) ; null != g && ( c = new B , f = new B ( b . toString ( ) ) , tc ( f , g , c ) , a = pc ( a , f . toString ( ) , g , - 1 ) , 2 != a && 4 != a && 5 != a && ( b = f , d && 0 < c . toString ( ) . length &&
r ( e , 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 ) ) { r ( e , 4 , ! 0 ) ; for ( a = 1 ; a < d . length - 1 && "0" == d . charAt ( a ) ; ) a ++ ; 1 != a && r ( e , 8 , a ) } r ( e , 2 , parseInt ( d , 10 ) ) ; return e } function K ( a , b ) { return ( a = "string" == typeof a ? b . match ( "^(?:" + a + ")$" ) : b . match ( a ) ) && a [ 0 ] . length == b . length ? ! 0 : ! 1 } ; function vc ( a ) { this . fa = /\u2008/ ; this . ma = "" ; this . v = new B ; this . da = "" ; this . s = new B ; this . ba = new B ; this . u = ! 0 ; this . ea = this . ca = this . oa = ! 1 ; this . ga = ib . ja ( ) ; this . $ = 0 ; this . h = new B ; this . ha = ! 1 ; this . o = "" ; this . g = new B ; this . j = [ ] ; this . na = a ; this . l = wc ( this , this . na ) } var xc = new F ; r ( xc , 11 , "NA" ) ;
var yc = /^[-x\u2010-\u2015\u2212\u30fc\uff0d-\uff0f \u00a0\u00ad\u200b\u2060\u3000()\uff08\uff09\uff3b\uff3d.\[\]/~\u2053\u223c\uff5e]*\$1[-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]*)*$/ , zc = /[- ]/ ; function wc ( a , b ) { var c = a . ga ; b = Hb ( b ) ? Mb ( c , b ) : 0 ; a = R ( a . ga , Q ( b ) ) ; return null != a ? a : xc }
function Ac ( a ) { for ( var b = a . j . length , c = 0 ; c < b ; ++ c ) { var d = a . j [ c ] , f = w ( d , 1 ) ; if ( a . da == f ) return ! 1 ; var e = a ; var g = d , h = w ( g , 1 ) ; C ( e . v ) ; var m = e ; g = w ( g , 2 ) ; var v = "999999999999999" . match ( h ) [ 0 ] ; v . length < m . g . h . length ? m = "" : ( m = v . replace ( new RegExp ( h , "g" ) , g ) , m = m . replace ( /9/g , "\u2008" ) ) ; 0 < m . length ? ( e . v . g ( m ) , e = ! 0 ) : e = ! 1 ; if ( e ) return a . da = f , a . ha = zc . test ( q ( d , 4 ) ) , a . $ = 0 , ! 0 } return a . u = ! 1 }
function Bc ( a , b ) { for ( var c = [ ] , d = b . length - 3 , f = a . j . length , e = 0 ; e < f ; ++ e ) { var g = a . j [ e ] ; 0 == x ( g , 3 ) ? c . push ( a . j [ e ] ) : ( g = q ( g , 3 , Math . min ( d , x ( g , 3 ) - 1 ) ) , 0 == b . search ( g ) && c . push ( a . j [ e ] ) ) } a . j = c }
function Cc ( a , b ) { a . s . g ( b ) ; var c = b ; pb . test ( c ) || 1 == a . s . h . length && nb . test ( c ) ? ( "+" == b ? ( c = b , a . ba . g ( b ) ) : ( c = jb [ b ] , a . ba . g ( c ) , a . g . g ( c ) ) , b = c ) : ( a . u = ! 1 , a . oa = ! 0 ) ; if ( ! a . u ) { if ( ! a . oa ) if ( Dc ( a ) ) { if ( Ec ( a ) ) return Fc ( a ) } else if ( 0 < a . o . length && ( b = a . g . toString ( ) , C ( a . g ) , a . g . g ( a . o ) , a . g . g ( b ) , b = a . h . toString ( ) , c = b . lastIndexOf ( a . o ) , C ( a . h ) , a . h . g ( b . substring ( 0 , c ) ) ) , a . o != Gc ( a ) ) return a . h . g ( " " ) , Fc ( a ) ; return a . s . toString ( ) } switch ( a . ba . h . length ) { case 0 : case 1 : case 2 : return a . s . toString ( ) ; case 3 : if ( Dc ( a ) ) a . ea = ! 0 ; else return a . o = Gc ( a ) ,
Hc ( a ) ; default : if ( a . ea ) return Ec ( a ) && ( a . ea = ! 1 ) , a . h . toString ( ) + a . g . toString ( ) ; if ( 0 < a . j . length ) { b = Ic ( a , b ) ; c = Jc ( a ) ; if ( 0 < c . length ) return c ; Bc ( a , a . g . toString ( ) ) ; return Ac ( a ) ? Kc ( a ) : a . u ? Lc ( a , b ) : a . s . toString ( ) } return Hc ( a ) } } function Fc ( a ) { a . u = ! 0 ; a . ea = ! 1 ; a . j = [ ] ; a . $ = 0 ; C ( a . v ) ; a . da = "" ; return Hc ( a ) }
function Jc ( a ) { for ( var b = a . g . toString ( ) , c = a . j . length , d = 0 ; d < c ; ++ d ) { var f = a . j [ d ] , e = w ( f , 1 ) ; if ( ( new RegExp ( "^(?:" + e + ")$" ) ) . test ( b ) && ( a . ha = zc . test ( q ( f , 4 ) ) , f = b . replace ( new RegExp ( e , "g" ) , q ( f , 2 ) ) , f = Lc ( a , f ) , M ( f , kb ) == a . ba ) ) return f } return "" } function Lc ( a , b ) { var c = a . h . h . length ; return a . ha && 0 < c && " " != a . h . toString ( ) . charAt ( c - 1 ) ? a . h + " " + b : a . h + b }
function Hc ( a ) { var b = a . g . toString ( ) ; if ( 3 <= b . length ) { for ( var c = a . ca && 0 == a . o . length && 0 < x ( a . l , 20 ) ? t ( a . l , 20 ) : t ( a . l , 19 ) , d = c . length , f = 0 ; f < d ; ++ f ) { var e = c [ f ] ; 0 < a . o . length && Gb ( w ( e , 4 ) ) && ! q ( e , 6 ) && ! p ( e , 5 ) || ( 0 != a . o . length || a . ca || Gb ( w ( e , 4 ) ) || q ( e , 6 ) ) && yc . test ( w ( e , 2 ) ) && a . j . push ( e ) } Bc ( a , b ) ; b = Jc ( a ) ; return 0 < b . length ? b : Ac ( a ) ? Kc ( a ) : a . s . toString ( ) } return Lc ( a , b ) } function Kc ( a ) { var b = a . g . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , f = 0 ; f < c ; f ++ ) d = Ic ( a , b . charAt ( f ) ) ; return a . u ? Lc ( a , d ) : a . s . toString ( ) } return a . h . toString ( ) }
function Gc ( a ) { var b = a . g . toString ( ) , c = 0 ; if ( 1 != q ( a . l , 10 ) ) var d = ! 1 ; else d = a . g . toString ( ) , d = "1" == d . charAt ( 0 ) && "0" != d . charAt ( 1 ) && "1" != d . charAt ( 1 ) ; d ? ( c = 1 , a . h . g ( "1" ) . g ( " " ) , a . ca = ! 0 ) : p ( a . l , 15 ) && ( d = new RegExp ( "^(?:" + q ( a . l , 15 ) + ")" ) , d = b . match ( d ) , null != d && null != d [ 0 ] && 0 < d [ 0 ] . length && ( a . ca = ! 0 , c = d [ 0 ] . length , a . h . g ( b . substring ( 0 , c ) ) ) ) ; C ( a . g ) ; a . g . g ( b . substring ( c ) ) ; return b . substring ( 0 , c ) }
function Dc ( a ) { var b = a . ba . toString ( ) , c = new RegExp ( "^(?:\\+|" + q ( a . l , 11 ) + ")" ) ; c = b . match ( c ) ; return null != c && null != c [ 0 ] && 0 < c [ 0 ] . length ? ( a . ca = ! 0 , c = c [ 0 ] . length , C ( a . g ) , a . g . g ( b . substring ( c ) ) , C ( a . h ) , a . h . g ( b . substring ( 0 , c ) ) , "+" != b . charAt ( 0 ) && a . h . g ( " " ) , ! 0 ) : ! 1 } function Ec ( a ) { if ( 0 == a . g . h . length ) return ! 1 ; var b = new B , c = rc ( a . g , b ) ; if ( 0 == c ) return ! 1 ; C ( a . g ) ; a . g . g ( b . toString ( ) ) ; b = Q ( c ) ; "001" == b ? a . l = R ( a . ga , "" + c ) : b != a . na && ( a . l = wc ( a , b ) ) ; a . h . g ( "" + c ) . g ( " " ) ; a . o = "" ; return ! 0 }
function Ic ( a , b ) { var c = a . v . toString ( ) ; if ( 0 <= c . substring ( a . $ ) . search ( a . fa ) ) { var d = c . search ( a . fa ) ; b = c . replace ( a . fa , b ) ; C ( a . v ) ; a . v . g ( b ) ; a . $ = d ; return b . substring ( 0 , a . $ + 1 ) } 1 == a . j . length && ( a . u = ! 1 ) ; a . da = "" ; return a . s . toString ( ) } ; var Mc = { AC : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "110" ] , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , ,
, , , , , , , , , , , , , , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , , [ , , "112|445[16]|99[7-9]" , , , , "112" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , "445\\d" , , , , "4450" , , , [ 4 ] ] ] , AF : [ , [ , , "[14]\\d\\d(?:\\d{2})?" , , , , , , , [ 3 , 5 ] ] , , , [ , , "1(?:0[02]|19)" , , , , "100" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AF" , , , , , , , , , , , , , , , , , , [ , , "1(?:0[02]|19)" , , , , "100" , , , [ 3 ] ] , , [ , , "1(?:0[02]|19)|40404" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] , , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] ] , AG : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] ,
, , , "AG" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "176|9(?:11|99)" , , , , "176" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AI : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "911" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AI" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "176|911" , , , , "176" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AL : [ , [ , , "[15]\\d{2,5}" , , , , , , , [ 3 , 4 , 5 , 6 ] ] , , , [ , , "1(?:1(?:2|6[01]\\d\\d)|2[7-9]|3[15]|41)" , , , , "112" , , , [ 3 , 6 ] ] , [ , , "5\\d{4}" , , , , "50000" , , , [ 5 ] ] , , , , "AL" , , , , , , , , , , , , , , , , , , [ , , "1(?:12|2[7-9])" ,
, , , "112" , , , [ 3 ] ] , , [ , , "1(?:1(?:6(?:000|1(?:06|11|23))|8\\d\\d)|65\\d|89[12])|5\\d{4}|1(?:[1349]\\d|2[2-9])" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "123" , , , , "123" , , , [ 3 ] ] , , [ , , "131|5\\d{4}" , , , , "131" , , , [ 3 , 5 ] ] ] , AM : [ , [ , , "[148]\\d{2,4}" , , , , , , , [ 3 , 4 , 5 ] ] , , , [ , , "10[1-3]" , , , , "101" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AM" , , , , , , , , , , , , , , , , , , [ , , "10[1-3]" , , , , "101" , , , [ 3 ] ] , , [ , , "(?:1|8[1-7])\\d\\d|40404" , , , , "100" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] , , [ , , "404\\d\\d" , , , , "40400" , , , [ 5 ] ] ] , AO : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[235]" ,
@ -667,11 +663,14 @@ MO:[,[,,"9\\d\\d",,,,,,,[3]],,,[,,"999",,,,"999"],[,,,,,,,,,[-1]],,,,"MO",,,,,,,
See the License for the specific language governing permissions and
limitations under the License .
* /
function cc ( ) { this . a = { } } fa ( cc ) ; function dc ( a ) { return ( a = I [ a ] ) ? a : [ ] } function ec ( a , b ) { a = dc ( x ( a , 1 ) ) ; return null != b && a . includes ( b ) } function fc ( a , b , c ) { if ( ! ec ( b , c ) ) return ! 1 ; a = gc ( a , c ) ; if ( ! a ) return ! 1 ; b = hc ( b ) . length ; return v ( r ( a , 1 ) , 9 ) . includes ( b ) } function ic ( a , b ) { var c = dc ( x ( b , 1 ) ) ; b = hc ( b ) . length ; for ( var d = 0 ; d < c . length ; d ++ ) { var e = gc ( a , c [ d ] ) ; if ( e && v ( r ( e , 1 ) , 9 ) . includes ( b ) ) return ! 0 } return ! 1 }
function jc ( a , b , c ) { if ( ! ec ( b , c ) ) return ! 1 ; a = gc ( a , c ) ; if ( ! a ) return ! 1 ; b = hc ( b ) ; c = r ( a , 1 ) ; if ( ! kc ( b , c ) ) return ! 1 ; a = r ( a , 29 ) ; return kc ( b , a ) } function lc ( a , b ) { var c = dc ( x ( b , 1 ) ) ; a : if ( 0 === c . length ) var d = null ; else if ( 1 === c . length ) d = c [ 0 ] ; else { d = hc ( b ) ; for ( var e = 0 ; e < c . length ; e ++ ) { var f = c [ e ] , g = gc ( a , f ) ; if ( g && kc ( d , r ( g , 29 ) ) ) { d = f ; break a } } d = null } return 1 < c . length && null != d ? ! 0 : jc ( a , b , d ) }
function gc ( a , b ) { if ( ! b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( null == c ) { c = bc [ b ] ; if ( null == c ) return null ; c = ( new G ) . f ( F . h ( ) , c ) ; a . a [ b ] = c } return c } function hc ( a ) { if ( ! q ( a , 2 ) ) return "" ; var b = "" + r ( a , 2 ) ; return q ( a , 4 ) && r ( a , 4 ) && 0 < x ( a , 8 ) ? Array ( x ( a , 8 ) + 1 ) . join ( "0" ) + b : b } function kc ( a , b ) { return 0 < v ( b , 9 ) . length && ! v ( b , 9 ) . includes ( a . length ) ? ! 1 : M ( x ( b , 2 ) , a . toString ( ) ) } ; var U = Sa . ea ( ) ; function mc ( a ) { var b = U , c = Db ( b , a ) ; b = S ( b , x ( a , 1 ) , c ) ; null == b ? a = - 1 : ( a = Q ( a ) , a = Cb ( a , b ) ) ; switch ( a ) { case 0 : return "FIXED_LINE" ; case 1 : return "MOBILE" ; case 2 : return "FIXED_LINE_OR_MOBILE" ; case 3 : return "TOLL_FREE" ; case 4 : return "PREMIUM_RATE" ; case 5 : return "SHARED_COST" ; case 6 : return "VOIP" ; case 7 : return "PERSONAL_NUMBER" ; case 8 : return "PAGER" ; case 9 : return "UAN" ; case - 1 : return "UNKNOWN" } }
function nc ( ) { var a = n ( "phoneNumber" ) . value , b = n ( "defaultCountry" ) . value . toUpperCase ( ) , c = n ( "carrierCode" ) . value , d = new B ; try { var e = U ; if ( ! pb ( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var f = zb ( e , a , b , ! 0 ) ; d . a ( "****Parsing Result:****\n" ) ; d . a ( oa ( ( new A ( 1 ) ) . g ( f ) ) ) ; d . a ( "\n\n****Validation Results:****" ) ; var g = Gb ( f ) ; var h = 0 == g || 4 == g ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( h ) ; var m = Gb ( f ) ; e = b && "ZZ" != b ; if ( h ) if ( 4 == m ) d . a ( "\nResult from isPossibleNumberWithReason(): " ) , d . a ( "IS_POSSIBLE_LOCAL_ONLY" ) ,
d . a ( "\nNumber is considered invalid as it is not a possible national number." ) ; else { var u = yb ( U , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( u ) ; u && e && ( d . a ( "\nResult from isValidNumberForRegion(): " ) , d . a ( Eb ( U , f , b ) ) ) ; d . a ( "\nPhone Number region: " ) ; d . a ( Db ( U , f ) ) ; d . a ( "\nResult from getNumberType(): " ) ; d . a ( mc ( f ) ) } else { d . a ( "\nResult from isPossibleNumberWithReason(): " ) ; switch ( m ) { case 1 : d . a ( "INVALID_COUNTRY_CODE" ) ; break ; case 2 : d . a ( "TOO_SHORT" ) ; break ; case 3 : d . a ( "TOO_LONG" ) ; break ; case 5 : d . a ( "INVALID_LENGTH" ) } d . a ( "\nNote: Numbers that are not possible have type UNKNOWN, an unknown region, and are considered invalid." ) } if ( ! u ) { var O =
cc . ea ( ) ; d . a ( "\n\n****ShortNumberInfo Results:****" ) ; d . a ( "\nResult from isPossibleShortNumber: " ) ; d . a ( ic ( O , f ) ) ; d . a ( "\nResult from isValidShortNumber: " ) ; d . a ( lc ( O , f ) ) ; e && ( d . a ( "\nResult from isPossibleShortNumberForRegion: " ) , d . a ( fc ( O , f , b ) ) , d . a ( "\nResult from isValidShortNumberForRegion: " ) , d . a ( jc ( O , f , b ) ) ) } d . a ( "\n\n****Formatting Results:**** " ) ; d . a ( "\nE164 format: " ) ; d . a ( u ? P ( U , f , 0 ) : "invalid" ) ; d . a ( "\nOriginal format: " ) ; d . a ( wb ( f , b ) ) ; d . a ( "\nNational format: " ) ; d . a ( P ( U , f , 2 ) ) ; d . a ( "\nInternational format: " ) ;
d . a ( u ? P ( U , f , 1 ) : "invalid" ) ; d . a ( "\nOut-of-country format from US: " ) ; d . a ( u ? ub ( U , f , "US" ) : "invalid" ) ; d . a ( "\nOut-of-country format from Switzerland: " ) ; d . a ( u ? ub ( U , f , "CH" ) : "invalid" ) ; 0 < c . length && ( d . a ( "\nNational format with carrier code: " ) , d . a ( tb ( f , c ) ) ) ; d . a ( "\n\n****AsYouTypeFormatter Results****" ) ; var oc = new Kb ( b ) , pc = a . length ; for ( b = 0 ; b < pc ; ++ b ) { var sb = a . charAt ( b ) ; d . a ( "\nChar entered: " ) ; d . a ( sb ) ; d . a ( " Output: " ) ; d . a ( Rb ( oc , sb ) ) } } catch ( qc ) { d . a ( "\n" + qc . toString ( ) ) } n ( "output" ) . value = d . toString ( ) ; return ! 1 }
var X = [ "phoneNumberParser" ] , Y = ea ; X [ 0 ] in Y || "undefined" == typeof Y . execScript || Y . execScript ( "var " + X [ 0 ] ) ; for ( var Z ; X . length && ( Z = X . shift ( ) ) ; ) X . length || void 0 === nc ? Y [ Z ] && Y [ Z ] !== Object . prototype [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } : Y [ Z ] = nc ; } ) ( ) ;
function Nc ( ) { this . g = { } } la ( Nc ) ; function Oc ( a ) { return ( a = I [ a ] ) ? a : [ ] } function Pc ( a , b ) { a = Oc ( w ( a , 1 ) ) ; return null != b && a . includes ( b ) } function Qc ( a , b , c ) { if ( ! Pc ( b , c ) ) return ! 1 ; a = Rc ( a , c ) ; if ( ! a ) return ! 1 ; b = Sc ( b ) ; c = q ( a , 1 ) ; if ( ! Tc ( b , c ) ) return ! 1 ; a = q ( a , 29 ) ; return Tc ( b , a ) } function Rc ( a , b ) { if ( ! b ) return null ; b = b . toUpperCase ( ) ; var c = a . g [ b ] ; if ( null == c ) { c = Mc [ b ] ; if ( null == c ) return null ; c = ( new G ) . j ( F . m ( ) , c ) ; a . g [ b ] = c } return c }
function Sc ( a ) { if ( ! p ( a , 2 ) ) return "" ; var b = "" + q ( a , 2 ) ; return p ( a , 4 ) && q ( a , 4 ) && 0 < w ( a , 8 ) ? Array ( w ( a , 8 ) + 1 ) . join ( "0" ) + b : b } function Tc ( a , b ) { return 0 < t ( b , 9 ) . length && ! t ( b , 9 ) . includes ( a . length ) ? ! 1 : K ( w ( b , 2 ) , a . toString ( ) ) } ; var T = ib . ja ( ) ; function Uc ( a ) { var b = T , c = nc ( b , a ) ; b = P ( b , w ( a , 1 ) , c ) ; null == b ? a = - 1 : ( a = O ( a ) , a = lc ( a , b ) ) ; switch ( a ) { case 0 : return "FIXED_LINE" ; case 1 : return "MOBILE" ; case 2 : return "FIXED_LINE_OR_MOBILE" ; case 3 : return "TOLL_FREE" ; case 4 : return "PREMIUM_RATE" ; case 5 : return "SHARED_COST" ; case 6 : return "VOIP" ; case 7 : return "PERSONAL_NUMBER" ; case 8 : return "PAGER" ; case 9 : return "UAN" ; case - 1 : return "UNKNOWN" } }
function Vc ( ) { var a = ta ( "phoneNumber" ) . value , b = ta ( "defaultCountry" ) . value . toUpperCase ( ) , c = ta ( "carrierCode" ) . value , d = new B ; try { var f = T ; if ( ! Hb ( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var e = uc ( f , a , b , ! 0 ) ; d . g ( "****Parsing Result:****\n" ) ; var g = d . g , h = ( new A ( 1 ) ) . l ( e ) ; f = [ ] ; za ( new ua , h , f ) ; g . call ( d , f . join ( "" ) ) ; d . g ( "\n\n****Validation Results:****" ) ; var m = qc ( e ) ; var v = 0 == m || 4 == m ; d . g ( "\nResult from isPossibleNumber(): " ) ; d . g ( v ) ; var V = qc ( e ) ; g = b && "ZZ" != b ; if ( v ) if ( 4 == V ) d . g ( "\nResult from isPossibleNumberWithReason(): " ) ,
d . g ( "IS_POSSIBLE_LOCAL_ONLY" ) , d . g ( "\nNumber is considered invalid as it is not a possible national number." ) ; else { var L = mc ( T , e ) ; d . g ( "\nResult from isValidNumber(): " ) ; d . g ( L ) ; L && g && ( d . g ( "\nResult from isValidNumberForRegion(): " ) , d . g ( oc ( T , e , b ) ) ) ; d . g ( "\nPhone Number region: " ) ; d . g ( nc ( T , e ) ) ; d . g ( "\nResult from getNumberType(): " ) ; d . g ( Uc ( e ) ) } else { d . g ( "\nResult from isPossibleNumberWithReason(): " ) ; switch ( V ) { case 1 : d . g ( "INVALID_COUNTRY_CODE" ) ; break ; case 2 : d . g ( "TOO_SHORT" ) ; break ; case 3 : d . g ( "TOO_LONG" ) ; break ;
case 5 : d . g ( "INVALID_LENGTH" ) } d . g ( "\nNote: Numbers that are not possible have type UNKNOWN, an unknown region, and are considered invalid." ) } if ( ! L ) { var u = Nc . ja ( ) ; d . g ( "\n\n****ShortNumberInfo Results:****" ) ; d . g ( "\nResult from isPossibleShortNumber: " ) ; var da = d . g ; a : { var Ob = Oc ( w ( e , 1 ) ) , Xc = Sc ( e ) . length ; for ( v = 0 ; v < Ob . length ; v ++ ) { var Pb = Rc ( u , Ob [ v ] ) ; if ( Pb && t ( q ( Pb , 1 ) , 9 ) . includes ( Xc ) ) { var Qb = ! 0 ; break a } } Qb = ! 1 } da . call ( d , Qb ) ; d . g ( "\nResult from isValidShortNumber: " ) ; var Yc = d . g , W = Oc ( w ( e , 1 ) ) ; a : if ( 0 === W . length ) var ea =
null ; else if ( 1 === W . length ) ea = W [ 0 ] ; else { var Zc = Sc ( e ) ; for ( da = 0 ; da < W . length ; da ++ ) { var Rb = W [ da ] , Sb = Rc ( u , Rb ) ; if ( Sb && Tc ( Zc , q ( Sb , 29 ) ) ) { ea = Rb ; break a } } ea = null } var $c = 1 < W . length && null != ea ? ! 0 : Qc ( u , e , ea ) ; Yc . call ( d , $c ) ; if ( g ) { d . g ( "\nResult from isPossibleShortNumberForRegion: " ) ; var ad = d . g ; if ( Pc ( e , b ) ) { var Tb = Rc ( u , b ) ; if ( Tb ) { var bd = Sc ( e ) . length ; var Pa = t ( q ( Tb , 1 ) , 9 ) . includes ( bd ) } else Pa = ! 1 } else Pa = ! 1 ; ad . call ( d , Pa ) ; d . g ( "\nResult from isValidShortNumberForRegion: " ) ; d . g ( Qc ( u , e , b ) ) } } d . g ( "\n\n****Formatting Results:**** " ) ;
d . g ( "\nE164 format: " ) ; d . g ( L ? N ( T , e , 0 ) : "invalid" ) ; d . g ( "\nOriginal format: " ) ; var cd = d . g ; u = T ; var X ; if ( X = p ( e , 5 ) ) { var Ub = w ( e , 1 ) , Vb = P ( u , Ub , Q ( Ub ) ) ; if ( null == Vb ) var Wb = ! 1 ; else { var dd = O ( e ) ; Wb = null != Nb ( t ( Vb , 19 ) , dd ) } X = ! Wb } if ( X ) var Qa = w ( e , 5 ) ; else if ( p ( e , 6 ) ) { switch ( q ( e , 6 ) ) { case 1 : var z = N ( u , e , 1 ) ; break ; case 5 : z = Lb ( u , e , b ) ; break ; case 10 : z = N ( u , e , 1 ) . substring ( 1 ) ; break ; default : var fa = Q ( w ( e , 1 ) ) ; var Xb = R ( u , fa ) ; if ( null == Xb ) var ha = null ; else { var Ra = w ( Xb , 12 ) ; ha = 0 == Ra . length ? null : Ra = Ra . replace ( "~" , "" ) } var ia = N ( u , e , 2 ) ; if ( null ==
ha || 0 == ha . length ) z = ia ; else { b : { var ed = w ( e , 5 ) ; X = ha ; var Yb = M ( ed , jb ) ; if ( 0 == Yb . lastIndexOf ( X , 0 ) ) try { var Zb = mc ( u , uc ( u , Yb . substring ( X . length ) , fa , ! 1 ) ) ; break b } catch ( $b ) { } Zb = ! 1 } if ( Zb ) z = ia ; else { var fd = R ( u , fa ) , gd = O ( e ) , Sa = Nb ( t ( fd , 19 ) , gd ) ; if ( null == Sa ) z = ia ; else { var Y = w ( Sa , 4 ) , ac = Y . indexOf ( "$1" ) ; if ( 0 >= ac ) z = ia ; else if ( Y = Y . substring ( 0 , ac ) , Y = M ( Y , jb ) , 0 == Y . length ) z = ia ; else { var bc = Sa . clone ( ) ; Za ( bc , 4 ) ; fa = [ bc ] ; var va = w ( e , 1 ) , wa = O ( e ) ; if ( va in I ) { var cc = P ( u , va , Q ( va ) ) , Ta = Nb ( fa , wa ) ; if ( null == Ta ) var dc = wa ; else { var Ua = Ta . clone ( ) ,
xa = w ( Ta , 4 ) ; if ( 0 < xa . length ) { var ec = w ( cc , 12 ) ; 0 < ec . length ? ( xa = xa . replace ( yb , ec ) . replace ( zb , "$1" ) , r ( Ua , 4 , xa ) ) : Za ( Ua , 4 ) } dc = jc ( wa , Ua , 2 ) } var hd = Jb ( e , cc , 2 ) ; z = Ib ( va , 2 , dc , hd ) } else z = wa } } } } } var Va = w ( e , 5 ) ; if ( null != z && 0 < Va . length ) { var id = M ( z , kb ) , jd = M ( Va , kb ) ; id != jd && ( z = Va ) } Qa = z } else Qa = N ( u , e , 2 ) ; cd . call ( d , Qa ) ; d . g ( "\nNational format: " ) ; d . g ( N ( T , e , 2 ) ) ; d . g ( "\nInternational format: " ) ; d . g ( L ? N ( T , e , 1 ) : "invalid" ) ; d . g ( "\nOut-of-country format from US: " ) ; d . g ( L ? Lb ( T , e , "US" ) : "invalid" ) ; d . g ( "\nOut-of-country format from Switzerland: " ) ;
d . g ( L ? Lb ( T , e , "CH" ) : "invalid" ) ; if ( 0 < c . length ) { d . g ( "\nNational format with carrier code: " ) ; var kd = d . g ; L = T ; var ya = w ( e , 1 ) , fc = O ( e ) ; if ( ya in I ) { var gc = P ( L , ya , Q ( ya ) ) , ld = Jb ( e , gc , 2 ) , md = Kb ( fc , gc , 2 , c ) ; var hc = Ib ( ya , 2 , md , ld ) } else hc = fc ; kd . call ( d , hc ) } d . g ( "\n\n****AsYouTypeFormatter Results****" ) ; var nd = new vc ( b ) , od = a . length ; for ( b = 0 ; b < od ; ++ b ) { var ic = a . charAt ( b ) ; d . g ( "\nChar entered: " ) ; d . g ( ic ) ; d . g ( " Output: " ) ; c = d ; var pd = c . g ; e = nd ; e . ma = Cc ( e , ic ) ; pd . call ( c , e . ma ) } } catch ( $b ) { d . g ( "\n" + $b . toString ( ) ) } ta ( "output" ) . value =
d . toString ( ) ; return ! 1 } var Wc = [ "phoneNumberParser" ] , U = ka ; Wc [ 0 ] in U || "undefined" == typeof U . execScript || U . execScript ( "var " + Wc [ 0 ] ) ; for ( var Z ; Wc . length && ( Z = Wc . shift ( ) ) ; ) Wc . length || void 0 === Vc ? U [ Z ] && U [ Z ] !== Object . prototype [ Z ] ? U = U [ Z ] : U = U [ Z ] = { } : U [ Z ] = Vc ; } ) ( ) ;