@ -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}" ,
@ -93,11 +93,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
"(\\d{2})(\\d{3})(\\d{2,4})" , "$1 $2 $3" , [ "16" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "14|4" ] , "0$1" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[2378]" ] , "(0$1)" , "$CC ($1)" ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1(?:30|[89])" ] ] ] , [ , , "163\\d{2,6}" , , , , "1631234" , , , [ 5 , 6 , 7 , 8 , 9 ] ] , 1 , , [ , , "1[38]00\\d{6}|1(?:345[0-4]|802)\\d{3}|13\\d{4}" , , , , , , , [ 6 , 7 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AW : [ , [ , , "(?:[25-79]\\d\\d|800)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "5(?:2\\d|8[1-9])\\d{4}" , , , , "5212345" ] , [ , , "(?:290|5[69]\\d|6(?:[03]0|22|4[0-2]|[69]\\d)|7(?:[34]\\d|7[07])|9(?:6[45]|9[4-8]))\\d{4}" ,
, , , "5601234" ] , [ , , "800\\d{4}" , , , , "8001234" ] , [ , , "900\\d{4}" , , , , "9001234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:28\\d|501)\\d{4}" , , , , "5011234" ] , "AW" , 297 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[25-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AX : [ , [ , , "2\\d{4,9}|35\\d{4,5}|(?:60\\d\\d|800)\\d{4,6}|7\\d{5,11}|(?:[14]\\d|3[0-46-9]|50)\\d{4,8}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "18[1-8]\\d{3,6}" , , , , "181234567" , , , [ 6 , 7 , 8 , 9 ] ] , [ , , "4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}" , , , , "412345678" ,
, , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "800\\d{4,6}" , , , , "800123456" , , , [ 7 , 8 , 9 ] ] , [ , , "[67]00\\d{5,6}" , , , , "600123456" , , , [ 8 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AX" , 358 , "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))" , "0" , , , "0" , , "00" , , , , [ , , , , , , , , , [ - 1 ] ] , , "18" , [ , , , , , , , , , [ - 1 ] ] , [ , , "20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}" , , , , "10112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AZ : [ , [ , , "365\\d{6}|(?:[124579]\\d|60|88)\\d{7}" , , ,
, , , , [ 9 ] , [ 7 ] ] , [ , , "(?:222[0-79]\\d|365(?:[0-46-9]\\d|5[0-35-9]))\\d{4}|(?:(?:1[28]|46)\\d|2(?:[045]2|1[24]|2[34]|33|6[23] ))\\d{6}" , , , , "123123456" , , , , [ 7 ] ] , [ , , "36554\\d{4}|(?:[16]0|4[04]|5[015]|7[07]|99)\\d{7}" , , , , "401234567" ] , [ , , "88\\d{7}" , , , , "881234567" ] , [ , , "900200\\d{3}" , , , , "900200123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AZ" , 994 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "[1-9]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "1[28]|2|365|46" , "1[28]|2|365|46" , "1[28]|2|365(?:[0-46-9]|5[0-35-9 ])|46" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[13-9]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[28]|2|365|46" , "1[28]|2|365|46" , "1[28]|2|365(?:[0-46-9]|5[0-35-9 ])|46" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[13-9]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , ,
[ - 1 ] ] ] , BA : [ , [ , , "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}" , , , , , , , [ 8 , 9 ] , [ 6 ] ] , [ , , "(?:3(?:[05-79][2-9]|1[4579]|[23][24-9]|4[2-4689]|8[2457-9])|49[2-579]|5(?:0[2-49]|[13][2-9]|[268][2-4679]|4[4689]|5[2-79]|7[2-69]|9[2-4689]))\\d{5}" , , , , "30212345" , , , [ 8 ] , [ 6 ] ] , [ , , "6040\\d{5}|6(?:03|[1-356]|44|7\\d)\\d{6}" , , , , "61123456" ] , [ , , "8[08]\\d{6}" , , , , "80123456" , , , [ 8 ] ] , [ , , "9[0246]\\d{6}" , , , , "90123456" , , , [ 8 ] ] , [ , , "8[12]\\d{6}" , , , , "82123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BA" , 387 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3})" ,
"$1-$2" , [ "[2-9]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6[1-3]|[7-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2-$3" , [ "[3-5]|6[56]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "6" ] , "0$1" ] ] , [ [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6[1-3]|[7-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2-$3" , [ "[3-5]|6[56]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "6" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "703[235]0\\d{3}|70(?:2[0-5]|3[0146]|[56]0)\\d{4}" , , , , "70341234" ,
, , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BB : [ , [ , , "(?:246|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}" , , , , "2464123456" , , , , [ 7 ] ] , [ , , "246(?:2(?:[3568]\\d|4[0-57-9])|45\\d|69[5-7]|8(?:[2-5]\\d|83))\\d{4}" , , , , "2462501234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "(?:246976|900[2-9]\\d\\d)\\d{4}" , , , , "9002123456" , , , , [ 7 ] ] , [ , , , , , , , , , [ - 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}" ,
, , , , [ 9 ] , [ 7 ] ] , [ , , "(?:2[12]428|3655[02])\\d{4}|(?:2(?:22[0-79]|63[0-28])|3654)\\d{5}|(?:(?:1[28]|46)\\d|2(?:[014-6]2|[23]3 ))\\d{6}" , , , , "123123456" , , , , [ 7 ] ] , [ , , "36554\\d{4}|(?:[16]0|4[04]|5[015]|7[07]|99)\\d{7}" , , , , "401234567" ] , [ , , "88\\d{7}" , , , , "881234567" ] , [ , , "900200\\d{3}" , , , , "900200123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AZ" , 994 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "[1-9]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "1[28]|2|365|46" , "1[28]|2|365[45] |46" , "1[28]|2|365(?:4|5[02 ])|46" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[13-9]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "90" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[28]|2|365|46" , "1[28]|2|365[45] |46" , "1[28]|2|365(?:4|5[02 ])|46" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[13-9]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BA : [ , [ ,
, "6\\d{8}|(?:[35689]\\d|49|70)\\d{6}" , , , , , , , [ 8 , 9 ] , [ 6 ] ] , [ , , "(?:3(?:[05-79][2-9]|1[4579]|[23][24-9]|4[2-4689]|8[2457-9])|49[2-579]|5(?:0[2-49]|[13][2-9]|[268][2-4679]|4[4689]|5[2-79]|7[2-69]|9[2-4689]))\\d{5}" , , , , "30212345" , , , [ 8 ] , [ 6 ] ] , [ , , "6040\\d{5}|6(?:03|[1-356]|44|7\\d)\\d{6}" , , , , "61123456" ] , [ , , "8[08]\\d{6}" , , , , "80123456" , , , [ 8 ] ] , [ , , "9[0246]\\d{6}" , , , , "90123456" , , , [ 8 ] ] , [ , , "8[12]\\d{6}" , , , , "82123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BA" , 387 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3})" , "$1-$2" , [ "[2-9]" ] ] ,
[ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6[1-3]|[7-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2-$3" , [ "[3-5]|6[56]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "6" ] , "0$1" ] ] , [ [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "6[1-3]|[7-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2-$3" , [ "[3-5]|6[56]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "6" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "703[235]0\\d{3}|70(?:2[0-5]|3[0146]|[56]0)\\d{4}" , , , , "70341234" , , , [ 8 ] ] , , , [ , , , ,
, , , , , [ - 1 ] ] ] , BB : [ , [ , , "(?:246|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "246(?:2(?:2[78]|7[0-4])|4(?:1[024-6]|2\\d|3[2-9])|5(?:20|[34]\\d|54|7[1-3])|6(?:2\\d|38)|7[35]7|9(?:1[89]|63))\\d{4}" , , , , "2464123456" , , , , [ 7 ] ] , [ , , "246(?:2(?:[3568]\\d|4[0-57-9])|45\\d|69[5-7]|8(?:[2-5]\\d|83))\\d{4}" , , , , "2462501234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "(?:246976|900[2-9]\\d\\d)\\d{4}" , , , , "9002123456" , , , , [ 7 ] ] , [ , , , , , , , , , [ - 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" ] , [ , , "24631\\d{5}" , , , , "2463101234" , , , , [ 7 ] ] , "BB" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "246$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "246" , [ , , , , , , , , , [ - 1 ] ] , [ , , "246(?:292|367|4(?:1[7-9]|3[01]|44|67)|7(?:36|53))\\d{4}" , , , , "2464301234" , , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BD : [ , [ , , "[1-469]\\d{9}|8[0-79]\\d{7,8}|[2-79]\\d{8}|[2-9]\\d{7}|[3-9]\\d{6}|[57-9]\\d{5}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "(?:465[3578]\\d{4}|8332[6-9])\\d\\d|465(?:(?:3|[57]\\d)\\d{3,4}|8\\d{3})|(?:3(?:03[56]|224)|422[25])\\d{3,4}|(?:4(?:31\\d\\d|423|65(?:28|4\\d))|5222)\\d{3}(?:\\d{2})?|(?:3(?:42[47]|529|823)|4(?:027|525)|562|6257|7(?:1(?:5[3-5]|6[12]|7[156]|89)|22[589]56|32|42675|52(?:[25689](?:56|8)|[347]8)|71(?:6[1267]|75|89)|92374)|82(?:2[59]|32)56|9(?:03[23]56|23(?:256|373)|31|5(?:1|2[4589]56)))\\d{3}|(?:3(?:02[348]|22[35]|324|422)|4(?:22[67]|32[236-9]|6(?:2[46]|56\\d)|953)|5526|6(?:024|6655)|81)\\d{4,5}|(?:2(?:7(?:1[0-267]|2[0-289]|3[0-29]|4[01]|5[1-3]|6[013]|7[0178]|91)|8(?:0[125]|1[1-6]|2[0157-9]|3[1-69]|41|6[1-35]|7[1-5]|8[1-8]|9[0-6])|9(?:0[0-2]|1[0-4]|2[568]|3[3-6]|5[5-7]|6[0136-9]|7[0-7]|8[014-9]))|3(?:0(?:2[025-79]|3[2-4])|181|22[12]|32[2356]|824)|4(?:02[09]|22[348]|32[045]|523|627)|666(?:22|53)|7(?:22[57-9]|42[56]|82[35])8|8(?:0[124-9]|2(?:181|2[02-4679]8)|4[12]|[5-7]2)|9(?:[04]2|2(?:2|328)|81))\\d{4}|(?:2(?:[23]\\d|[45])\\d\\d|3(?:(?:[19]3|35|59|6[3-59])\\d\\d|4(?:25|[39]\\d\\d))|4(?:0(?:33|9\\d\\d)|(?:1|2[3-5]\\d)\\d|3(?:32|[459]\\d\\d)|4(?:2[246]|5[25])|6(?:2[35]|[349]\\d\\d|5(?:[019]\\d|2[0-79])|62)|8(?:23|54)|92[2-5])|5(?:02[03489]|22[457]|32[35-79]|42[46]|6(?:[18]|53)|724|826)|6(?:023|2(?:2[2-5]|5[3-5]|8)|32[3478]|42[34]|52[47]|6(?:[18]|6(?:2[34]|5[24]))|[78]2[2-5]|92[2-6])|7(?:02|21\\d|[3-589]1|6[12]|72[24])|8(?:21(?:4\\d|7)|3[12]|[5-7]1)|9(?:[24]1|82\\d\\d))\\d{5}|(?:3(?:1(?:2[5-7]|[5-7])|822)|4(?:[257]1|[4689][18])|(?:5[2-57-9]|6[03-589])1)\\d{5}|(?:3[2-8]|[59])1\\d{5}" ,
, , , "27111234" ] , [ , , "(?:1[13-9]\\d|644)\\d{7}|(?:3[78]|44|66)[02-9]\\d{7}" , , , , "1812345678" , , , [ 10 ] ] , [ , , "80[03]\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "96(?:0[469]|1[0-47]|3[389]|6[69]|7[78])\\d{6}" , , , , "9604123456" , , , [ 10 ] ] , "BD" , 880 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{4,6})" , "$1-$2" , [ "31[5-8]|[459]1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,7})" , "$1-$2" , [ "38[013-9]|4(?:6[168]|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|8(?:0[014-9]|1|2[1-3])|[34]7|7[2-589]|9[35]|(?:3[2-6]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[248])1|(?:44|66)[01346-9]" ,
"38[013-9]|4(?:6[168]|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|8(?:0[014-9]|1|2(?:1[78]|[23]))|[34]7|7[2-589]|9[35]|(?:3[2-6]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[248])1|(?:44|66)[01346-9]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3,6})" , "$1-$2" , [ "[13-9]|2[23]" ] , "0$1" ] , [ , "(\\d)(\\d{7,8})" , "$1-$2" , [ "2" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BE : [ , [ , , "4\\d{8}|[1-9]\\d{7}" , , , , , , , [ 8 , 9 ] ] , [ , , "80[2-8]\\d{5}|(?:1[0-69]|[23][2-8]|4[23]|5\\d|6[013-57-9]|71|8[1-79]|9[2-4])\\d{6}" , , , , "12345678" ,
@ -188,8 +188,8 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
, , , "3501234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FM" , 691 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[389]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FO : [ , [ , , "[2-9]\\d{5}" , , , , , , , [ 6 ] ] , [ , , "(?:20|[34]\\d|8[19])\\d{4}" , , , , "201234" ] , [ , , "(?:[27][1-9]|5\\d|91)\\d{4}" , , , , "211234" ] , [ , , "80[257-9]\\d{3}" , , , , "802123" ] , [ , , "90(?:[13-5][15-7]|2[125-7]|9\\d)\\d\\d" , , , , "901123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:6[0-36]|88)\\d{4}" , ,
, , "601234" ] , "FO" , 298 , "00" , , , , "(10(?:01|[12]0|88))" , , , , [ [ , "(\\d{6})" , "$1" , [ "[2-9]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FR : [ , [ , , "[1-9]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "(?:[1-35]\\d|4[1-9])\\d{7}" , , , , "123456789" ] , [ , , "(?:6(?:[0-24-8]\\d|3[0-8]|9[589])|7(?:00|[3-9]\\d))\\d{6}" , , , , "612345678" ] , [ , , "80[0-5]\\d{6}" , , , , "801234567" ] , [ , , "836(?:0[0-36-9]|[1-9]\\d)\\d{4}|8(?:1[2-9]|2[2-47-9]|3[0-57-9]|[569]\\d|8[0-35-9])\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[01]|2[0156]|84)\\d{6}" ,
, , , "884012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "9\\d{8}" , , , , "912345678" ] , "FR" , 33 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{4})" , "$1" , [ "10" ] ] , [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "1" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "80[6-9]\\d{6}" , , , , "806123456" ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , GA : [ , [ , , "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "[01]1\\d{6}" , , , , "01441234" , , , [ 8 ] ] , [ , , "(?:0[2-7]|6[256]|7[47])\\d{6 }|[2-7]\\d{6}" , , , , "06031234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GA" , 241 , "00" , , , , "0(11\\d{6}|6[256]\\d{6}|7[47]\\d{6})" , "$1" , , , [ [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-7]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "11|[67]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
[ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[02459]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-278])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
, , [ , , , , , , , , , [ - 1 ] ] ] , GA : [ , [ , , "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "[01]1\\d{6}" , , , , "01441234" , , , [ 8 ] ] , [ , , "(?:(?:0[2-7]\\d|6(?:0[0-4]|10|[256]\\d))\\d|7(?:[47]\\d\\d|658))\\d{4 }|[2-7]\\d{6}" , , , , "06031234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GA" , 241 , "00" , , , , "0(11\\d{6}|60\\d{6}|61\\d{6}|6 [256]\\d{6}|7[47]\\d{6}|76 \\d{6})" , "$1" , , , [ [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-7]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
[ "11|[67]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[0359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[02459]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-278])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
, , , "1212345678" , , , [ 9 , 10 ] , [ 4 , 5 , 6 , 7 , 8 ] ] , [ , , "7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}" , , , , "7400123456" , , , [ 10 ] ] , [ , , "80[08]\\d{7}|800\\d{6}|8001111" , , , , "8001234567" ] , [ , , "(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d" , , , , "9012345678" , , , [ 7 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , "56\\d{8}" , , , , "5612345678" ,
, , [ 10 ] ] , "GB" , 44 , "00" , "0" , " x" , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "800" , "8001" , "80011" , "800111" , "8001111" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "845" , "8454" , "84546" , "845464" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "800" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "1(?:38|5[23]|69|76|94)" , "1(?:(?:38|69)7|5(?:24|39)|768|946)" , "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "1(?:[2-69][02-9]|[78])" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[25]|7(?:0|6[02-9])" ,
"[25]|7(?:0|6(?:[03-9]|2[356]))" ] , "0$1" ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "7" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1389]" ] , "0$1" ] ] , , [ , , "76(?: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}" ,
@ -212,7 +212,7 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
, , , "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 ] ] , [ , , , , , , ,
, , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GW : [ , [ , , "[49]\\d{8}|4\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "443\\d{6}" , , , , "443201234" , , , [ 9 ] ] , [ , , "9(?:5\\d|6[569]|77)\\d{6}" , , , , "955012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40\\d{5}" , , , , "4012345" , , , [ 7 ] ] , "GW" , 245 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "40" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[49]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GY : [ , [ , , "(?:862\\d|9008)\\d{3}|(?:[2-46]\\d|77)\\d{5}" , , , , , , , [ 7 ] ] ,
[ , , "(?:2(?:1[6-9]|2[0-35-9]|3[1-4]|5[3-9]|6\\d|7[0-24-79])|3(?:2[25-9]|3\\d)|4(?:4[0-24]|5[56])|77[1-57])\\d{4}" , , , , "2201234" ] , [ , , "6\\d{6}" , , , , "6091234" ] , [ , , "(?:289|862)\\d{4}" , , , , "2891234" ] , [ , , "9008\\d{3}" , , , , "9008123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GY" , 592 , "001" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-46-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HK : [ , [ , , "8[0-46-9]\\d{6,7}|9\\d{4}(?:\\d(?:\\d(?:\\d{4})?)?)?|(?:[235-79]\\d|46)\\d{6}" , , , , , , , [ 5 ,
6 , 7 , 8 , 9 , 11 ] ] , [ , , "(?:2(?:[13-9]\\d|2[013-9])\\d|3(?:(?:[1569][0-24-9]|4[0-246-9]|7[0-24-69])\\d|8(?:4[0-6 ]|5[0-5]|9\\d))|58(?:0[1-8]|1[2-9]))\\d{4}" , , , , "21234567" , , , [ 8 ] ] , [ , , "(?:46(?:[07][0-7]|1[0-6]|4[0-57-9]|5[0-8]|6[0-4])|5730|6(?:26[013-7]|66[0-3])|70(?:7[1-5]|8[0-4])|848[015-9]|929[03-9])\\d{4}|(?:46[238]|5(?:[1-59][0-46-9]|6[0-4689]|7[0-2469])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|84[09]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}" , , , , "51234567" , , , [ 8 ] ] , [ , , "800\\d{6}" , , , , "800123456" ,
6 , 7 , 8 , 9 , 11 ] ] , [ , , "(?:2(?:[13-9]\\d|2[013-9])\\d|3(?:(?:[1569][0-24-9]|4[0-246-9]|7[0-24-69])\\d|8(?:4[0-8 ]|5[0-5]|9\\d))|58(?:0[1-8]|1[2-9]))\\d{4}" , , , , "21234567" , , , [ 8 ] ] , [ , , "(?:46(?:[07][0-7]|1[0-6]|4[0-57-9]|5[0-8]|6[0-4])|573[ 0-6] |6(?:26[013-7]|66[0-3])|70(?:7[1-5]|8[0-4])|848[015-9]|929[03-9])\\d{4}|(?:46[238]|5(?:[1-59][0-46-9]|6[0-4689]|7[0-2469])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|84[09]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}" , , , , "51234567" , , , [ 8 ] ] , [ , , "800\\d{6}" , , , , "800123456" ,
, , [ 9 ] ] , [ , , "900(?:[0-24-9]\\d{7}|3\\d{1,4})" , , , , "90012345678" , , , [ 5 , 6 , 7 , 8 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8(?:1[0-4679]\\d|2(?:[0-36]\\d|7[0-4])|3(?:[034]\\d|2[09]|70))\\d{4}" , , , , "81123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "HK" , 852 , "00(?:30|5[09]|[126-9]?)" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{2,5})" , "$1 $2" , [ "900" , "9003" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]|8[1-4]|9(?:0[1-9]|[1-8])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , "7(?:1(?:0[0-38]|1[0-3679]|3[013]|69|9[0136])|2(?:[02389]\\d|1[18]|7[27-9])|3(?:[0-38]\\d|7[0-369]|9[2357-9])|47\\d|5(?:[178]\\d|5[0-5])|6(?:0[0-7]|2[236-9]|[35]\\d)|7(?:[27]\\d|8[7-9])|8(?:[23689]\\d|7[1-9])|9(?:[025]\\d|6[0-246-8]|7[0-36-9]|8[238]))\\d{4}" ,
, , , "71123456" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "30(?:0[1-9]|[15-7]\\d|2[047]|89)\\d{4}" , , , , "30161234" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HN : [ , [ , , "8\\d{10}|[237-9]\\d{7}" , , , , , , , [ 8 , 11 ] ] , [ , , "2(?:2(?:0[0-39]|1[1-367]|[23]\\d|4[03-6]|5[57]|6[245]|7[0135689]|8[01346-9]|9[0-2])|4(?:0[78]|2[3-59]|3[13-9]|4[0-68]|5[1-35])|5(?:0[7-9]|16|4[03-5]|5\\d|6[014-6]|74|80)|6(?:[056]\\d|17|2[067]|3[04]|4[0-378]|[78][0-8]|9[01])|7(?:6[46-9]|7[02-9]|8[034]|91)|8(?:79|8[0-357-9]|9[1-57-9]))\\d{4}" , , , , "22123456" , , , [ 8 ] ] , [ , , "[37-9]\\d{7}" ,
, , , "91234567" , , , [ 8 ] ] , [ , , "8002\\d{7}" , , , , "80021234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "HN" , 504 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[237-9]" ] ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[237-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "8002\\d{7}" , , , , , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HR : [ , [ , , "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}" , , , , , , , [ 6 , 7 , 8 , 9 ] ] , [ , , "1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6,7}" ,
@ -253,7 +253,7 @@ IN:[,[,,"(?:000800|[2-9]\\d\\d)\\d{7}|1\\d{7,12}",,,,,,,[8,9,10,11,12,13],[6,7]]
"$1 $2 $3" , [ "0[26]" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})(\\d{4,5})" , "$1 $2 $3" , [ "3" ] ] ] , [ [ , "(\\d{2})(\\d{4,6})" , "$1 $2" , [ "0[26]" ] ] , [ , "(\\d{3})(\\d{3,6})" , "$1 $2" , [ "0[13-57-9][0159]|8(?:03|4[17]|9[245])" , "0[13-57-9][0159]|8(?:03|4[17]|9(?:2|[45][0-4]))" ] ] , [ , "(\\d{4})(\\d{2,6})" , "$1 $2" , [ "0(?:[13-579][2-46-8]|8[236-8])" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "894" ] ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "0[26]|5" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "1[4679]|[38]" ] ] ,
[ , "(\\d{3})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "0[13-57-9][0159]" ] ] , [ , "(\\d{2})(\\d{4})(\\d{5})" , "$1 $2 $3" , [ "0[26]" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})(\\d{4,5})" , "$1 $2 $3" , [ "3" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , 1 , , [ , , "848\\d{6}" , , , , , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "3[2-8]\\d{9,10}" , , , , "33101234501" , , , [ 11 , 12 ] ] ] , JE : [ , [ , , "1534\\d{6}|(?:[3578]\\d|90)\\d{8}" , , , , , , , [ 10 ] , [ 6 ] ] , [ , , "1534[0-24-8]\\d{5}" , , , , "1534456789" , , , , [ 6 ] ] , [ , , "7(?:(?:(?:50|82)9|937)\\d|7(?:00[378]|97[7-9]))\\d{5}" , , , , "7797712345" ] ,
[ , , "80(?:07(?:35|81)|8901)\\d{4}" , , , , "8007354567" ] , [ , , "(?:8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|90(?:066[59]|1810|71(?:07|55)))\\d{4}" , , , , "9018105678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "701511\\d{4}" , , , , "7015115678" ] , [ , , "56\\d{8}" , , , , "5612345678" ] , "JE" , 44 , "00" , "0" , , , "0|([0-24-8]\\d{5})$" , "1534$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" ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3(?:0(?:07(?:35|81)|8901)|3\\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))|55\\d{4})\\d{4}" ,
, , , "5512345678" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , JM : [ , [ , , "(?:[58]\\d\\d|658|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "8766060\\d{3}|(?:658(?:2(?:[0-8]\\d|9[0-46-9])|[3-9]\\d\\d)|876(?:52[35]|6(?:0[1-3579]|1[0237-9]|[23]\\d|40|5[06]|6[2-589]|7[05]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468])))\\d{4}" , , , , "8765230123" , , , , [ 7 ] ] , [ , , "(?:658295|876(?:2(?:0[6-9]|[14-9]\\d|2[013-9]|3[7 -9])|[348]\\d\\d|5(?:0[1-9]|[1-9]\\d)|6(?:4[89]|6[67])|7(?:0[07]|7\\d|8[1-47-9]|9[0-36-9])|9(?:[01]9|9[0579])))\\d{4}" ,
, , , "5512345678" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , JM : [ , [ , , "(?:[58]\\d\\d|658|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "8766060\\d{3}|(?:658(?:2(?:[0-8]\\d|9[0-46-9])|[3-9]\\d\\d)|876(?:52[35]|6(?:0[1-3579]|1[0237-9]|[23]\\d|40|5[06]|6[2-589]|7[05]|8[04]|9[4-9])|7(?:0[2-689]|[1-6]\\d|8[056]|9[45])|9(?:0[1-8]|1[02378]|[2-8]\\d|9[2-468])))\\d{4}" , , , , "8765230123" , , , , [ 7 ] ] , [ , , "(?:658295|876(?:2(?:0[2-9]|[14-9]\\d|2[013-9]|3[3 -9])|[348]\\d\\d|5(?:0[1-9]|[1-9]\\d)|6(?:4[89]|6[67])|7(?:0[07]|7\\d|8[1-47-9]|9[0-36-9])|9(?:[01]9|9[0579])))\\d{4}" ,
, , , "8762101234" , , , , [ 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 ] ] , "JM" , 1 , "011" , "1" , , , "1" , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "658|876" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , ,
, [ - 1 ] ] ] , JO : [ , [ , , "(?:(?:[2689]|7\\d)\\d|32|53)\\d{6}" , , , , , , , [ 8 , 9 ] ] , [ , , "87(?:000|90[01])\\d{3}|(?:2(?:6(?:2[0-35-9]|3[0-578]|4[24-7]|5[0-24-8]|[6-8][023]|9[0-3])|7(?:0[1-79]|10|2[014-7]|3[0-689]|4[019]|5[0-3578]))|32(?:0[1-69]|1[1-35-7]|2[024-7]|3\\d|4[0-3]|[5-7][023])|53(?:0[0-3]|[13][023]|2[0-59]|49|5[0-35-9]|6[15]|7[45]|8[1-6]|9[0-36-9])|6(?:2(?:[05]0|22)|3(?:00|33)|4(?:0[0-25]|1[2-7]|2[0569]|[38][07-9]|4[025689]|6[0-589]|7\\d|9[0-2])|5(?:[01][056]|2[034]|3[0-57-9]|4[178]|5[0-69]|6[0-35-9]|7[1-379]|8[0-68]|9[0239]))|87(?:20|7[078]|99))\\d{4}" ,
, , , "62001234" , , , [ 8 ] ] , [ , , "7(?:[78][0-25-9]|9\\d)\\d{6}" , , , , "790123456" , , , [ 9 ] ] , [ , , "80\\d{6}" , , , , "80012345" , , , [ 8 ] ] , [ , , "9\\d{7}" , , , , "90012345" , , , [ 8 ] ] , [ , , "85\\d{6}" , , , , "85012345" , , , [ 8 ] ] , [ , , "70\\d{7}" , , , , "700123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , "JO" , 962 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2356]|87" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{5,6})" , "$1 $2" , [ "[89]" ] , "0$1" ] , [ , "(\\d{2})(\\d{7})" , "$1 $2" , [ "70" ] , "0$1" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "7" ] , "0$1" ] ] , , [ , , "74(?:66|77)\\d{5}" , , , , "746612345" ,
@ -282,9 +282,9 @@ 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|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}" ,
, , [ 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\\d{5}|(?:[2569]\\d|41)\\d{6 }" , , , , , , , [ 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 ] ] , [ , , "(?:41\\d\\d|5(?:(?:[05]\\d|1[0-7]|6[56])\\d|2(?:22|5[25])|7(?:55|77)|88[58])|6(?:(?:0[034679]|5[015-9]|6\\d)\\d|222|333|444|7(?:0[013-9]|[67]\\d)|888|9(?:[069]\\d|3[039]))|9(?:(?:0[09]|22|[4679]\\d|8[057-9])\\d|1(?:1[01]|99)|3(?:00|33)|5(?:00|5\\d)))\\d{4 }" ,
, , , "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" , [ "[24 5]" ] ] ] , , [ , , , , , , , , , [ - 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}" ,
, , , "7123456789" , , , [ 10 ] , [ 5 , 6 , 7 ] ] , [ , , "7(?:0[0-25-8]|47|6[0-4]|7[15-8]|85)\\d{7}" , , , , "7710009998" , , , [ 10 ] ] , [ , , "8(?:00|108\\d{3})\\d{7}" , , , , "8001234567" ] , [ , , "809\\d{7}" , , , , "8091234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "808\\d{7}" , , , , "8081234567" , , , [ 10 ] ] , [ , , "751\\d{7}" , , , , "7511234567" , , , [ 10 ] ] , "KZ" , 7 , "810" , "8" , , , "8" , , "8~10" , , , , [ , , , , , , , , , [ - 1 ] ] , , "33|7" , [ , , "751\\d{7}" , , , , , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , LA : [ , [ , , "[23]\\d{9}|3\\d{8}|(?:[235-8]\\d|41)\\d{6}" , , , , , , , [ 8 , 9 , 10 ] , [ 6 ] ] , [ , , "(?:2[13]|[35-7][14]|41|8[1468])\\d{6}" ,
, , , "21212862" , , , [ 8 ] , [ 6 ] ] , [ , , "(?:20(?:[239]\\d|5[24-9]|7[6-8])|302\\d)\\d{6}" , , , , "2023123456" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "LA" , 856 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "2[13]|3[14]|[4-8]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "30[013-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "[23]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "30[013-9]\\d{6}" , , , , "301234567" , , , [ 9 ] ] , , , [ , ,
@ -371,7 +371,7 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
, , , "212345678" , , , [ 7 , 8 , 9 ] , [ 5 , 6 ] ] , [ , , "9(?:51|6[129]|[78][1-6]|9[1-5])\\d{6}" , , , , "961456789" , , , [ 9 ] ] , [ , , "9800\\d{5,7}" , , , , "98000123456" , , , [ 9 , 10 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8700[0-4]\\d{4}" , , , , "870012345" , , , [ 9 ] ] , "PY" , 595 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3,6})" , "$1 $2" , [ "[2-9]0" ] , "0$1" ] , [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{4,5})" , "$1 $2" , [ "2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" ,
"$1 $2 $3" , [ "2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "87" ] ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "9(?:[5-79]|8[1-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "[2-9]0\\d{4,7}" , , , , "201234567" , , , [ 6 , 7 , 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , QA : [ , [ , , "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "4141\\d{4}|(?:23|4[04])\\d{6}" , , , , "44123456" ,
, , [ 8 ] ] , [ , , "(?:28|[35-7]\\d)\\d{6}" , , , , "33123456" , , , [ 8 ] ] , [ , , "800\\d{4}(?:\\d{2})?" , , , , "8001234" , , , [ 7 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "QA" , 974 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "2[126]|8" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]" ] ] ] , , [ , , "2(?:[12]\\d|61)\\d{4}" , , , , "2123456" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RE : [ , [ , , "9769\\d{5}|(?:26|[68]\\d)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "26(?:2\\d\\d|30[0-5])\\d{4}" , , , , "262161234" ] , [ , , "(?:69(?:2\\d\\d|3(?:[06][0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|7[0-27]|8[0-8]|9[0-479]))|9769\\d)\\d{4}" ,
, , , "692123456" ] , [ , , "80\\d{7}" , , , , "801234567" ] , [ , , "89[1-37-9]\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[019]|2[0156]|84|90)\\d{6}" , , , , "810123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "RE" , 262 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2689]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , 1 , "26[23]|69|[89]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RO : [ , [ , , "(?:[237]\\d|[8 9] 0)\\d{7}|[23]\\d{5}" , , , , , , , [ 6 , 9 ] ] , [ , , "[23][13-6]\\d{7}|(?:2(?:19\\d|[3-6]\\d9)|31\\d\\d)\\d\\d" , , , , "211234567" ] , [ , , "7020\\d{5}|7(?:0[013-9]|1[0-2 ]|[2-7]\\d|8[03-8]|9[019])\\d{6}" ,
, , , "692123456" ] , [ , , "80\\d{7}" , , , , "801234567" ] , [ , , "89[1-37-9]\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[019]|2[0156]|84|90)\\d{6}" , , , , "810123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "RE" , 262 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2689]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , 1 , "26[23]|69|[89]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RO : [ , [ , , "(?:[2378 ]\\d|90)\\d{7}|[23]\\d{5}" , , , , , , , [ 6 , 9 ] ] , [ , , "[23][13-6]\\d{7}|(?:2(?:19\\d|[3-6]\\d9)|31\\d\\d)\\d\\d" , , , , "211234567" ] , [ , , "7020\\d{5}|7(?:0[013-9]|1[0-3 ]|[2-7]\\d|8[03-8]|9[019])\\d{6}" ,
, , , "712034567" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "90[0136]\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "801\\d{6}" , , , , "801123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "RO" , 40 , "00" , "0" , " int " , , "0" , , , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "2[3-6]" , "2[3-6]\\d9" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})" , "$1 $2" , [ "219|31" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[23]1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[237-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:37\\d|80[578])\\d{6}" , , , , "372123456" ,
, , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RS : [ , [ , , "38[02-9]\\d{6,9}|6\\d{7,9}|90\\d{4,8}|38\\d{5,6}|(?:7\\d\\d|800)\\d{3,9}|(?:[12]\\d|3[0-79])\\d{5,10}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 , 11 , 12 ] , [ 4 , 5 ] ] , [ , , "(?:11[1-9]\\d|(?:2[389]|39)(?:0[2-9]|[2-9]\\d))\\d{3,8}|(?:1[02-9]|2[0-24-7]|3[0-8])[2-9]\\d{4,9}" , , , , "10234567" , , , [ 7 , 8 , 9 , 10 , 11 , 12 ] , [ 4 , 5 , 6 ] ] , [ , , "6(?:[0-689]|7\\d)\\d{6,7}" , , , , "601234567" , , , [ 8 , 9 , 10 ] ] , [ , , "800\\d{3,9}" , , , , "80012345" ] , [ , , "(?:78\\d|90[0169])\\d{3,7}" , , , , "90012345" , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , "RS" , 381 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3,9})" , "$1 $2" , [ "(?:2[389]|39)0|[7-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{5,10})" , "$1 $2" , [ "[1-36]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "7[06]\\d{4,10}" , , , , "700123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RU : [ , [ , , "8\\d{13}|[347-9]\\d{9}" , , , , , , , [ 10 , 14 ] , [ 7 ] ] , [ , , "(?:3(?:0[12]|4[1-35-79]|5[1-3]|65|8[1-58]|9[0145])|4(?:01|1[1356]|2[13467]|7[1-5]|8[1-7]|9[1-689])|8(?:1[1-8]|2[01]|3[13-6]|4[0-8]|5[15]|6[1-35-79]|7[1-37-9]))\\d{7}" , , , , "3011234567" , , , [ 10 ] , [ 7 ] ] , [ , , "9\\d{9}" ,
@ -412,13 +412,13 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[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 : [ , [ , , "(?: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 ] ] , [ , , "(?:001800\\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 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TM" , 993 , "810" , "8" , , , "8" , , "8~10" , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "12" ] , "(8 $1)" ] , [ , "(\\d{3})(\\d)(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "[1-5]" ] , "(8 $1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "6" ] , "8 $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TN : [ , [ , , "[2-57-9]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "81200\\d{3}|(?:3[0-2]|7\\d)\\d{6}" , , , , "30010123" ] , [ , , "3(?:001|[12]40)\\d{4}|(?:(?:[259]\\d|4[0-7])\\d|3(?:1[1-35]|6[0-4]|91))\\d{5}" ,
, , , "20123456" ] , [ , , "8010\\d{4}" , , , , "80101234" ] , [ , , "88\\d{6}" , , , , "88123456" ] , [ , , "8[12]10\\d{4}" , , , , "81101234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TN" , 216 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-57-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TO : [ , [ , , "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}" , , , , , , , [ 5 , 7 ] ] , [ , , "(?:2\\d|3[0-8]|4[0-4]|50|6[09]|7[0-24-69]|8[05])\\d{3}" , , , , "20123" , , , [ 5 ] ] , [ , , "(?:55[4-6]|6(?:[09]\\d|3[02]|8[15-9])|(?:7\\d|8[46-9])\\d|999)\\d{4}" ,
, , , "7715123" , , , [ 7 ] ] , [ , , "0800\\d{3}" , , , , "0800222" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "55[0-37-9]\\d{4}" , , , , "5510123" , , , [ 7 ] ] , "TO" , 676 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})" , "$1-$2" , [ "[2-4]|50|6[09]|7[0-24-69]|8[05]" ] ] , [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[5-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TR : [ , [ , , "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}" , , , , , , , [ 7 , 10 , 12 , 13 ] ] , [ , , "(?:2(?:[13][26]|[28][2468]|[45][268]|[67][246])|3(?:[13][28]|[24-6][2468]|[78][02468]|92)|4(?:[16][246]|[23578][2468]|4[26]))\\d{7}" ,
, , [ 9 ] ] , [ , , "(?:001800\\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|[1 -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|1[0 1] |2[02]|5[05]|7[07]|8[08]|9\\d)\\d{7}" , , , , "917123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TJ" , 992 , "810" , , , , , , "8~10" , , [ [ , "(\\d{6})(\\d)(\\d{2})" , "$1 $2 $3" , [ "331" , "3317" ] ] , [ , "(\\d{3})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "[34]7|91[78]" ] ] , [ , "(\\d{4})(\\d)(\\d{4})" , "$1 $2 $3" , [ "3[1-5]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[0-57-9]" ] ] ] , , [ , , , , , , , , , [ - 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 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , "TM" , 993 , "810" , "8" , , , "8" , , "8~10" , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "12" ] , "(8 $1)" ] , [ , "(\\d{3})(\\d)(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "[1-5]" ] , "(8 $1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "6" ] , "8 $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TN : [ , [ , , "[2-57-9]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "81200\\d{3}|(?:3[0-2]|7\\d)\\d{6}" , , , , "30010123" ] , [ , , "3(?:001|[12]40)\\d{4}|(?:(?:[259]\\d|4[0-7])\\d|3(?:1[1-35]|6[0-4]|91))\\d{5}" , , , , "20123456" ] , [ , , "8010\\d{4}" ,
, , , "80101234" ] , [ , , "88\\d{6}" , , , , "88123456" ] , [ , , "8[12]10\\d{4}" , , , , "81101234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "TN" , 216 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-57-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TO : [ , [ , , "(?:0800|(?:[5-8]\\d\\d|999)\\d)\\d{3}|[2-8]\\d{4}" , , , , , , , [ 5 , 7 ] ] , [ , , "(?:2\\d|3[0-8]|4[0-4]|50|6[09]|7[0-24-69]|8[05])\\d{3}" , , , , "20123" , , , [ 5 ] ] , [ , , "(?:55[4-6]|6(?:[09]\\d|3[02]|8[15-9])|(?:7\\d|8[46-9])\\d|999)\\d{4}" , , , , "7715123" , , , [ 7 ] ] ,
[ , , "0800\\d{3}" , , , , "0800222" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "55[0-37-9]\\d{4}" , , , , "5510123" , , , [ 7 ] ] , "TO" , 676 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})" , "$1-$2" , [ "[2-4]|50|6[09]|7[0-24-69]|8[05]" ] ] , [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[5-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TR : [ , [ , , "4\\d{6}|8\\d{11,12}|(?:[2-58]\\d\\d|900)\\d{7}" , , , , , , , [ 7 , 10 , 12 , 13 ] ] , [ , , "(?:2(?:[13][26]|[28][2468]|[45][268]|[67][246])|3(?:[13][28]|[24-6][2468]|[78][02468]|92)|4(?:[16][246]|[23578][2468]|4[26]))\\d{7}" ,
, , , "2123456789" , , , [ 10 ] ] , [ , , "56161\\d{5}|5(?:0[15-7]|1[06]|24|[34]\\d|5[1-59]|9[46])\\d{7}" , , , , "5012345678" , , , [ 10 ] ] , [ , , "8(?:00\\d{7}(?:\\d{2,3})?|11\\d{7})" , , , , "8001234567" , , , [ 10 , 12 , 13 ] ] , [ , , "(?:8[89]8|900)\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "592(?:21[12]|461)\\d{4}" , , , , "5922121234" , , , [ 10 ] ] , [ , , "850\\d{7}" , , , , "8500123456" , , , [ 10 ] ] , "TR" , 90 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d)(\\d{3})" , "$1 $2 $3" , [ "444" ] , , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "512|8[01589]|90" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "5(?:[0-59]|61)" , "5(?:[0-59]|616)" , "5(?:[0-59]|6161)" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24][1-8]|3[1-9]" ] , "(0$1)" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{6,7})" , "$1 $2 $3" , [ "80" ] , "0$1" , , 1 ] ] , [ [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "512|8[01589]|90" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "5(?:[0-59]|61)" , "5(?:[0-59]|616)" , "5(?:[0-59]|6161)" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24][1-8]|3[1-9]" ] , "(0$1)" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{6,7})" ,
"$1 $2 $3" , [ "80" ] , "0$1" , , 1 ] ] , [ , , "512\\d{7}" , , , , "5123456789" , , , [ 10 ] ] , , , [ , , "(?:444|811\\d{3})\\d{4}" , , , , , , , [ 7 , 10 ] ] , [ , , "444\\d{4}" , , , , "4441444" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , TT : [ , [ , , "(?:[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "868(?:2(?:0[13]|1[89]|[23]\\d|4[0-2])|6(?:0[7-9]|1[02-8]|2[1-9]|[3-69]\\d|7[0-79])|82[124])\\d{4}" , , , , "8682211234" , , , , [ 7 ] ] , [ , , "868(?:(?:2[5-9]|3\\d)\\d|4(?:3[0-6]|[6-9]\\d)|6(?:20|78|8\\d)|7(?:0[1-9]|1[02-9]|[2-9]\\d))\\d{4}" , , , , "8682911234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" ,
@ -433,8 +433,8 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
, , , , , , [ 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}" ,
[ "[2-9]" ] , , , 1 ] ] , [ [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1-$2-$3" , [ "[2-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , UY : [ , [ , , "4\\d{9}|[1 249]\\d{7}|(?:[49]\\d|80)\\d{5}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:1(?:770|987)|(?:2\\d|4[2-7])\\d\\d)\\d{4 }" , , , , "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" , [ "[1 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[013]|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}" ,
@ -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 ; } ) ( ) ;