@ -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 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 } ; / *
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 } ; / *
Protocol Buffer 2 Copyright 2008 Google Inc .
All other code copyright its respective owners .
@ -33,14 +33,14 @@ A.prototype.g=function(a,b){return 8==a.h&&"number"===typeof b?!!b:A.la.g.call(t
See the License for the specific language governing permissions and
limitations under the License .
* /
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 ; / *
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 ; / *
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" ] } , hb = { 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" ] } , Ra = { 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}" ,
@ -71,8 +71,8 @@ var I={1:"US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC V
, , , "900123" , , , [ 6 ] ] , [ , , "808[1-9]\\d\\d" , , , , "808123" , , , [ 6 ] ] , [ , , "700[2-9]\\d{4}" , , , , "70021234" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AL" , 355 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3,4})" , "$1 $2" , [ "80|9" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "4[2-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2358][2-5]|4" ] , "0$1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "[23578]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "6" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AM : [ , [ , , "(?:[1-489]\\d|55|60|77)\\d{6}" ,
, , , , , , [ 8 ] , [ 5 , 6 ] ] , [ , , "(?:(?:1[0-25]|47)\\d|2(?:2[2-46]|3[1-8]|4[2-69]|5[2-7]|6[1-9]|8[1-7])|3[12]2)\\d{5}" , , , , "10123456" , , , , [ 5 , 6 ] ] , [ , , "(?:33|4[1349]|55|77|88|9[13-9])\\d{6}" , , , , "77123456" ] , [ , , "800\\d{5}" , , , , "80012345" ] , [ , , "90[016]\\d{5}" , , , , "90012345" ] , [ , , "80[1-4]\\d{5}" , , , , "80112345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "60(?:2[78]|3[5-9]|4[02-9]|5[0-46-9]|[6-8]\\d|9[01])\\d{4}" , , , , "60271234" ] , "AM" , 374 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "[89]0" ] , "0 $1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "2|3[12]" ] ,
"(0$1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "1|47" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[3-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , AO : [ , [ , , "[29]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "2\\d(?:[0134][25-9]|[25-9]\\d)\\d{5}" , , , , "222123456" ] , [ , , "9[1-49]\\d{7}" , , , , "923123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AO" , 244 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[29]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , AR : [ , [ , , "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}" , , , , , , , [ 10 , 11 ] , [ 6 , 7 , 8 ] ] , [ , , "3888[013-9]\\d{5}|(?:29(?:54|66)|3(?:777|865))[2-8]\\d{5}|3(?:7(?:1[15]|81)|8(?:21|4[16]|69|9[12]))[46]\\d{5}|(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|(?:2(?:284|302|657|920)|3(?:4(?:8[27]|92)|541|755|878))[2-7]\\d{5}|(?:2(?:(?:26|62)2|32[03]|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:(?:11[1-8]|670)\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-7 ]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-8]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:[03][45]|[17][2-6]|[58][3-6])))\\d{6}|2(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}" ,
, , , "1123456789" , , , [ 10 ] , [ 6 , 7 , 8 ] ] , [ , , "93888[013-9]\\d{5}|9(?:29(?:54|66)|3(?:777|865))[2-8]\\d{5}|93(?:7(?:1[15]|81)|8(?:21|4[16]|69|9[12]))[46]\\d{5}|9(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|9(?:2(?:284|302|657|920)|3(?:4(?:8[27]|92)|541|755|878))[2-7]\\d{5}|9(?:2(?:(?:26|62)2|32[03]|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:675\\d|9(?:11[1-8]\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-7 ]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-8]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:[03][45]|[17][2-6]|[58][3-6]))))\\d{6}|92(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|9(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|9(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}" ,
, , [ , , , , , , , , , [ - 1 ] ] ] , AR : [ , [ , , "(?:11|[89]\\d\\d)\\d{8}|[2368]\\d{9}" , , , , , , , [ 10 , 11 ] , [ 6 , 7 , 8 ] ] , [ , , "3888[013-9]\\d{5}|(?:29(?:54|66)|3(?:777|865))[2-8]\\d{5}|3(?:7(?:1[15]|81)|8(?:21|4[16]|69|9[12]))[46]\\d{5}|(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|(?:2(?:284|302|657|920)|3(?:4(?:8[27]|92)|541|755|878))[2-7]\\d{5}|(?:2(?:(?:26|62)2|32[03]|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:(?:11[1-8]|670)\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-8 ]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-8]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:[03][45]|[17][2-6]|[58][3-6])))\\d{6}|2(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}" ,
, , , "1123456789" , , , [ 10 ] , [ 6 , 7 , 8 ] ] , [ , , "93888[013-9]\\d{5}|9(?:29(?:54|66)|3(?:777|865))[2-8]\\d{5}|93(?:7(?:1[15]|81)|8(?:21|4[16]|69|9[12]))[46]\\d{5}|9(?:2(?:2(?:2[59]|44|52)|3(?:26|44)|473|9(?:[07]2|2[26]|34|46))|3327)[45]\\d{5}|9(?:2(?:284|302|657|920)|3(?:4(?:8[27]|92)|541|755|878))[2-7]\\d{5}|9(?:2(?:(?:26|62)2|32[03]|477|9(?:42|83))|3(?:329|4(?:[47]6|62|89)|564))[2-6]\\d{5}|(?:675\\d|9(?:11[1-8]\\d|2(?:2(?:0[45]|1[2-6]|3[3-6])|3(?:[06]4|7[45])|494|6(?:04|1[2-8 ]|[36][45]|4[3-6])|80[45]|9(?:[17][4-6]|[48][45]|9[3-6]))|3(?:364|4(?:1[2-7]|[235][4-6]|84)|5(?:1[2-8]|[38][4-6])|6(?:2[45]|44)|7[069][45]|8(?:[03][45]|[17][2-6]|[58][3-6]))))\\d{6}|92(?:2(?:21|4[23]|6[145]|7[1-4]|8[356]|9[267])|3(?:16|3[13-8]|43|5[346-8]|9[3-5])|475|6(?:2[46]|4[78]|5[1568])|9(?:03|2[1457-9]|3[1356]|4[08]|[56][23]|82))4\\d{5}|9(?:2(?:2(?:57|81)|3(?:24|46|92)|9(?:01|23|64))|3(?:4(?:42|71)|5(?:25|37|4[347]|71)|7(?:18|5[17])))[3-6]\\d{5}|9(?:2(?:2(?:02|2[3467]|4[156]|5[45]|6[6-8]|91)|3(?:1[47]|25|[45][25]|96)|47[48]|625|932)|3(?:38[2578]|4(?:0[0-24-9]|3[78]|4[457]|58|6[03-9]|72|83|9[136-8])|5(?:2[124]|[368][23]|4[2689]|7[2-6])|7(?:16|2[15]|3[145]|4[13]|5[468]|7[2-5]|8[26])|8(?:2[5-7]|3[278]|4[3-5]|5[78]|6[1-378]|[78]7|94)))[4-6]\\d{5}" ,
, , , "91123456789" , , , , [ 6 , 7 , 8 ] ] , [ , , "800\\d{7,8}" , , , , "8001234567" ] , [ , , "60[04579]\\d{7}" , , , , "6001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "AR" , 54 , "00" , "0" , , , "0?(?:(11|2(?:2(?:02?|[13]|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:02?|1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[67])|4(?:7[3-578]|9)|6(?:[0136]|2[24-6]|4[6-8]?|5[15-8])|80|9(?:0[1-3]|[19]|2\\d|3[1-6]|4[02568]?|5[2-4]|6[2-46]|72?|8[23]?))|3(?:3(?:2[79]|6|8[2578])|4(?:0[0-24-9]|[12]|3[5-8]?|4[24-7]|5[4-68]?|6[02-9]|7[126]|8[2379]?|9[1-36-8])|5(?:1|2[1245]|3[237]?|4[1-46-9]|6[2-4]|7[1-6]|8[2-5]?)|6[24]|7(?:[069]|1[1568]|2[15]|3[145]|4[13]|5[14-8]|7[2-57]|8[126])|8(?:[01]|2[15-7]|3[2578]?|4[13-6]|5[4-8]?|6[1-357-9]|7[36-8]?|8[5-8]?|9[124])))15)?" ,
"9$1" , , , [ [ , "(\\d{3})" , "$1" , [ "0|1(?:0[0-35-7]|1[02-5]|2[015]|3[47]|4[478])|911" ] ] , [ , "(\\d{2})(\\d{4})" , "$1-$2" , [ "[1-9]" ] ] , [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[2-8]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[1-8]" ] ] , [ , "(\\d{4})(\\d{2})(\\d{4})" , "$1 $2-$3" , [ "2(?:2[024-9]|3[0-59]|47|6[245]|9[02-8])|3(?:3[28]|4[03-9]|5[2-46-8]|7[1-578]|8[2-9])" , "2(?:[23]02|6(?:[25]|4[6-8])|9(?:[02356]|4[02568]|72|8[23]))|3(?:3[28]|4(?:[04679]|3[5-8]|5[4-68]|8[2379])|5(?:[2467]|3[237]|8[2-5])|7[1-578]|8(?:[2469]|3[2578]|5[4-8]|7[36-8]|8[5-8]))|2(?:2[24-9]|3[1-59]|47)" ,
"2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3[78]|5(?:4[46]|8)|8[2379])|5(?:[2467]|3[237]|8[23])|7[1-578]|8(?:[2469]|3[278]|5[56][46]|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:4[35][56]|58[45]|8(?:[38]5|54|76))[4-6]" , "2(?:[23]02|6(?:[25]|4(?:64|[78]))|9(?:[02356]|4(?:[0268]|5[2-6])|72|8[23]))|3(?:3[28]|4(?:[04679]|3(?:5(?:4[0-25689]|[56])|[78])|58|8[2379])|5(?:[2467]|3[237]|8(?:[23]|4(?:[45]|60)|5(?:4[0-39]|5|64)))|7[1-578]|8(?:[2469]|3[278]|54(?:4|5[13-7]|6[89])|86[3-6]))|2(?:2[24-9]|3[1-59]|47)|38(?:[58][78]|7[378])|3(?:454|85[56])[46]|3(?:4(?:36|5[56])|8(?:[38]5|76))[4-6]" ] ,
@ -98,34 +98,34 @@ 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
[ - 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\\d{9}|2\\d{7,8}|88\\d{4,6}|(?:8[0-79]|9\\d)\\d{4,8}|(?:[346]\\d|[57])\\d{5,8 }" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "(?:4(?:31\\d\\d|423)|5222)\\d{3}(?:\\d{2})?|8332[6-9]\\d\\d|(?:3(?:03[56]|224)|4(?:22[25]|653))\\d{3,4}|(?:3(?:42[47]|529|823)|4(?:027|525|65(?:28|8) )|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]|5[57] )|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|6(?: 27|54) )|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[45]\\d\\d|3(?:1(?:2[5-7]|[5-7])|425|822)|4(?:033|1\\d|[257]1|332|4(?:2[246]|5[25])|6(?:2[35]|56 |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(?:217|3[12]|[5-7]1)|9[24]1)\\d{5}|(?:(?:3[2-8]|5[2-57-9]|6[03-589])1|4[4689][18])\\d{5}|[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" , [ "3(?:[67]|8[013-9])|4(?:6[168]|7|[89][18])|5(?:6[128]|9)|6(?:28|4[14]|5)|7[2-589]|8(?:0[014-9]|[12])|9[358]|(?:3[2-5]|4[235]|5[2-578]|6[0389]|76|8[3-7]|9[24])1|(?:44|66)[01346-9]" ] ,
"0$1" ] , [ , "(\\d{4})(\\d{3,6})" , "$1-$2" , [ "[13-9]" ] , "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" , , , [ 8 ] ] , [ , , "4[5-9]\\d{7}" , , , , "470123456" , , , [ 9 ] ] , [ , , "800[1-9]\\d{4}" , , , , "80012345" , , , [ 8 ] ] , [ , , "(?:70(?:2[0-57]|3[04-7]|44|69|7[0579])|90(?:0[0-8]|1[36]|2[0-3568]|3[013-689]|[47][2-68]|5[1-68]|6[0-378]|9[34679]))\\d{4}" ,
, , , "90012345" , , , [ 8 ] ] , [ , , "7879\\d{4}" , , , , "78791234" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BE" , 32 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:80|9)0" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[239]|4[23]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[15-8]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "4" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "78(?:0[57]|1[0458]|2[25]|3[15-8]|48|[56]0|7[078]|9\\d)\\d{4}" , , , , "78102345" , , , [ 8 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , BF : [ , [ , , "[025-7]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:0(?:49|5[23]|6[56]|9[016-9])|4(?:4[569]|5[4-6]|6[56]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}" , , , , "20491234" ] , [ , , "(?:0[1267]|5[1-8]|[67]\\d)\\d{6}" , , , , "70123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BF" , 226 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[025-7]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BG : [ , [ , , "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5}" ,
, , , , , , [ 6 , 7 , 8 , 9 ] , [ 4 , 5 ] ] , [ , , "2\\d{5,7}|(?:43[1-6]|70[1-9])\\d{4,5}|(?:[36]\\d|4[124-7]|[57][1-9]|8[1-6]|9[1-7])\\d{5,6}" , , , , "2123456" , , , [ 6 , 7 , 8 ] , [ 4 , 5 ] ] , [ , , "43[07-9]\\d{5}|(?:48|8[7-9]\\d|9(?:8\\d|9[69]))\\d{6}" , , , , "48123456" , , , [ 8 , 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "90\\d{6}" , , , , "90123456" , , , [ 8 ] ] , [ , , "700\\d{5}" , , , , "70012345 ", , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BG" , 359 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{6})" , "$1" , [ "1" ] ] , [ , "(\\d)(\\d)(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})" ,
"$1 $2" , [ "43[1-6]|70[1-9]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2,3})" , "$1 $2 $3" , [ "[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:70|8)0" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "43[1-7]|7" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[48]|9[08]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ [ , "(\\d)(\\d)(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" ,
[ "43[1-6]|70[1-9]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2,3})" , "$1 $2 $3" , [ "[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:70|8)0" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "43[1-7]|7" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[48]|9[08]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BH : [ , [ , , "[136-9]\\d{7}" ,
, , , , , , [ 8 ] ] , [ , , "(?:1(?:3[1356]|6[0156]|7\\d)\\d|6(?:1[16]\\d|500|6(?:0\\d|3[12]|44|7[7-9]|88)|9[69][69])|7(?:1(?:11|78)|7\\d\\d))\\d{4}" , , , , "17001234 "] , [ , , "(?:3(?:[1-79]\\d|8[0-47-9])\\d|6(?:3(?:00|33|6[16])|6(?:3[03-9]|[69]\\d|7[0-6])))\\d{4}" , , , , "36001234" ] , [ , , "80\\d{6}" , , , , "80123456" ] , [ , , "(?:87|9[014578])\\d{6}" , , , , "90123456" ] , [ , , "84\\d{6}" , , , , "84123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BH" , 973 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[13679]|8[047]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BI : [ , [ , , "(?:[267]\\d|31)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "22\\d{6}" , , , , "22201234" ] , [ , , "(?:29|31|6[1289]|7[125-9])\\d{6}" , , , , "79561234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BI" , 257 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2367]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BJ : [ , [ , , "[25689]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:02|1[037]|2[45]|3[68])\\d{5}" , , , , "20211234" ] , [ , , "(?:5[1-35-8]|6\\d|9[013-9])\\d{6}" ,
, , , "90011234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "857[58]\\d{4}" , , , , "85751234" ] , "BJ" , 229 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[25689]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "81\\d{6}" , , , , "81123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BL : [ , [ , , "(?:590|(?:69|80)\\d|976)\\d{6}" , , , , , , , [ 9 ] ] , [ , , "590(?:2[7-9]|5[12]|87)\\d{4}" , , , , "590271234" ] , [ , , "69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}" , , , , "690001234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976[01]\\d{5}" , , , , "976012345" ] , "BL" , 590 , "00" , "0" , , , "0" , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BM : [ , [ , , "(?:441|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "441(?:[46]\\d\\d|5(?:4\\d|60|89))\\d{4}" , , , , "4414123456" , , , , [ 7 ] ] , [ , , "441(?:[2378]\\d|5[0-39])\\d{5}" , , , , "4413701234" , , , , [ 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 ] ] , "BM" , 1 , "011" , "1" , , , "1|([2-8]\\d{6})$" , "441$1 ", , , , , [ , , , , , , , , , [ - 1 ] ] , , "441" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BN : [ , [ , , "[2-578]\\d{6}" , , , , , , , [ 7 ] ] , [ , , "22[0-7]\\d{4}|(?:2[013-9]|[34]\\d|5[0-25-9])\\d{5}" , , , , "2345678" ] , [ , , "(?:22[89]|[78]\\d\\d)\\d{4 }" , , , , "7123456 " ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[34]\\d{5}" , , , , "5345678" ] , "BN" , 673 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4}) ", "$1 $2 " , [ "[2-578]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BO : [ , [ , , "(?:[2-467]\\d\\d|8001)\\d{5 }" , , , , , , , [ 8 , 9 ] , [ 7 ] ] , [ , , "(?:2(?: 2\\d\\d|5(?:11| [25 8]\\d| 9[67 ]) |6(?:12|2\\d|9 [34])|8(?:2[34]|39|62))|3(?:3\\d\\d|4(?:6\\d|8[24])|8(?:25|42|5[25 7]| 86|9[25])|9(?:[27 ]\\d|3[2-4]|4[248]|5[24]|6[2-6]))|4(?:4 \\d\\d|6(?:11|[24689]\\d|72)) )\\d{4}" , , , , "22123456" , , , [ 8 ] , [ 7 ] ] , [ , , "[67]\\d{7}" , , , , "71234567" , , , [ 8 ] ] , [ , , "8001[07]\\d{4 }" , , , , "800171234 " , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BO" , 591 , "00(?:1\\d)?" , "0 ",
, , "0(1\\d)?" , , , , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[23]|4[46]" ] , , "0$CC $1" ] , [ , "(\\d{8})" , "$1" , [ "[67]" ] , , "0$CC $1" ] , [ , "(\\d{3})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "8" ] , , "0$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "8001[07]\\d{4}" , , , , , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BQ : [ , [ , , "(?:[34]1|7\\d)\\d{5}" , , , , , , , [ 7 ] ] , [ , , "(?:318[023]|41(?:6[023]|70)|7(?:1[578]|2[05]|50)\\d)\\d{3}" , , , , "7151234" ] , [ , , "(?:31(?:8[14-8]|9[14578])|416[14-9]|7(?:0[01]|7[07]|8\\d|9[056])\\d)\\d{3}" , , , , "3181234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BQ" , 599 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "[347]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BR : [ , [ , , "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}" , , , , , , , [ 8 , 9 , 10 , 11 ] ] , [ , , "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-5]\\d{7}" , , , , "1123456789" , , , [ 10 ] , [ 8 ] ] , [ , , "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])(?:7|9\\d)\\d{7}" , , , , "11961234567" , , , [ 10 , 11 ] , [ 8 , 9 ] ] , [ , , "800\\d{6,7}" , , , , "800123456" , ,
, [ 9 , 10 ] ] , [ , , "300\\d{6}|[59]00\\d{6,7}" , , , , "300123456" , , , [ 9 , 10 ] ] , [ , , "300\\d{7}|[34]00\\d{5}|4(?:02|37)0\\d{4}" , , , , "40041234" , , , [ 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BR" , 55 , "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)" , "0" , , , "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?" , "$2" , , , [ [ , "(\\d{3,6})" , "$1" , [ "1(?:1[25-8]|2[357-9]|3[02-68]|4[12568]|5|6[0-8]|8[015]|9[0-47-9])|321|610" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "300|4(?:0[02]|37)" , "4(?:02|37)0|[34]00" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[2-57]" ,
"[2357]|4(?:[0-24-9]|3(?:[0-689]|7[1-9]))" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{4})" , "$1 $2 $3" , [ "(?:[358]|90)0" ] , "0$1" ] , [ , "(\\d{5})(\\d{4})" , "$1-$2" , [ "9" ] ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2-$3" , [ "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]" ] , "($1)" , "0 $CC ($1)" ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1 $2-$3" , [ "[16][1-9]|[2-57-9]" ] , "($1)" , "0 $CC ($1)" ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "300|4(?:0[02]|37)" , "4(?:02|37)0|[34]00" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{4})" , "$1 $2 $3" , [ "(?:[358]|90)0" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" ,
"$1 $2-$3" , [ "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]" ] , "($1)" , "0 $CC ($1)" ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1 $2-$3" , [ "[16][1-9]|[2-57-9]" ] , "($1)" , "0 $CC ($1)" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "4020\\d{4}|[34]00\\d{5}" , , , , , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BS : [ , [ , , "(?:242|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[347]|8[0-4]|9[2-467])|461|502|6(?:0[1-4]|12|2[013]|[45]0|7[67]|8[78]|9[89])|7(?:02|88))\\d{4}" , , , , "2423456789" , , , , [ 7 ] ] , [ , , "242(?:3(?:5[79]|7[56]|95)|4(?:[23][1-9]|4[1-35-9]|5[1-8]|6[2-8]|7\\d|81)|5(?:2[45]|3[35]|44|5[1-46-9]|65|77)|6[34]6|7(?:27|38)|8(?:0[1-9]|1[02-9]|2\\d|[89]9))\\d{4}" ,
, , , "2423591234" , , , , [ 7 ] ] , [ , , "242300\\d{4}|8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" , , , , [ 7 ] ] , [ , , "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 ] ] , "BS" , 1 , "011" , "1" , , , "1|([3-8]\\d{6})$" , "242$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "242" , [ , , , ,
, , , , , [ - 1 ] ] , [ , , "242225\\d{4}" , , , , "2422250123" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BT : [ , [ , , "[17]\\d{7}|[2-8]\\d{6}" , , , , , , , [ 7 , 8 ] , [ 6 ] ] , [ , , "(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}" , , , , "2345678" , , , [ 7 ] , [ 6 ] ] , [ , , "(?:1[67]|77)\\d{6}" , , , , "17123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BT" , 975 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "[2-7]" ] ] , [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-68]|7[246]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[67]|7" ] ] ] ,
[ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-68]|7[246]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[67]|7" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BW : [ , [ , , "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:4[0-48]|6[0-24]|9[0578])|3(?:1[0-35-9]|55|[69]\\d|7[013])|4(?:6[03]|7[1267]|9[0-5])|5(?:3[03489]|4[0489]|7[1-47]|88|9[0-49])|6(?:2[1-35]|5[149]|8[067]))\\d{4}" , , , , "2401234" , , , [ 7 ] ] , [ , , "(?:321|7(?:[1-7]\\d|8[01]))\\d{5}" , ,
, , "71123456" , , , [ 8 ] ] , [ , , "(?:0800|800\\d)\\d{6}" , , , , "0800012345" , , , [ 10 ] ] , [ , , "90\\d{5}" , , , , "9012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "79(?:1(?:[01]\\d|20)|2[0-2]\\d)\\d{3}" , , , , "79101234" , , , [ 8 ] ] , "BW" , 267 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "90" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[24-6]|3[15-79]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37]" ] ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , BY : [ , [ , , "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 , 11 ] , [ 5 ] ] , [ , , "(?:1(?:5(?:1[1-5]|[24]\\d|6[2-4]|9[1-7])|6(?:[235]\\d|4[1-7])|7\\d\\d)|2(?:1(?:[246]\\d|3[0-35-9]|5[1-9])|2(?:[235]\\d|4[0-8])|3(?:[26]\\d|3[02-79]|4[024-7]|5[03-7])))\\d{5}" , , , , "152450911" , , , [ 9 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:2(?:5[5-79]|9[1-9])|(?:33|44)\\d)\\d{6}" , , , , "294911911" , , , [ 9 ] ] , [ , , "800\\d{3,7}|8(?:0[13]|20\\d)\\d{7}" ,
, , , "8011234567" ] , [ , , "(?:810|902)\\d{7}" , , , , "9021234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "249\\d{6}" , , , , "249123456" , , , [ 9 ] ] , "BY" , 375 , "810" , "8" , , , "0|80?" , , "8~10" , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "800" ] , "8 $1" ] , [ , "(\\d{3})(\\d{2})(\\d{2,4})" , "$1 $2 $3" , [ "800" ] , "8 $1" ] , [ , "(\\d{4})(\\d{2})(\\d{3})" , "$1 $2-$3" , [ "1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])" , "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])" ] , "8 0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2-$3-$4" , [ "1(?:[56]|7[467])|2[1-3]" ] , "8 0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "[1-4]" ] , "8 0$1" ] , [ , "(\\d{3})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] , "8 $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "800\\d{3,7}|(?:8(?:0[13]|10|20\\d)|902)\\d{7}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BZ : [ , [ , , "(?:0800\\d|[2-8])\\d{6}" , , , , , , , [ 7 , 11 ] ] , [ , , "(?:2(?:[02]\\d|36|[68]0)|[3-58](?:[02]\\d|[68]0)|7(?:[02]\\d|32|[68]0))\\d{4}" , , , , "2221234" , , , [ 7 ] ] , [ , , "6[0-35-7]\\d{5}" , , , , "6221234" , , , [ 7 ] ] , [ , , "0800\\d{7}" , , , , "08001234123" ,
, , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BZ" , 501 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[2-8]" ] ] , [ , "(\\d)(\\d{3})(\\d{4})(\\d{3})" , "$1-$2-$3-$4" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CA : [ , [ , , "(?:[2-8]\\d|90)\\d{8}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}" , , , , "5062345678" ,
, , , [ 7 ] ] , [ , , "(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}" , , , , "5062345678" , , , , [ 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)|622)[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" ,
, , [ 8 ] ] , [ , , "4[5-9]\\d{7}" , , , , "470123456" , , , [ 9 ] ] , [ , , "800[1-9]\\d{4}" , , , , "80012345" , , , [ 8 ] ] , [ , , "(?:70(?:2[0-57]|3[04-7]|44|69|7[0579])|90(?:0[0-8]|1[36]|2[0-3568]|3[013-689]|[47][2-68]|5[1-68]|6[0-378]|9[34679]))\\d{4}" , , , , "90012345" , , , [ 8 ] ] , [ , , "7879\\d{4}" , , , , "78791234" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BE" , 32 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:80|9)0" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[239]|4[23]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "[15-8]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "4" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "78(?:0[57]|1[0458]|2[25]|3[15-8]|48|[56]0|7[078]|9\\d)\\d{4}" , , , , "78102345" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BF : [ , [ , , "[025-7]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:0(?:49|5[23]|6[56]|9[016-9])|4(?:4[569]|5[4-6]|6[56]|7[0179])|5(?:[34]\\d|50|6[5-7]))\\d{4}" , , , , "20491234" ] , [ , , "(?:0[1267]|5[1-8]|[67]\\d)\\d{6}" , , , , "70123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , "BF" , 226 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[025-7]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BG : [ , [ , , "[2-7]\\d{6,7}|[89]\\d{6,8}|2\\d{5} ", , , , , , , [ 6 , 7 , 8 , 9 ] , [ 4 , 5 ] ] , [ , , "2\\d{5,7}|(?:43[1-6]|70[1-9])\\d{4,5}|(?:[36]\\d|4[124-7]|[57][1-9]|8[1-6]|9[1-7])\\d{5,6}" , , , , "2123456" , , , [ 6 , 7 , 8 ] , [ 4 , 5 ] ] , [ , , "43[07-9]\\d{5}|(?:48|8[7-9]\\d|9(?:8\\d|9[69]))\\d{6}" , , , , "48123456" , , , [ 8 , 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "90\\d{6}" , , ,
, "90123456" , , , [ 8 ] ] , [ , , "700\\d{5}" , , , , "70012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BG" , 359 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{6})" , "$1" , [ "1" ] ] , [ , "(\\d)(\\d)(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "43[1-6]|70[1-9]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2,3})" , "$1 $2 $3" , [ "[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:70|8)0" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "43[1-7]|7" ] ,
"0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[48]|9[08]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ [ , "(\\d)(\\d)(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "43[1-6]|70[1-9]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2,3})" , "$1 $2 $3" , [ "[356]|4[124-7]|7[1-9]|8[1-6]|9[1-7]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "(?:70|8)0" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "43[1-7]|7" ] , "0$1" ] ,
[ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[48]|9[08]" ] , "0$1 "] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BH : [ , [ , , "[136-9]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "(?:1(?:3[1356]|6[0156]|7\\d)\\d|6(?:1[16]\\d|500|6(?:0\\d|3[12]|44|7[7-9]|88)|9[69][69])|7(?:1(?:11|78)|7\\d\\d))\\d{4}" , , , , "17001234" ] , [ , , "(?:3(?:[1-79]\\d|8[0-47-9])\\d|6(?:3(?:00|33|6[16])|6(?:3[03-9]|[69]\\d|7[0-6])))\\d{4}" , , , , "36001234" ] , [ , , "80\\d{6}" , , , , "80123456" ] , [ ,
, "(?:87|9[014578])\\d{6}" , , , , "90123456" ] , [ , , "84\\d{6}" , , , , "84123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BH" , 973 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[13679]|8[047]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BI : [ , [ , , "(?:[267]\\d|31)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "22\\d{6}" , , , , "22201234" ] , [ , , "(?:29|31|6[1289]|7[125-9])\\d{6}" , , , , "79561234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BI" , 257 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "[2367]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BJ : [ , [ , , "[25689]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:02|1[037]|2[45]|3[68])\\d{5}" , , , , "20211234" ] , [ , , "(?:5[1-35-8]|6\\d|9[013-9])\\d{6}" , , , , "90011234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "857[58]\\d{4}" , , , , "85751234" ] , "BJ" , 229 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[25689]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "81\\d{6}" , , , , "81123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] ,
BL : [ , [ , , "(?:590|(?:69|80)\\d|976)\\d{6}" , , , , , , , [ 9 ] ] , [ , , "590(?:2[7-9]|5[12]|87)\\d{4}" , , , , "590271234" ] , [ , , "69(?:0\\d\\d|1(?:2[2-9]|3[0-5]))\\d{4}" , , , , "690001234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976[01]\\d{5}" , , , , "976012345" ] , "BL" , 590 , "00" , "0" , , , "0" , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BM : [ , [ , , "(?:441|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "441(?:[46]\\d\\d|5(?:4\\d|60|89))\\d{4}" , , , , "4414123456" , , , , [ 7 ] ] ,
[ , , "441(?:[2378]\\d|5[0-39])\\d{5}" , , , , "4413701234" , , , , [ 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 ] ] , "BM" , 1 , "011" , "1" , , , "1|([2-8]\\d{6})$ ", "441 $1" , , , , , [ , , , , , , , , , [ - 1 ] ] ,
, "441" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BN : [ , [ , , "[2-578]\\d{6 }" , , , , , , , [ 7 ] ] , [ , , "22[0-7]\\d{4}|(?:2[013-9]|[34]\\d|5[0-25-9])\\d{5}" , , , , "2345678" ] , [ , , "(?:22[89]|[78]\\d\\d)\\d{4}" , , , , "7123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[34]\\d{5 }" , , , , "5345678" ] , "BN" , 673 , "00 " , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-578]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BO : [ , [ , , "(?:[2-467]\\d\\d|8001)\\d{5}" , , , , , , , [ 8 , 9 ] , [ 7 ] ] , [ , , "(?:2(?:2\\d\\d|5(?:11|[258]\\d|9[67])|6(?:12|2\\d|9[34])|8(?:2[34]|39|62))|3(?:3\\d\\d|4(?:6\\d|8[24])|8(?:25|42|5[257]|86|9[25])|9(?:[27]\\d|3[2-4]|4[248]|5[24]|6[2-6]))|4(?:4\\d\\d|6(?:11|[24689]\\d|72)))\\d{4} ",
, , , "22123456" , , , [ 8 ] , [ 7 ] ] , [ , , "[67]\\d{7}" , , , , "71234567" , , , [ 8 ] ] , [ , , "8001[07]\\d{4}" , , , , "800171234" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BO" , 591 , "00(?:1\\d)?" , "0" , , , "0(1\\d)?" , , , , [ [ , "(\\d)(\\d{7})" , "$1 $2" , [ "[23]|4[46]" ] , , "0$CC $1" ] , [ , "(\\d{8})" , "$1" , [ "[67]" ] , , "0$CC $1" ] , [ , "(\\d{3})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "8" ] , , "0$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "8001[07]\\d{4}" , , , , , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BQ : [ , [ , , "(?:[34]1|7\\d)\\d{5}" , , , , , , , [ 7 ] ] , [ , , "(?:318[023]|41(?:6[023]|70)|7(?:1[578]|2[05]|50)\\d)\\d{3}" ,
, , , "7151234" ] , [ , , "(?:31(?:8[14-8]|9[14578])|416[14-9]|7(?:0[01]|7[07]|8\\d|9[056])\\d)\\d{3}" , , , , "3181234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BQ" , 599 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "[347]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BR : [ , [ , , "(?:[1-46-9]\\d\\d|5(?:[0-46-9]\\d|5[0-24679]))\\d{8}|[1-9]\\d{9}|[3589]\\d{8}|[34]\\d{7}" , , , , , , , [ 8 , 9 , 10 , 11 ] ] , [ , , "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-5]\\d{7}" , , , , "1123456789" , , , [ 10 ] , [ 8 ] ] ,
[ , , "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])(?:7|9\\d)\\d{7}" , , , , "11961234567" , , , [ 10 , 11 ] , [ 8 , 9 ] ] , [ , , "800\\d{6,7}" , , , , "800123456" , , , [ 9 , 10 ] ] , [ , , "300\\d{6}|[59]00\\d{6,7}" , , , , "300123456" , , , [ 9 , 10 ] ] , [ , , "300\\d{7}|[34]00\\d{5}|4(?:02|37)0\\d{4}" , , , , "40041234" , , , [ 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BR" , 55 , "00(?:1[245]|2[1-35]|31|4[13]|[56]5|99)" , "0" , , , "(?:0|90)(?:(1[245]|2[1-35]|31|4[13]|[56]5|99)(\\d{10,11}))?" , "$2" , , , [ [ , "(\\d{3,6})" , "$1" , [ "1(?:1[25-8]|2[357-9]|3[02-68]|4[12568]|5|6[0-8]|8[015]|9[0-47-9])|321|610" ] ] ,
[ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "300|4(?:0[02]|37)" , "4(?:02|37)0|[34]00" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[2-57]" , "[2357]|4(?:[0-24-9]|3(?:[0-689]|7[1-9]))" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{4})" , "$1 $2 $3" , [ "(?:[358]|90)0" ] , "0$1" ] , [ , "(\\d{5})(\\d{4})" , "$1-$2" , [ "9" ] ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2-$3" , [ "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]" ] , "($1)" , "0 $CC ($1)" ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1 $2-$3" , [ "[16][1-9]|[2-57-9]" ] , "($1)" , "0 $CC ($1)" ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "300|4(?:0[02]|37)" ,
"4(?:02|37)0|[34]00" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{4})" , "$1 $2 $3" , [ "(?:[358]|90)0" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2-$3" , [ "(?:[14689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-57]" ] , "($1)" , "0 $CC ($1)" ] , [ , "(\\d{2})(\\d{5})(\\d{4})" , "$1 $2-$3" , [ "[16][1-9]|[2-57-9]" ] , "($1)" , "0 $CC ($1)" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "4020\\d{4}|[34]00\\d{5}" , , , , , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BS : [ , [ , , "(?:242|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[347]|8[0-4]|9[2-467])|461|502|6(?:0[1-4]|12|2[013]|[45]0|7[67]|8[78]|9[89])|7(?:02|88))\\d{4}" ,
, , , "2423456789" , , , , [ 7 ] ] , [ , , "242(?:3(?:5[79]|7[56]|95)|4(?:[23][1-9]|4[1-35-9]|5[1-8]|6[2-8]|7\\d|81)|5(?:2[45]|3[35]|44|5[1-46-9]|65|77)|6[34]6|7(?:27|38)|8(?:0[1-9]|1[02-9]|2\\d|[89]9))\\d{4}" , , , , "2423591234" , , , , [ 7 ] ] , [ , , "242300\\d{4}|8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" , , , , [ 7 ] ] , [ , , "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 ] ] , "BS" , 1 , "011" , "1" , , , "1|([3-8]\\d{6})$" , "242$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "242" , [ , , , , , , , , , [ - 1 ] ] , [ , , "242225\\d{4}" , , , , "2422250123" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BT : [ , [ , , "[17]\\d{7}|[2-8]\\d{6}" , , , , , , , [ 7 , 8 ] , [ 6 ] ] , [ , , "(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\\d{5}" , , , , "2345678" , , , [ 7 ] , [ 6 ] ] , [ , , "(?:1[67]|77)\\d{6}" , , , , "17123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BT" , 975 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "[2-7]" ] ] , [ , "(\\d)(\\d{3})(\\d{3})" ,
"$1 $2 $3" , [ "[2-68]|7[246]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[67]|7" ] ] ] , [ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-68]|7[246]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[67]|7" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BW : [ , [ , , "(?:0800|(?:[37]|800)\\d)\\d{6}|(?:[2-6]\\d|90)\\d{5}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:4[0-48]|6[0-24]|9[0578])|3(?:1[0-35-9]|55|[69]\\d|7[013])|4(?:6[03]|7[1267]|9[0-5])|5(?:3[03489]|4[0489]|7[1-47]|88|9[0-49])|6(?:2[1-35]|5[149]|8[067]))\\d{4}" ,
, , , "2401234" , , , [ 7 ] ] , [ , , "(?:321|7(?:[1-7]\\d|8[01]))\\d{5}" , , , , "71123456" , , , [ 8 ] ] , [ , , "(?:0800|800\\d)\\d{6}" , , , , "0800012345" , , , [ 10 ] ] , [ , , "90\\d{5}" , , , , "9012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "79(?:1(?:[01]\\d|20)|2[0-2]\\d)\\d{3}" , , , , "79101234" , , , [ 8 ] ] , "BW" , 267 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "90" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[24-6]|3[15-79]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37]" ] ] , [ , "(\\d{4})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "0" ] ] , [ , "(\\d{3})(\\d{4})(\\d{3})" , "$1 $2 $3" ,
[ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BY : [ , [ , , "(?:[12]\\d|33|44|902)\\d{7}|8(?:0[0-79]\\d{5,7}|[1-7]\\d{9})|8(?:1[0-489]|[5-79]\\d)\\d{7}|8[1-79]\\d{6,7}|8[0-79]\\d{5}|8\\d{5}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 , 11 ] , [ 5 ] ] , [ , , "(?:1(?:5(?:1[1-5]|[24]\\d|6[2-4]|9[1-7])|6(?:[235]\\d|4[1-7])|7\\d\\d)|2(?:1(?:[246]\\d|3[0-35-9]|5[1-9])|2(?:[235]\\d|4[0-8])|3(?:[26]\\d|3[02-79]|4[024-7]|5[03-7])))\\d{5}" , , , , "152450911" , , , [ 9 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:2(?:5[5-79]|9[1-9])|(?:33|44)\\d)\\d{6}" ,
, , , "294911911" , , , [ 9 ] ] , [ , , "800\\d{3,7}|8(?:0[13]|20\\d)\\d{7}" , , , , "8011234567" ] , [ , , "(?:810|902)\\d{7}" , , , , "9021234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "249\\d{6}" , , , , "249123456" , , , [ 9 ] ] , "BY" , 375 , "810" , "8" , , , "0|80?" , , "8~10" , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "800" ] , "8 $1" ] , [ , "(\\d{3})(\\d{2})(\\d{2,4})" , "$1 $2 $3" , [ "800" ] , "8 $1" ] , [ , "(\\d{4})(\\d{2})(\\d{3})" , "$1 $2-$3" , [ "1(?:5[169]|6[3-5]|7[179])|2(?:1[35]|2[34]|3[3-5])" , "1(?:5[169]|6(?:3[1-3]|4|5[125])|7(?:1[3-9]|7[0-24-6]|9[2-7]))|2(?:1[35]|2[34]|3[3-5])" ] ,
"8 0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "1(?:[56]|7[467])|2[1-3]" ] , "8 0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2-$3-$4" , [ "[1-4]" ] , "8 0$1" ] , [ , "(\\d{3})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] , "8 $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "800\\d{3,7}|(?:8(?:0[13]|10|20\\d)|902)\\d{7}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , BZ : [ , [ , , "(?:0800\\d|[2-8])\\d{6}" , , , , , , , [ 7 , 11 ] ] , [ , , "(?:2(?:[02]\\d|36|[68]0)|[3-58](?:[02]\\d|[68]0)|7(?:[02]\\d|32|[68]0))\\d{4}" , , , , "2221234" , , , [ 7 ] ] , [ , , "6[0-35-7]\\d{5}" ,
, , , "6221234" , , , [ 7 ] ] , [ , , "0800\\d{7}" , , , , "08001234123" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "BZ" , 501 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[2-8]" ] ] , [ , "(\\d)(\\d{3})(\\d{4})(\\d{3})" , "$1-$2-$3-$4" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CA : [ , [ , , "(?:[2-8]\\d|90)\\d{8}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}" ,
, , , "5062345678" , , , , [ 7 ] ] , [ , , "(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|6[578])|4(?:03|1[68]|3[178]|50|74)|5(?:06|1[49]|48|79|8[17])|6(?:04|13|39|47|72)|7(?:0[59]|78|8[02])|8(?:[06]7|19|25|73)|90[25])[2-9]\\d{6}" , , , , "5062345678" , , , , [ 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)|622)[2-9]\\d{6}" ,
, , , "5002345678" ] , [ , , "600[2-9]\\d{6}" , , , , "6002012345" ] , "CA" , 1 , "011" , "1" , , , "1" , , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CC : [ , [ , , "1(?:[0-79]\\d|8[0-24-9])\\d{7}|[148]\\d{8}|1\\d{5,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "8(?:51(?:0(?:02|31|60|89)|1(?:18|76)|223)|91(?:0(?:1[0-2]|29)|1(?:[28]2|50|79)|2(?:10|64)|3(?:[06]8|22)|4[29]8|62\\d|70[23]|959))\\d{3}" , , , , "891621234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" ,
, , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CC" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" , "0011" , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CD : [ , [ , , "[189]\\d{8}|[1-68]\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "12\\d{7}|[1-6]\\d{6}" ,
, , , "1234567" ] , [ , , "88\\d{5}|(?:8[0-59]|9[017-9])\\d{7}" , , , , "991234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "CD" , 243 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "88" ] , "0$1" ] , [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "[1-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[89]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CF : [ , [ , , "(?:[27]\\d{3}|8776)\\d{4}" , , , , , , ,
@ -160,7 +160,7 @@ CK:[,[,,"[2-578]\\d{4}",,,,,,,[5]],[,,"(?:2\\d|3[13-7]|4[1-5])\\d{3}",,,,"21234"
, , , "891641234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-4])\\d{5}|4(?:[0-3]\\d|4[047-9]|5[0-25-9]|6[06-9]|7[02-9]|8[0-24-9]|9[0-27-9])\\d{6}" , , , , "412345678" , , , [ 9 ] ] , [ , , "180(?:0\\d{3}|2)\\d{3}" , , , , "1800123456" , , , [ 7 , 10 ] ] , [ , , "190[0-26]\\d{6}" , , , , "1900123456" , , , [ 10 ] ] , [ , , "13(?:00\\d{3}|45[0-4])\\d{3}|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "14(?:5(?:1[0458]|[23][458])|71\\d)\\d{4}" , , , , "147101234" , , , [ 9 ] ] , "CX" , 61 , "001[14-689]|14(?:1[14]|34|4[17]|[56]6|7[47]|88)0011" , "0" , , , "0|([59]\\d{7})$" , "8$1" ,
"0011" , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CY : [ , [ , , "(?:[279]\\d|[58]0)\\d{6}" , , , , , , , [ 8 ] ] , [ , , "2[2-6]\\d{6}" , , , , "22345678" ] , [ , , "9[4-79]\\d{6}" , , , , "96123456" ] , [ , , "800\\d{5}" , , , , "80001234" ] , [ , , "90[09]\\d{5}" , , , , "90012345" ] , [ , , "80[1-9]\\d{5}" , , , , "80112345" ] , [ , , "700\\d{5}" , , , , "70012345" ] , [ , , , , , , , , , [ - 1 ] ] , "CY" , 357 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[257-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:50|77)\\d{6}" , , , , "77123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , CZ : [ , [ , , "(?:[2-578]\\d|60)\\d{7}|9\\d{8,11}" ,
, , , , , , [ 9 , 10 , 11 , 12 ] ] , [ , , "(?:2\\d|3[1257-9]|4[16-9]|5[13-9])\\d{7}" , , , , "212345678" , , , [ 9 ] ] , [ , , "(?:60[1-8]|7(?:0[2-5]|[2379]\\d))\\d{6}" , , , , "601123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:0[05689]|76)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[134]\\d{7}" , , , , "811234567" , , , [ 9 ] ] , [ , , "70[01]\\d{6}" , , , , "700123456" , , , [ 9 ] ] , [ , , "9[17]0\\d{6}" , , , , "910123456" , , , [ 9 ] ] , "CZ" , 420 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]|9[015-7]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3 $4" , [ "96" ] ] ,
[ , "(\\d{2})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:5\\d|7[2-4])\\d{6}" , , , , "972123456" , , , [ 9 ] ] , , , [ , , "9(?:3\\d{9}|6\\d{7,10})" , , , , "93123456789" ] ] , DE : [ , [ , , "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:[ 12] \\d|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|31|[46][1-8])\\d{1,9}" , , , , , , , [ 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 ] ] , [ , , "32\\d{9,11}|49[3 -6]\\d{10}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}" ,
[ , "(\\d{2})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "9(?:5\\d|7[2-4])\\d{6}" , , , , "972123456" , , , [ 9 ] ] , , , [ , , "9(?:3\\d{9}|6\\d{7,10})" , , , , "93123456789" ] ] , DE : [ , [ , , "[2579]\\d{5,14}|49(?:[34]0|69|8\\d)\\d\\d?|49(?:37|49|60|7[089]|9\\d)\\d{1,3}|49(?:1\\d|2[02-9] |3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[05]\\d|[2 3] 1|[46][1-8])\\d{1,9}" , , , , , , , [ 4 , 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 ] ] , [ , , "32\\d{9,11}|49[2 -6]\\d{10}|49[0-7]\\d{3,9}|(?:[34]0|[68]9)\\d{3,13}|(?:2(?:0[1-689]|[1-3569]\\d|4[0-8]|7[1-7]|8[0-7])|3(?:[3569]\\d|4[0-79]|7[1-7]|8[1-8])|4(?:1[02-9]|[2-48]\\d|5[0-6]|6[0-8]|7[0-79])|5(?:0[2-8]|[124-6]\\d|[38][0-8]|[79][0-7])|6(?:0[02-9]|[1-358]\\d|[47][0-8]|6[1-9])|7(?:0[2-8]|1[1-9]|[27][0-7]|3\\d|[4-6][0-8]|8[0-5]|9[013-7])|8(?:0[2-9]|1[0-79]|2\\d|3[0-46-9]|4[0-6]|5[013-9]|6[1-8]|7[0-8]|8[0-24-6])|9(?:0[6-9]|[1-4]\\d|[589][0-7]|6[0-8]|7[0-467]))\\d{3,12}" ,
, , , "30123456" , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 , 15 ] , [ 2 , 3 , 4 ] ] , [ , , "15[0-25-9]\\d{8}|1(?:6[023]|7\\d)\\d{7,8}" , , , , "15123456789" , , , [ 10 , 11 ] ] , [ , , "800\\d{7,12}" , , , , "8001234567890" , , , [ 10 , 11 , 12 , 13 , 14 , 15 ] ] , [ , , "(?:137[7-9]|900(?:[135]|9\\d))\\d{6}" , , , , "9001234567" , , , [ 10 , 11 ] ] , [ , , "180\\d{5,11}|13(?:7[1-6]\\d\\d|8)\\d{4}" , , , , "18012345" , , , [ 7 , 8 , 9 , 10 , 11 , 12 , 13 , 14 ] ] , [ , , "700\\d{8}" , , , , "70012345678" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , "DE" , 49 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3,13})" , "$1 $2" , [ "3[02]|40|[68]9" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,12})" ,
"$1 $2" , [ "2(?:0[1-389]|1[124]|2[18]|3[14])|3(?:[35-9][15]|4[015])|906|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1" , "2(?:0[1-389]|12[0-8])|3(?:[35-9][15]|4[015])|906|2(?:[13][14]|2[18])|(?:2[4-9]|4[2-9]|[579][1-9]|[68][1-8])1" ] , "0$1" ] , [ , "(\\d{4})(\\d{2,11})" , "$1 $2" , [ "[24-6]|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]" , "[24-6]|3(?:3(?:0[1-467]|2[127-9]|3[124578]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|4[13578]|9[1346])|5(?:0[14]|2[1-3589]|6[1-4]|7[13468]|8[13568])|6(?:2[1-489]|3[124-6]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|6|7[1467]|8[136])|9(?:0[12479]|2[1358]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))|70[2-8]|8(?:0[2-9]|[1-8])|90[7-9]|[79][1-9]|3[68]4[1347]|3(?:47|60)[1356]|3(?:3[46]|46|5[49])[1246]|3[4579]3[1357]" ] ,
"0$1" ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "138" ] , "0$1" ] , [ , "(\\d{5})(\\d{2,10})" , "$1 $2" , [ "3" ] , "0$1" ] , [ , "(\\d{3})(\\d{5,11})" , "$1 $2" , [ "181" ] , "0$1" ] , [ , "(\\d{3})(\\d)(\\d{4,10})" , "$1 $2 $3" , [ "1(?:3|80)|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{7,8})" , "$1 $2" , [ "1[67]" ] , "0$1" ] , [ , "(\\d{3})(\\d{7,12})" , "$1 $2" , [ "8" ] , "0$1" ] , [ , "(\\d{5})(\\d{6})" , "$1 $2" , [ "185" , "1850" , "18500" ] , "0$1" ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "7" ] , "0$1" ] , [ , "(\\d{4})(\\d{7})" , "$1 $2" , [ "18[68]" ] , "0$1" ] , [ , "(\\d{5})(\\d{6})" , "$1 $2" , [ "15[0568]" ] , "0$1" ] ,
@ -325,8 +325,8 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3550\\d{4}" , , , , "35501234" ] , "MT" , 356 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2357-9]" ] ] ] , , [ , , "7117\\d{4}" , , , , "71171234" ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "501\\d{5}" , , , , "50112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MU : [ , [ , , "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}" , , , , "54480123" , , , [ 7 , 8 ] ] , [ , , "5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[5-9]|4[3-589]|[57]\\d|8[0-689]|9[0-8])\\d{5}" ,
, , , "52512345" , , , [ 8 ] ] , [ , , "802\\d{7}|80[0-2]\\d{4}" , , , , "8001234" , , , [ 7 , 10 ] ] , [ , , "30\\d{5}" , , , , "3012345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3(?:20|9\\d)\\d{4}" , , , , "3201234" , , , [ 7 ] ] , "MU" , 230 , "0(?:0|[24-7]0|3[03])" , , , , , , "020" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-46]|8[013]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "5" ] ] , [ , "(\\d{5})(\\d{5})" , "$1 $2" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MV : [ , [ , , "(?:800|9[0-57-9]\\d)\\d{7}|[34679]\\d{6}" , , , , , , , [ 7 , 10 ] ] , [ , , "(?:3(?:0[0-3]|3[0-59])|6(?:[57][02468]|6[024-68]|8[024689]))\\d{4}" ,
, , , "6701234" , , , [ 7 ] ] , [ , , "46[46]\\d{4}|(?:7\\d|9[13-9])\\d{5}" , , , , "7712345" , , , [ 7 ] ] , [ , , "800\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , "900\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MV" , 960 , "0(?:0|19)" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[3467]|9[13-9]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "4[05]0\\d{4}" , , , , "4001234" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MW : [ , [ , , "(?:[19]\\d|[23]1|77|88)\\d{7}|1\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "(?:1[2-9]|21\\d\\d)\\d{5}" ,
, , , "1234567" ] , [ , , "111\\d{6}|(?:31|77|88|9[89])\\d{7}" , , , , "991234567" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MW" , 265 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[137-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MX : [ , [ , , "1(?:65[0-689]|99[1-9])\\d{7}|(?:1(?:[0147]\\d|[235][1 -9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}" ,
, , , , , , [ 10 , 11 ] , [ 7 , 8 ] ] , [ , , "6571\\d{6}|(?:2(?:0[01]|2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-7][1-9]|3[1-8] |8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}" , , , , "2001234567" , , , [ 10 ] , [ 7 , 8 ] ] , [ , , "6571\\d{6}|(?:1(?:2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-7][1-9]|3[1-8]|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69][1-9]|7[12]|8[1-8]))|2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-7][1-9]|3[1-8] |8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}" ,
, , , "1234567" ] , [ , , "111\\d{6}|(?:31|77|88|9[89])\\d{7}" , , , , "991234567" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MW" , 265 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[137-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MX : [ , [ , , "1(?:(?:44|99)[1-9]|65[0-689])\\d{7}|(?:1(?:[017]\\d|[235][1-9]|4[0-35 -9]|6[0-46-9]|8[1-79]|9[1-8])|[2-9]\\d)\\d{8}" ,
, , , , , , [ 10 , 11 ] , [ 7 , 8 ] ] , [ , , "6571\\d{6}|(?:2(?:0[01]|2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[25-7][1-9]|3[1-8]|4\\d |8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}" , , , , "2001234567" , , , [ 10 ] , [ 7 , 8 ] ] , [ , , "6571\\d{6}|(?:1(?:2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[24-7][1-9]|3[1-8]|8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|[69][1-9]|7[12]|8[1-8]))|2(?:2[1-9]|3[1-35-8]|4[13-9]|7[1-689]|8[1-578]|9[467])|3(?:1[1-79]|[2458][1-9]|3\\d|7[1-8]|9[1-5])|4(?:1[1-57-9]|[25-7][1-9]|3[1-8]|4\\d |8[1-35-9]|9[2-689])|5(?:[56]\\d|88|9[1-79])|6(?:1[2-68]|[2-4][1-9]|5[1-3689]|6[1-57-9]|7[1-7]|8[67]|9[4-8])|7(?:[1-467][1-9]|5[13-9]|8[1-69]|9[17])|8(?:1\\d|2[13-689]|3[1-6]|4[124-6]|6[1246-9]|7[1-378]|9[12479])|9(?:1[346-9]|2[1-4]|3[2-46-8]|5[1348]|6[1-9]|7[12]|8[1-8]|9\\d))\\d{7}" ,
, , , "12221234567" , , , , [ 7 , 8 ] ] , [ , , "8(?:00|88)\\d{7}" , , , , "8001234567" , , , [ 10 ] ] , [ , , "900\\d{7}" , , , , "9001234567" , , , [ 10 ] ] , [ , , "300\\d{7}" , , , , "3001234567" , , , [ 10 ] ] , [ , , "500\\d{7}" , , , , "5001234567" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MX" , 52 , "0[09]" , "01" , , , "0(?:[12]|4[45])|1" , , "00" , , [ [ , "(\\d{5})" , "$1" , [ "53" ] ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "33|5[56]|81" ] , , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2-9]" ] , , , 1 ] , [ , "(\\d)(\\d{2})(\\d{4})(\\d{4})" , "$2 $3 $4" , [ "1(?:33|5[56]|81)" ] , , , 1 ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{4})" ,
"$2 $3 $4" , [ "1" ] , , , 1 ] ] , [ [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "33|5[56]|81" ] , , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[2-9]" ] , , , 1 ] , [ , "(\\d)(\\d{2})(\\d{4})(\\d{4})" , "$2 $3 $4" , [ "1(?:33|5[56]|81)" ] , , , 1 ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{4})" , "$2 $3 $4" , [ "1" ] , , , 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MY : [ , [ , , "1\\d{8,9}|(?:3\\d|[4-9])\\d{7}" , , , , , , , [ 8 , 9 , 10 ] , [ 6 , 7 ] ] , [ , , "(?:3(?:2[0-36-9]|3[0-368]|4[0-278]|5[0-24-8]|6[0-467]|7[1246-9]|8\\d|9[0-57])\\d|4(?:2[0-689]|[3-79]\\d|8[1-35689])|5(?:2[0-589]|[3468]\\d|5[0-489]|7[1-9]|9[23])|6(?:2[2-9]|3[1357-9]|[46]\\d|5[0-6]|7[0-35-9]|85|9[015-8])|7(?:[2579]\\d|3[03-68]|4[0-8]|6[5-9]|8[0-35-9])|8(?:[24][2-8]|3[2-5]|5[2-7]|6[2-589]|7[2-578]|[89][2-9])|9(?:0[57]|13|[25-7]\\d|[3489][0-8]))\\d{5}" ,
, , , "323856789" , , , [ 8 , 9 ] , [ 6 , 7 ] ] , [ , , "1(?:1888[69]|4400|8(?:47|8[27])[0-4])\\d{4}|1(?:0(?:[23568]\\d|4[0-6]|7[016-9]|9[0-8])|1(?:[1-5]\\d\\d|6(?:0[5-9]|[1-9]\\d)|7(?:[0134]\\d|2[1-9]|5[0-6]))|(?:(?:[269]|59)\\d|[37][1-9]|4[235-9])\\d|8(?:1[23]|[236]\\d|4[06]|5[7-9]|7[016-9]|8[01]|9[0-8]))\\d{5}" , , , , "123456789" , , , [ 9 , 10 ] ] , [ , , "1[378]00\\d{6}" , , , , "1300123456" , , , [ 10 ] ] , [ , , "1600\\d{6}" , , , , "1600123456" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "15(?:4(?:6[0-4]\\d|8(?:0[125]|[17]\\d|21|3[01]|4[01589]|5[014]|6[02]))|6(?:32[0-6]|78\\d))\\d{4}" ,
@ -441,8 +441,8 @@ NU:[,[,,"(?:[47]|888\\d)\\d{3}",,,,,,,[4,7]],[,,"[47]\\d{3}",,,,"7012",,,[4]],[,
, , , "7842661234" , , , , [ 7 ] ] , [ , , "784(?:4(?:3[0-5]|5[45]|89|9[0-8])|5(?:2[6-9]|3[0-4])|720)\\d{4}" , , , , "7844301234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002345678" ] , [ , , "900[2-9]\\d{6}" , , , , "9002345678" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[12]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "VC" ,
1 , "011" , "1" , , , "1|([2-7]\\d{6})$" , "784$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "784" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VE : [ , [ , , "[68]00\\d{7}|(?:[24]\\d|[59]0)\\d{8}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "(?:2(?:12|3[457-9]|[467]\\d|[58][1-9]|9[1-6])|[4-6]00)\\d{7}" , , , , "2121234567" , , , , [ 7 ] ] , [ , , "4(?:1[24-8]|2[46])\\d{7}" , , , , "4121234567" ] , [ , , "800\\d{7}" , , , , "8001234567" ] , [ , , "90[01]\\d{7}" , , , , "9001234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "VE" , 58 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{7})" , "$1-$2" , [ "[24-689]" ] ,
"0$1" , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "501\\d{7}" , , , , "5010123456" , , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VG : [ , [ , , "(?:284|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "284496[0-5]\\d{3}|284(?:229|4(?:22|9[45])|774|8(?:52|6[459]))\\d{4}" , , , , "2842291234" , , , , [ 7 ] ] , [ , , "284496[6-9]\\d{3}|284(?:245|3(?:0[0-3]|4[0-7]|68|9[34])|4(?:4[0-6]|68|99)|5(?:4[0-7]|68|9[69]))\\d{4}" , , , , "2843001234" , , , , [ 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 ] ] , "VG" , 1 , "011" , "1" , , , "1|([2-578]\\d{6})$" , "284$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "284" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VI : [ , [ , , "[58]\\d{9}|(?:34|90)0\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "340(?:2(?:0[12 ]|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}" ,
, , , "3406421234" , , , , [ 7 ] ] , [ , , "340(?:2(?:0[12 ]|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}" , , , , "3406421234" , , , , [ 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}" ,
[ , , "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 ] ] , "VG" , 1 , "011" , "1" , , , "1|([2-578]\\d{6})$" , "284$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "284" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VI : [ , [ , , "[58]\\d{9}|(?:34|90)0\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "340(?:2(?:0[0-38 ]|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}" ,
, , , "3406421234" , , , , [ 7 ] ] , [ , , "340(?:2(?:0[0-38 ]|2[06-8]|4[49]|77)|3(?:32|44)|4(?:2[23]|44|7[34]|89)|5(?:1[34]|55)|6(?:2[56]|4[23]|77|9[023])|7(?:1[2-57-9]|2[57]|7\\d)|884|998)\\d{4}" , , , , "3406421234" , , , , [ 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 ] ] , "VI" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "340$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "340" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , VN : [ , [ , , "[12]\\d{9}|[135-9]\\d{8}|[16]\\d{7}|[16-8]\\d{6}" , , , , , , , [ 7 , 8 , 9 , 10 ] ] , [ , , "2(?:0[3-9]|1[0-689]|2[0-25-9]|3[2-9]|4[2-8]|5[124-9]|6[0-39]|7[0-7]|8[2-79]|9[0-4679])\\d{7}" , , , , "2101234567" , , , [ 10 ] ] , [ , , "(?:5(?:2[238]|59)|89[689]|99[013-9])\\d{6}|(?:3\\d|5[689]|7[06-9]|8[1-8]|9[0-8])\\d{7}" , , , , "912345678" , , , [ 9 ] ] , [ , , "1800\\d{4,6}|12(?:0[13]|28)\\d{4}" ,
, , , "1800123456" , , , [ 8 , 9 , 10 ] ] , [ , , "1900\\d{4,6}" , , , , "1900123456" , , , [ 8 , 9 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "672\\d{6}" , , , , "672012345" , , , [ 9 ] ] , "VN" , 84 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[17]99" ] , "0$1" , , 1 ] , [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "80" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{4,5})" , "$1 $2" , [ "69" ] , "0$1" , , 1 ] , [ , "(\\d{4})(\\d{4,6})" , "$1 $2" , [ "1" ] , , , 1 ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[69]" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[3578]" ] , "0$1" , , 1 ] , [ , "(\\d{2})(\\d{4})(\\d{4})" ,
"$1 $2 $3" , [ "2[48]" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "2" ] , "0$1" , , 1 ] ] , [ [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "80" ] , "0$1" , , 1 ] , [ , "(\\d{4})(\\d{4,6})" , "$1 $2" , [ "1" ] , , , 1 ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[69]" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[3578]" ] , "0$1" , , 1 ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "2[48]" ] , "0$1" , , 1 ] , [ , "(\\d{3})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "2" ] , "0$1" , , 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "[17]99\\d{4}|69\\d{5,6}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:[17]99|80\\d)\\d{4}|69\\d{5,6}" ,
@ -481,40 +481,44 @@ 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 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" , ,
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" , ,
, , , , , , , , , , , , , , , , [ , , "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]" ,
@ -663,14 +667,11 @@ MO:[,[,,"9\\d\\d",,,,,,,[3]],,,[,,"999",,,,"999"],[,,,,,,,,,[-1]],,,,"MO",,,,,,,
See the License for the specific language governing permissions and
limitations under the License .
* /
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 ; } ) ( ) ;
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 ; } ) ( ) ;