@ -7,15 +7,12 @@ var aa="function"==typeof Object.defineProperties?Object.defineProperty:function
function da ( 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 } ) } } da ( "Object.is" , function ( a ) { return a ? a : function ( b , c ) { return b === c ? 0 !== b || 1 / b === 1 / c : b !== b && c !== c } } ) ;
da ( "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 } } ) ;
da ( "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 ea = this || self ; function fa ( a ) { a . fa = void 0 ; a . ea = function ( ) { return a . fa ? a . fa : a . fa = new a } }
function k ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . ga = b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . qa = 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 ha ( 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 ( ha , l ) ; ha . prototype . name = "AssertionError" ; function ia ( a , b ) { throw new ha ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; function ja ( a , b ) { a . sort ( b || ka ) } function ka ( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function la ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function ma ( 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 na ( 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 ) ; return b . join ( "" ) } function qa ( ) { }
function pa ( 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 ) , ra ( d , c ) , c . push ( ":" ) , pa ( a , e , c ) , f = "," ) ) ; c . push ( "}" ) ; return } } switch ( typeof b ) { case "string" : ra ( 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 sa = { '"' : '\\"' , "\\" : "\\\\" , "/" : "\\/" , "\b" : "\\b" , "\f" : "\\f" , "\n" : "\\n" , "\r" : "\\r" , "\t" : "\\t" , "\x0B" : "\\u000b" } , ta = /\uffff/ . test ( "\uffff" ) ? /[\\"\x00-\x1f\x7f-\uffff]/g : /[\\"\x00-\x1f\x7f-\xff]/g ;
function ra ( a , b ) { b . push ( '"' , a . replace ( ta , function ( c ) { var d = sa [ c ] ; d || ( d = "\\u" + ( c . charCodeAt ( 0 ) | 65536 ) . toString ( 16 ) . substr ( 1 ) , sa [ c ] = d ) ; return d } ) , '"' ) } ; function ua ( 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 Ba : this . i = ! 0 } this . g = b . defaultValue } var Ba = 1 , Aa = 2 , va = 3 , wa = 4 , xa = 6 , ya = 16 , za = 18 ; function Ca ( a , b ) { this . b = a ; this . a = { } ; for ( a = 0 ; a < b . length ; a ++ ) { var c = b [ a ] ; this . a [ c . a ] = c } } function Da ( a ) { a = la ( a . a ) ; ja ( a , function ( b , c ) { return b . a - c . a } ) ; return a } function Ea ( 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 Fa ( 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 ) { Ga ( this , a . a , b ) } ;
function Ha ( 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 = { } ) , Ha ( a , this ) ) ; return a } ; function q ( a , b ) { return null != a . b [ b ] }
function k ( a , b ) { function c ( ) { } c . prototype = b . prototype ; a . ga = b . prototype ; a . prototype = new c ; a . prototype . constructor = a ; a . qa = 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 ha ( 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 ( ha , l ) ; ha . prototype . name = "AssertionError" ; function ia ( a , b ) { throw new ha ( "Failure" + ( a ? ": " + a : "" ) , Array . prototype . slice . call ( arguments , 1 ) ) ; } ; function ja ( a , b ) { a . sort ( b || ka ) } function ka ( a , b ) { return a > b ? 1 : a < b ? - 1 : 0 } ; function la ( a ) { var b = [ ] , c = 0 , d ; for ( d in a ) b [ c ++ ] = a [ d ] ; return b } function ma ( 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 na ( 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 , 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 pa : case qa : case ra : case sa : case ta : case ua : case va : this . i = ! 0 } this . g = b . defaultValue } var va = 1 , ua = 2 , pa = 3 , qa = 4 , ra = 6 , sa = 16 , ta = 18 ; function wa ( a , b ) { this . b = a ; this . a = { } ; for ( a = 0 ; a < b . length ; a ++ ) { var c = b [ a ] ; this . a [ c . a ] = c } } function xa ( a ) { a = la ( a . a ) ; ja ( a , function ( b , c ) { return b . a - c . a } ) ; return a } function ya ( 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 za ( 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 ) { Aa ( this , a . a , b ) } ;
function Ba ( a , b ) { for ( var c = xa ( 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 ++ ) Aa ( a , f , g ? e [ h ] . clone ( ) : e [ h ] ) } else e = w ( b , f ) , g ? ( g = w ( a , f ) ) ? Ba ( 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 = { } ) , Ba ( 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 = D a( 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 || ia ( "Failed to find field: " + d ) } } ; function B ( a , b ) { null != a && this . a . apply ( this , arguments ) } B . prototype . b = "" ; B . prototype . set = function ( a ) { this . b = "" + a } ; B . prototype . a = function ( a , b , c ) { this . b += String ( a ) ; if ( null != b ) for ( var d = 1 ; d < arguments . length ; d ++ ) this . b += arguments [ d ] ; return this } ; function C ( a ) { a . b = "" } B . prototype . toString = function ( ) { return this . b } ; / *
function 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 Aa ( a , b , c ) { a . b [ b ] || ( a . b [ b ] = [ ] ) ; a . b [ b ] . push ( c ) ; a . a && delete a . a [ b ] } function Ca ( a , b ) { delete a . b [ b ] ; a . a && delete a . a [ b ] } function Da ( a , b ) { var c = [ ] , d ; for ( d in b ) 0 != d && c . push ( new oa ( d , b [ d ] ) ) ; return new wa ( 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 && Ea . 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 || Ea . test ( b ) ) ) return Number ( b ) ; return b } ; var Ea = /^-?[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 = xa ( 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 ) ) } za ( 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 = y 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 || ia ( "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,13 +30,13 @@ A.prototype.a=function(a,b){return 8==a.b&&"number"===typeof b?!!b:A.ga.a.call(t
See the License for the specific language governing permissions and
limitations under the License .
* /
function D ( ) { p . call ( this ) } k ( D , p ) ; var L a= null ; function E ( ) { p . call ( this ) } k ( E , p ) ; var M a= null ; function F ( ) { p . call ( this ) } k ( F , p ) ; var N a= null ;
D . prototype . h = function ( ) { var a = L a; a || ( La = a = J a( D , { 0 : { name : "NumberFormat" , da : "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 = M a; a || ( Ma = a = J a( E , { 0 : { name : "PhoneNumberDesc" , da : "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 = N a; a || ( Na = a = J a( F , { 0 : { name : "PhoneMetadata" , da : "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 } ,
function D ( ) { p . call ( this ) } k ( D , p ) ; var F a= null ; function E ( ) { p . call ( this ) } k ( E , p ) ; var G a= null ; function F ( ) { p . call ( this ) } k ( F , p ) ; var H a= null ;
D . prototype . h = function ( ) { var a = F a; a || ( Fa = a = D a( D , { 0 : { name : "NumberFormat" , da : "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 = G a; a || ( Ga = a = D a( E , { 0 : { name : "PhoneNumberDesc" , da : "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 = H a; a || ( Ha = a = D a( F , { 0 : { name : "PhoneMetadata" , da : "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 O a( ) { } k ( O a, z ) ; O a. prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; O a. prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function G ( ) { } k ( G , O a) ; G . prototype . g = function ( a ) { for ( var b = D a( a . h ( ) ) , c = [ ] , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] ; if ( a . has ( e ) ) { var f = e . a ; if ( e . f ) { c [ f ] = [ ] ; for ( var g = 0 ; g < 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 P a= null , Q a= { pa : 0 , oa : 1 , na : 5 , ma : 10 , la : 20 } ;
H . prototype . h = function ( ) { var a = P a; a || ( Pa = a = J a( H , { 0 : { name : "PhoneNumber" , da : "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 : Q a} , 7 : { name : "preferred_domestic_carrier_code" ,
c : 9 , type : String } , 16 : { name : "national_prefix_transform_rule" , c : 9 , type : String } , 18 : { name : "same_mobile_and_fixed_line_pattern" , c : 8 , defaultValue : ! 1 , type : Boolean } , 19 : { name : "number_format" , v : ! 0 , c : 11 , type : 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 I a( ) { } k ( I a, z ) ; I a. prototype . f = function ( a , b ) { a = new a . b ; a . g = this ; a . b = b ; a . a = { } ; return a } ; I a. prototype . i = function ( ) { throw Error ( "Unimplemented" ) ; } ; function G ( ) { } k ( G , I a) ; G . prototype . g = function ( a ) { for ( var b = x a( a . h ( ) ) , c = [ ] , d = 0 ; d < b . length ; d ++ ) { var e = b [ d ] ; if ( a . has ( e ) ) { var f = e . a ; if ( e . f ) { c [ f ] = [ ] ; for ( var g = 0 ; g < y ( a , e . a ) ; g ++ ) c [ f ] [ g ] = this . b ( e , a . get ( e , g ) ) } else c [ f ] = this . b ( e , a . get ( e ) ) } } z 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 J a= null , K a= { pa : 0 , oa : 1 , na : 5 , ma : 10 , la : 20 } ;
H . prototype . h = function ( ) { var a = J a; a || ( Ja = a = D a( H , { 0 : { name : "PhoneNumber" , da : "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 : K a} , 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 +57,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" ] } , R a= { 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" ] } , L a= { 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}" ,
@ -121,7 +118,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
, , , "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[125-7]|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-25 -7]\\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" ,
, , , "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|2[ 0-7] )|2[0-7]\\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}" ,
@ -161,8 +158,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
, , , "891641234" , , , [ 9 ] , [ 8 ] ] , [ , , "4(?:83[0-38]|93[0-6])\\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{6}(?:\\d{2})?|45[0-4]\\d{3})|13\\d{4}" , , , , "1300123456" , , , [ 6 , 8 , 10 , 12 ] ] , [ , , , , , , , , , [ - 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(?: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|[23]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}|322\\d{6}|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}" ,
"$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(?:2[02-9]|3[2-689]|7[1-7])\\d{1,8}|(?:1|[368]\\d|4[0-8])\\d{3,13}|49(?:[01 5]\\d|[23]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[1 -6]\\d{10}|322\\d{6}|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" ] ,
@ -181,17 +178,17 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
"0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , EH : [ , [ , , "[5-8]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "528[89]\\d{5}" , , , , "528812345" ] , [ , , "(?:6(?:[0-79]\\d|8[0-247-9])|7(?:[017]\\d|2[0-2]|6[0-8]))\\d{6}" , , , , "650123456" ] , [ , , "80\\d{7}" , , , , "801234567" ] , [ , , "89\\d{7}" , , , , "891234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "592(?:4[0-2]|93)\\d{4}" , , , , "592401234" ] , "EH" , 212 , "00" , "0" , , , "0" , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "528[89]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , ER : [ , [ , , "[178]\\d{6}" , , , , , ,
, [ 7 ] , [ 6 ] ] , [ , , "(?:1(?:1[12568]|[24]0|55|6[146])|8\\d\\d)\\d{4}" , , , , "8370362" , , , , [ 6 ] ] , [ , , "(?:17[1-3]|7\\d\\d)\\d{4}" , , , , "7123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "ER" , 291 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[178]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , ES : [ , [ , , "[5-9]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "96906(?:0[0-8]|1[1-9]|[2-9]\\d)\\d\\d|9(?:69(?:0[0-57-9]|[1-9]\\d)|73(?:[0-8]\\d|9[1-9]))\\d{4}|(?:8(?:[1356]\\d|[28][0-8]|[47][1-9])|9(?:[135]\\d|[268][0-8]|4[1-9]|7[124-9]))\\d{6}" ,
, , , "810123456" ] , [ , , "(?:590[16]00\\d|9(?:6906(?:09|10)|7390\\d\\d))\\d\\d|(?:6\\d|7[1-48])\\d{7}" , , , , "612345678" ] , [ , , "[89]00\\d{6}" , , , , "800123456" ] , [ , , "80[367]\\d{6}" , , , , "803123456" ] , [ , , "90[12]\\d{6}" , , , , "901123456" ] , [ , , "70\\d{7}" , , , , "701234567" ] , [ , , , , , , , , , [ - 1 ] ] , "ES" , 34 , "00" , , , , , , , , [ [ , "(\\d{4})" , "$1" , [ "905" ] ] , [ , "(\\d{6})" , "$1" , [ "[79]9" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[89]00" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-9]" ] ] ] , [ [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[89]00" ] ] ,
[ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "51\\d{7}" , , , , "511234567" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , ET : [ , [ , , "(?:11|[2-59]\\d)\\d{7}" , , , , , , , [ 9 ] , [ 7 ] ] , [ , , "11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:1[78]|2[69]|39|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}" ,
, , , "111112345" , , , , [ 7 ] ] , [ , , "9\\d{8 }" , , , , "911234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "ET" , 251 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1-59]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FI : [ , [ , , "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "(?:1[3-79][1-8]|[235689][1-8]\\d)\\d{2,6}" , , , , "131234567" , , , [ 5 , 6 , 7 , 8 , 9 ] ] , [ , , "4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}" ,
, , , "412345678" , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "800\\d{4,6}" , , , , "800123456" , , , [ 7 , 8 , 9 ] ] , [ , , "[67]00\\d{5,6}" , , , , "600123456" , , , [ 8 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FI" , 358 , "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))" , "0" , , , "0" , , "00" , , [ [ , "(\\d{5})" , "$1" , [ "75[12]" ] , "0$1" ] , [ , "(\\d)(\\d{4,9})" , "$1 $2" , [ "[2568][1-8]|3(?:0[1-9]|[1-9])|9" ] , "0$1" ] , [ , "(\\d{6})" , "$1" , [ "11" ] ] , [ , "(\\d{3})(\\d{3,7})" , "$1 $2" , [ "[12]00|[368]|70[07-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{4,8})" , "$1 $2" , [ "[1245]|7[135]" ] , "0$1" ] , [ ,
"(\\d{2})(\\d{6,10})" , "$1 $2" , [ "7" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{4,9})" , "$1 $2" , [ "[2568][1-8]|3(?:0[1-9]|[1-9])|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,7})" , "$1 $2" , [ "[12]00|[368]|70[07-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{4,8})" , "$1 $2" , [ "[1245]|7[135]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6,10})" , "$1 $2" , [ "7" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , 1 , "1[03-79]|[2-9]" , [ , , "20(?:2[023]|9[89])\\d{1,6}|(?:60[12]\\d|7099)\\d{4,5}|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:[1-3]00|7(?:0[1-5]\\d\\d|5[03-9]))\\d{3,7}" ] , [ , , "20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}" ,
, , , "10112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FJ : [ , [ , , "45\\d{5}|(?:0800\\d|[235-9])\\d{6}" , , , , , , , [ 7 , 11 ] ] , [ , , "603\\d{4}|(?:3[0-5]|6[25-7]|8[58])\\d{5}" , , , , "3212345" , , , [ 7 ] ] , [ , , "(?:[279]\\d|45|5[01568]|8[034679])\\d{5}" , , , , "7012345" , , , [ 7 ] ] , [ , , "0800\\d{7}" , , , , "08001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FJ" , 679 , "0(?:0|52)" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[235-9]|45" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , ,
[ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FK : [ , [ , , "[2-7]\\d{4}" , , , , , , , [ 5 ] ] , [ , , "[2-47]\\d{4}" , , , , "31234" ] , [ , , "[56]\\d{4}" , , , , "51234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FK" , 500 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FM : [ , [ , , "(?:[39]\\d\\d|820)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-6]\\d)\\d)\\d{3}" , , , , "3201234" ] , [ , , "31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-7]\\d)\\d)\\d{3}" ,
, , , "3501234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FM" , 691 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[389]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FO : [ , [ , , "[2-9]\\d{5}" , , , , , , , [ 6 ] ] , [ , , "(?:20|[34]\\d|8[19])\\d{4}" , , , , "201234" ] , [ , , "(?:[27][1-9]|5\\d|9[16])\\d{4}" , , , , "211234" ] , [ , , "80[257-9]\\d{3}" , , , , "802123" ] , [ , , "90(?:[13-5][15-7]|2[125-7]|9\\d)\\d\\d" , , , , "901123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:6[0-36]|88)\\d{4}" ,
, , , "601234" ] , "FO" , 298 , "00" , , , , "(10(?:01|[12]0|88))" , , , , [ [ , "(\\d{6})" , "$1" , [ "[2-9]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FR : [ , [ , , "[1-9]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "(?:[1-35]\\d|4[1-9])\\d{7}" , , , , "123456789" ] , [ , , "(?:6(?:[0-24-8]\\d|3[0-8]|9[589])|7(?:00|[3-9]\\d))\\d{6}" , , , , "612345678" ] , [ , , "80[0-5]\\d{6}" , , , , "801234567" ] , [ , , "836(?:0[0-36-9]|[1-9]\\d)\\d{4}|8(?:1[2-9]|2[2-47-9]|3[0-57-9]|[569]\\d|8[0-35-9])\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[01]|2[0156]|4[02]|84)\\d{6}" ,
, , , "884012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "9\\d{8}" , , , , "912345678" ] , "FR" , 33 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{4})" , "$1" , [ "10" ] ] , [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "1" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "80[6-9]\\d{6}" , , , , "806123456" ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , GA : [ , [ , , "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "[01]1\\d{6}" , , , , "01441234" , , , [ 8 ] ] , [ , , "(?:(?:0[2-7]|7[467])\\d|6(?:0[0-4]|10|[256]\\d))\\d{5}|[2-7]\\d{6}" , , , , "06031234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GA" , 241 , "00" , , , , "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})" , "$1" , , , [ [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-7]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "0" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "11|[67]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
[ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "51\\d{7}" , , , , "511234567" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , ET : [ , [ , , "(?:11|[2-57 9]\\d)\\d{7}" , , , , , , , [ 9 ] , [ 7 ] ] , [ , , "11667[01]\\d{3}|(?:11(?:1(?:1[124]|2[2-7]|3[1-5]|5[5-8]|8[6-8])|2(?:13|3[6-8]|5[89]|7[05-9]|8[2-6])|3(?:2[01]|3[0-289]|4[1289]|7[1-4]|87)|4(?:1[69]|3[2-49]|4[0-3]|6[5-8])|5(?:1[578]|44|5[0-4])|6(?:1[78]|2[69]|39|4[5-7]|5[1-5]|6[0-59]|8[015-8]))|2(?:2(?:11[1-9]|22[0-7]|33\\d|44[1467]|66[1-68])|5(?:11[124-6]|33[2-8]|44[1467]|55[14]|66[1-3679]|77[124-79]|880))|3(?:3(?:11[0-46-8]|(?:22|55)[0-6]|33[0134689]|44[04]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:119|22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:(?:11|22)[1-9]|33[13-7]|44[13-6]|55[1-689]))|5(?:7(?:227|55[05]|(?:66|77)[14-8])|8(?:11[149]|22[013-79]|33[0-68]|44[013-8]|550|66[1-5]|77\\d)))\\d{4}" ,
, , , "111112345" , , , , [ 7 ] ] , [ , , "7001\\d{5}|(?:7(?:0[1-9]|1[01]|77|86|99)|9\\d\\d)\\d{6 }" , , , , "911234567" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "ET" , 251 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1-57 9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FI : [ , [ , , "[1-35689]\\d{4}|7\\d{10,11}|(?:[124-7]\\d|3[0-46-9])\\d{8}|[1-9]\\d{5,8}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 , 11 , 12 ] ] , [ , , "(?:1[3-79][1-8]|[235689][1-8]\\d)\\d{2,6}" , , , , "131234567" ,
, , [ 5 , 6 , 7 , 8 , 9 ] ] , [ , , "4946\\d{2,6}|(?:4[0-8]|50)\\d{4,8}" , , , , "412345678" , , , [ 6 , 7 , 8 , 9 , 10 ] ] , [ , , "800\\d{4,6}" , , , , "800123456" , , , [ 7 , 8 , 9 ] ] , [ , , "[67]00\\d{5,6}" , , , , "600123456" , , , [ 8 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FI" , 358 , "00|99(?:[01469]|5(?:[14]1|3[23]|5[59]|77|88|9[09]))" , "0" , , , "0" , , "00" , , [ [ , "(\\d{5})" , "$1" , [ "75[12]" ] , "0$1" ] , [ , "(\\d)(\\d{4,9})" , "$1 $2" , [ "[2568][1-8]|3(?:0[1-9]|[1-9])|9" ] , "0$1" ] , [ , "(\\d{6})" , "$1" , [ "11" ] ] , [ , "(\\d{3})(\\d{3,7})" , "$1 $2" , [ "[12]00|[368]|70[07-9]" ] , "0$1" ] , [ ,
"(\\d{2})(\\d{4,8})" , "$1 $2" , [ "[1245]|7[135]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6,10})" , "$1 $2" , [ "7" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{4,9})" , "$1 $2" , [ "[2568][1-8]|3(?:0[1-9]|[1-9])|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{3,7})" , "$1 $2" , [ "[12]00|[368]|70[07-9]" ] , "0$1" ] , [ , "(\\d{2})(\\d{4,8})" , "$1 $2" , [ "[1245]|7[135]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6,10})" , "$1 $2" , [ "7" ] , "0$1" ] ] , [ , , , , , , , , , [ - 1 ] ] , 1 , "1[03-79]|[2-9]" , [ , , "20(?:2[023]|9[89])\\d{1,6}|(?:60[12]\\d|7099)\\d{4,5}|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:[1-3]00|7(?:0[1-5]\\d\\d|5[03-9]))\\d{3,7}" ] ,
[ , , "20\\d{4,8}|60[12]\\d{5,6}|7(?:099\\d{4,5}|5[03-9]\\d{3,7})|20[2-59]\\d\\d|(?:606|7(?:0[78]|1|3\\d))\\d{7}|(?:10|29|3[09]|70[1-5]\\d)\\d{4,8}" , , , , "10112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FJ : [ , [ , , "45\\d{5}|(?:0800\\d|[235-9])\\d{6}" , , , , , , , [ 7 , 11 ] ] , [ , , "603\\d{4}|(?:3[0-5]|6[25-7]|8[58])\\d{5}" , , , , "3212345" , , , [ 7 ] ] , [ , , "(?:[279]\\d|45|5[01568]|8[034679])\\d{5}" , , , , "7012345" , , , [ 7 ] ] , [ , , "0800\\d{7}" , , , , "08001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FJ" , 679 , "0(?:0|52)" , , , , ,
, "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[235-9]|45" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "0" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FK : [ , [ , , "[2-7]\\d{4}" , , , , , , , [ 5 ] ] , [ , , "[2-47]\\d{4}" , , , , "31234" ] , [ , , "[56]\\d{4}" , , , , "51234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FK" , 500 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FM : [ , [ , , "(?:[39]\\d\\d|820)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-6]\\d)\\d)\\d{3}" ,
, , , "3201234" ] , [ , , "31(?:00[67]|208|309)\\d\\d|(?:3(?:[2357]0[1-9]|602|804|905)|(?:820|9[2-7]\\d)\\d)\\d{3}" , , , , "3501234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "FM" , 691 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[389]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FO : [ , [ , , "[2-9]\\d{5}" , , , , , , , [ 6 ] ] , [ , , "(?:20|[34]\\d|8[19])\\d{4}" , , , , "201234" ] , [ , , "(?:[27][1-9]|5\\d|9[16])\\d{4}" , , , , "211234" ] , [ , , "80[257-9]\\d{3}" , , , , "802123" ] , [ , , "90(?:[13-5][15-7]|2[125-7]|9\\d)\\d\\d" ,
, , , "901123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:6[0-36]|88)\\d{4}" , , , , "601234" ] , "FO" , 298 , "00" , , , , "(10(?:01|[12]0|88))" , , , , [ [ , "(\\d{6})" , "$1" , [ "[2-9]" ] , , "$CC $1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , FR : [ , [ , , "[1-9]\\d{8}" , , , , , , , [ 9 ] ] , [ , , "(?:[1-35]\\d|4[1-9])\\d{7}" , , , , "123456789" ] , [ , , "(?:6(?:[0-24-8]\\d|3[0-8]|9[589])|7(?:00|[3-9]\\d))\\d{6}" , , , , "612345678" ] , [ , , "80[0-5]\\d{6}" , , , , "801234567" ] , [ , , "836(?:0[0-36-9]|[1-9]\\d)\\d{4}|8(?:1[2-9]|2[2-47-9]|3[0-57-9]|[569]\\d|8[0-35-9])\\d{6}" ,
, , , "891123456" ] , [ , , "8(?:1[01]|2[0156]|4[02]|84)\\d{6}" , , , , "884012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "9\\d{8}" , , , , "912345678" ] , "FR" , 33 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{4})" , "$1" , [ "10" ] ] , [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "1" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0 $1" ] , [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[1-79]" ] , "0$1" ] ] , [ , , , , , , , ,
, [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "80[6-9]\\d{6}" , , , , "806123456" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GA : [ , [ , , "(?:[067]\\d|11)\\d{6}|[2-7]\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "[01]1\\d{6}" , , , , "01441234" , , , [ 8 ] ] , [ , , "(?:(?:0[2-7]|7[467])\\d|6(?:0[0-4]|10|[256]\\d))\\d{5}|[2-7]\\d{6}" , , , , "06031234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GA" , 241 , "00" , , , , "0(11\\d{6}|60\\d{6}|61\\d{6}|6[256]\\d{6}|7[467]\\d{6})" , "$1" , , , [ [ , "(\\d)(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2-7]" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "0" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "11|[67]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GB : [ , [ , , "[1-357-9]\\d{9}|[18]\\d{8}|8\\d{6}" , , , , , , , [ 7 , 9 , 10 ] , [ 4 , 5 , 6 , 8 ] ] , [ , , "(?:1(?:1(?:3(?:[0-58]\\d\\d|73[0235])|4(?:[0-5]\\d\\d|69[7-9]|70[01359])|(?:5[0-26-9]|[78][0-49])\\d\\d|6(?:[0-4]\\d\\d|50[0-79]))|2(?:(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-47-9]|7[013-9]|9\\d)\\d\\d|1(?:[0-7]\\d\\d|8(?:[02]\\d|1[0-26-9])))|(?:3(?:0\\d|1[0-8]|[25][02-9]|3[02-579]|[468][0-46-9]|7[1-35-79]|9[2-578])|4(?:0[03-9]|[137]\\d|[28][02-57-9]|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1-35-9]|[16]\\d|2[024-9]|3[015689]|4[02-9]|5[03-9]|7[0-35-9]|8[0-468]|9[0-57-9])|6(?:0[034689]|1\\d|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0-24578])|7(?:0[0246-9]|2\\d|3[0236-8]|4[03-9]|5[0-46-9]|6[013-9]|7[0-35-9]|8[024-9]|9[02-9])|8(?:0[35-9]|2[1-57-9]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\\d|8[02-9]|9[02569])|9(?:0[02-589]|[18]\\d|2[02-689]|3[1-57-9]|4[2-9]|5[0-579]|6[2-47-9]|7[0-24578]|9[2-57]))\\d\\d)|2(?:0[013478]|3[0189]|4[017]|8[0-46-9]|9[0-2])\\d{3})\\d{4}|1(?:2(?:0(?:46[1-4]|87[2-9])|545[1-79]|76(?:2\\d|3[1-8]|6[1-6])|9(?:7(?:2[0-4]|3[2-5])|8(?:2[2-8]|7[0-47-9]|8[3-5])))|3(?:6(?:38[2-5]|47[23])|8(?:47[04-9]|64[0157-9]))|4(?:044[1-7]|20(?:2[23]|8\\d)|6(?:0(?:30|5[2-57]|6[1-8]|7[2-8])|140)|8(?:052|87[1-3]))|5(?:2(?:4(?:3[2-79]|6\\d)|76\\d)|6(?:26[06-9]|686))|6(?:06(?:4\\d|7[4-79])|295[5-7]|35[34]\\d|47(?:24|61)|59(?:5[08]|6[67]|74)|9(?:55[0-4]|77[23]))|7(?:26(?:6[13-9]|7[0-7])|(?:442|688)\\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\\d|37(?:5[2-5]|8[239])|843[2-58])|9(?:0(?:0(?:6[1-8]|85)|52\\d)|3583|4(?:66[1-8]|9(?:2[01]|81))|63(?:23|3[1-4])|9561))\\d{3}" ,
, , , "1212345678" , , , [ 9 , 10 ] , [ 4 , 5 , 6 , 7 , 8 ] ] , [ , , "7(?:457[0-57-9]|700[01]|911[028])\\d{5}|7(?:[1-3]\\d\\d|4(?:[0-46-9]\\d|5[0-689])|5(?:0[0-8]|[13-9]\\d|2[0-35-9])|7(?:0[1-9]|[1-7]\\d|8[02-9]|9[0-689])|8(?:[014-9]\\d|[23][0-8])|9(?:[024-9]\\d|1[02-9]|3[0-689]))\\d{6}" , , , , "7400123456" , , , [ 10 ] ] , [ , , "80[08]\\d{7}|800\\d{6}|8001111" , , , , "8001234567" ] , [ , , "(?:8(?:4[2-5]|7[0-3])|9(?:[01]\\d|8[2-49]))\\d{7}|845464\\d" , , , , "9012345678" , , , [ 7 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{8}" , , , , "7012345678" , , , [ 10 ] ] , [ , , "56\\d{8}" , , , , "5612345678" ,
, , [ 10 ] ] , "GB" , 44 , "00" , "0" , " x" , , "0" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "800" , "8001" , "80011" , "800111" , "8001111" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "845" , "8454" , "84546" , "845464" ] , "0$1" ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "800" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "1(?:38|5[23]|69|76|94)" , "1(?:(?:38|69)7|5(?:24|39)|768|946)" , "1(?:3873|5(?:242|39[4-6])|(?:697|768)[347]|9467)" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "1(?:[2-69][02-9]|[78])" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "[25]|7(?:0|6[02-9])" ,
"[25]|7(?:0|6(?:[03-9]|2[356]))" ] , "0$1" ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "7" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1389]" ] , "0$1" ] ] , , [ , , "76(?:464|652)\\d{5}|76(?:0[0-2]|2[356]|34|4[01347]|5[49]|6[0-369]|77|8[14]|9[139])\\d{6}" , , , , "7640123456" , , , [ 10 ] ] , 1 , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[0347]|55)\\d{8}" , , , , "5512345678" , , , [ 10 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GD : [ , [ , , "(?:473|[58]\\d\\d|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|73|90)|63[68]|7(?:58|84)|800|938)\\d{4}" ,
@ -214,7 +211,7 @@ DO:[,[,,"(?:[58]\\d\\d|900)\\d{7}",,,,,,,[10],[7]],[,,"8(?:[04]9[2-9]\\d\\d|29(?
, , , "6713001234" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "900[2-9]\\d{6}" , , , , "9002123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}" , , , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "GU" , 1 , "011" , "1" , , , "1|([3-9]\\d{6})$" , "671$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "671" , [ , , , , , , , , , [ - 1 ] ] , [ , , , ,
, , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GW : [ , [ , , "[49]\\d{8}|4\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "443\\d{6}" , , , , "443201234" , , , [ 9 ] ] , [ , , "9(?:5\\d|6[569]|77)\\d{6}" , , , , "955012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "40\\d{5}" , , , , "4012345" , , , [ 7 ] ] , "GW" , 245 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "40" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[49]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , GY : [ , [ , , "9008\\d{3}|(?:[2-467]\\d\\d|862)\\d{4}" , , , , , , , [ 7 ] ] , [ ,
, "(?:2(?:1[6-9]|2[0-35-9]|3[1-4]|5[3-9]|6\\d|7[0-24-79])|3(?:2[25-9]|3\\d)|4(?:4[0-24]|5[56])|77[1-57])\\d{4}" , , , , "2201234" ] , [ , , "(?:6\\d\\d|70[015-7])\\d{4}" , , , , "6091234" ] , [ , , "(?:289|862)\\d{4}" , , , , "2891234" ] , [ , , "9008\\d{3}" , , , , "9008123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "GY" , 592 , "001" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-46-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HK : [ , [ , , "8[0-46-9]\\d{6,7}|9\\d{4,7}|(?:[2-7]|9\\d{3})\\d{7}" , , , , , , , [ 5 , 6 , 7 , 8 ,
9 , 11 ] ] , [ , , "(?:2(?:[13-9]\\d|2[013-9])\\d|3(?:(?:[1569][0-24-9]|4[0-246-9]|7[0-24-69])\\d|8(?:4[0-8]|5[0-5]|9\\d))|58(?:0[1-8]|1[2-9]))\\d{4}" , , , , "21234567" , , , [ 8 ] ] , [ , , "(?:4(?:44[5-9]|6(?:0[0-7]|1[0-6]|4[0-57-9]|6[0-4]|7[0-8]))|573[0-6]|6(?:26[013-8]|66[0-3])|70(?:7[1-5]|8[0-4])|848[015-9]|9(?:29[013-9]|59[0-4]))\\d{4}|(?:4(?:40|6[2358])|5(?:[1-59][0-46-9]|6[0-4689]|7[0-2467 9])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|84[09]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}" , , , , "51234567" , , , [ 8 ] ] ,
9 , 11 ] ] , [ , , "(?:2(?:[13-9]\\d|2[013-9])\\d|3(?:(?:[1569][0-24-9]|4[0-246-9]|7[0-24-69])\\d|8(?:4[0-8]|5[0-5]|9\\d))|58(?:0[1-8]|1[2-9]))\\d{4}" , , , , "21234567" , , , [ 8 ] ] , [ , , "(?:4(?:44[5-9]|6(?:0[0-7]|1[0-6]|4[0-57-9]|6[0-4]|7[0-8]))|573[0-6]|6(?:26[013-8]|66[0-3])|70(?:7[1-5]|8[0-4])|848[015-9]|9(?:29[013-9]|59[0-4]))\\d{4}|(?:4(?:4[01]|6[2358])|5(?:[1-59][0-46-9]|6[0-4689]|7[0-246- 9])|6(?:0[1-9]|[13-59]\\d|[268][0-57-9]|7[0-79])|84[09]|9(?:0[1-9]|1[02-9]|[2358][0-8]|[467]\\d))\\d{5}" , , , , "51234567" , , , [ 8 ] ] ,
[ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "900(?:[0-24-9]\\d{7}|3\\d{1,4})" , , , , "90012345678" , , , [ 5 , 6 , 7 , 8 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8(?:1[0-4679]\\d|2(?:[0-36]\\d|7[0-4])|3(?:[034]\\d|2[09]|70))\\d{4}" , , , , "81123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "HK" , 852 , "00(?:30|5[09]|[126-9]?)" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{2,5})" , "$1 $2" , [ "900" , "9003" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]|8[1-4]|9(?:0[1-9]|[1-8])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] ] , , [ ,
, "7(?:1(?:0[0-38]|1[0-3679]|3[013]|69|9[0136])|2(?:[02389]\\d|1[18]|7[27-9])|3(?:[0-38]\\d|7[0-369]|9[2357-9])|47\\d|5(?:[178]\\d|5[0-5])|6(?:0[0-7]|2[236-9]|[35]\\d)|7(?:[27]\\d|8[7-9])|8(?:[23689]\\d|7[1-9])|9(?:[025]\\d|6[0-246-8]|7[0-36-9]|8[238]))\\d{4}" , , , , "71123456" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "30(?:0[1-9]|[15-7]\\d|2[047]|89)\\d{4}" , , , , "30161234" , , , [ 8 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HN : [ , [ , , "8\\d{10}|[237-9]\\d{7}" , , , , , , , [ 8 , 11 ] ] , [ , , "2(?:2(?:0[0-39]|1[1-367]|[23]\\d|4[03-6]|5[57]|6[245]|7[0135689]|8[01346-9]|9[0-2])|4(?:0[78]|2[3-59]|3[13-9]|4[0-68]|5[1-35])|5(?:0[7-9]|16|4[03-5]|5\\d|6[014-6]|7[04]|80)|6(?:[056]\\d|17|2[067]|3[04]|4[0-378]|[78][0-8]|9[01])|7(?:6[46-9]|7[02-9]|8[034]|91)|8(?:79|8[0-357-9]|9[1-57-9]))\\d{4}" ,
, , , "22123456" , , , [ 8 ] ] , [ , , "[37-9]\\d{7}" , , , , "91234567" , , , [ 8 ] ] , [ , , "8002\\d{7}" , , , , "80021234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "HN" , 504 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[237-9]" ] ] , [ , "(\\d{3})(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[237-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "8002\\d{7}" , , , , , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , HR : [ , [ , , "(?:[24-69]\\d|3[0-79])\\d{7}|80\\d{5,7}|[1-79]\\d{7}|6\\d{5,6}" , , , , , , , [ 6 , 7 , 8 , 9 ] ] , [ , , "1\\d{7}|(?:2[0-3]|3[1-5]|4[02-47-9]|5[1-3])\\d{6,7}" ,
@ -313,16 +310,16 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
261 , "00" , "0" , , , "0|([24-9]\\d{6})$" , "20$1" , , , [ [ , "(\\d{2})(\\d{2})(\\d{3})(\\d{2})" , "$1 $2 $3 $4" , [ "[23]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MH : [ , [ , , "329\\d{4}|(?:[256]\\d|45)\\d{5}" , , , , , , , [ 7 ] ] , [ , , "(?:247|528|625)\\d{4}" , , , , "2471234" ] , [ , , "(?:(?:23|54)5|329|45[356])\\d{4}" , , , , "2351234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "635\\d{4}" , , , , "6351234" ] , "MH" , 692 , "011" , "1" , , , "1" , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[2-6]" ] ] ] , , [ , , , , , , ,
, , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MK : [ , [ , , "[2-578]\\d{7}" , , , , , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "(?:(?:2(?:62|77)0|3444)\\d|4[56]440)\\d{3}|(?:34|4[357])700\\d{3}|(?:2(?:[23]\\d|5[0-578]|6[01]|82)|3(?:1[3-68]|[23][2-68]|4[23568])|4(?:[23][2-68]|4[3-68]|5[2568]|6[25-8]|7[24-68]|8[4-68]))\\d{5}" , , , , "22012345" , , , , [ 6 , 7 ] ] , [ , , "7(?:3555|4(?:60\\d|747)|94(?:[01]\\d|2[0-4]))\\d{3}|7(?:[0-25-8]\\d|3[1-4]|42|9[23])\\d{5}" , , , , "72345678" ] , [ , , "800\\d{5}" , , , , "80012345" ] , [ , , "5[02-9]\\d{6}" , , , , "50012345" ] ,
[ , , "8(?:0[1-9]|[1-9]\\d)\\d{5}" , , , , "80123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MK" , 389 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "2|34[47]|4(?:[37]7|5[47]|64)" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[347]" ] , "0$1" ] , [ , "(\\d{3})(\\d)(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[58]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , ML : [ , [ , , "[24-9]\\d{7}" , , , , , , , [ 8 ] ] , [ , , "2(?:07[0-8]|12[67])\\d{4}|(?:2(?:02|1[4-689])|4(?:0[0-4]|4[1-39]))\\d{5}" , , , , "20212345" ] ,
[ , , "2(?:0(?:01|79)|17\\d)\\d{4}|(?:5[01]|[679]\\d|8[23 9])\\d{6}" , , , , "65012345" ] , [ , , "80\\d{6}" , , , , "80012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "ML" , 223 , "00" , , , , , , , , [ [ , "(\\d{4})" , "$1" , [ "67[057-9]|74[045]" , "67(?:0[09]|[59]9|77|8[89])|74(?:0[02]|44|55)" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24-9]" ] ] ] , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "80\\d{6}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MM : [ , [ , , "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}" ,
[ , , "2(?:0(?:01|79)|17\\d)\\d{4}|(?:5[01]|[679]\\d|8[2-4 9])\\d{6}" , , , , "65012345" ] , [ , , "80\\d{6}" , , , , "80012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "ML" , 223 , "00" , , , , , , , , [ [ , "(\\d{4})" , "$1" , [ "67[057-9]|74[045]" , "67(?:0[09]|[59]9|77|8[89])|74(?:0[02]|44|55)" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24-9]" ] ] ] , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[24-9]" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "80\\d{6}" ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MM : [ , [ , , "1\\d{5,7}|95\\d{6}|(?:[4-7]|9[0-46-9])\\d{6,8}|(?:2|8\\d)\\d{5,8}" ,
, , , , , , [ 6 , 7 , 8 , 9 , 10 ] , [ 5 ] ] , [ , , "(?:1(?:(?:2\\d|3[56]|[89][0-6])\\d|4(?:2[2-469]|39|46|6[25]|7[0-3]|83)|6)|2(?:2(?:00|8[34])|4(?:0\\d|2[246]|39|46|62|7[0-3]|83)|51\\d\\d)|4(?:2(?:2\\d\\d|48[0-3])|3(?:20\\d|4(?:70|83)|56)|420\\d|5470)|6(?:0(?:[23]|88\\d)|(?:124|[56]2\\d)\\d|247[23]|3(?:20\\d|470)|4(?:2[04]\\d|47[23])|7(?:(?:3\\d|8[01459])\\d|4(?:39|60|7[013]))))\\d{4}|5(?:2(?:2\\d{5,6}|47[023]\\d{4})|(?:347[23]|4(?:2(?:1|86)|470)|522\\d|6(?:20\\d|483)|7(?:20\\d|48[0-2])|8(?:20\\d|47[02])|9(?:20\\d|47[01]))\\d{4})|7(?:(?:0470|4(?:25\\d|470)|5(?:202|470|96\\d))\\d{4}|1(?:20\\d{4,5}|4(?:70|83)\\d{4}))|8(?:1(?:2\\d{5,6}|4(?:10|7[01]\\d)\\d{3})|2(?:2\\d{5,6}|(?:320|490\\d)\\d{3})|(?:3(?:2\\d\\d|470)|4[24-7]|5(?:2\\d|4[1-9]|51)\\d|6[23])\\d{4})|(?:1[2-6]\\d|4(?:2[24-8]|3[2-7]|[46][2-6]|5[3-5])|5(?:[27][2-8]|3[2-68]|4[24-8]|5[23]|6[2-4]|8[24-7]|9[2-7])|6(?:[19]20|42[03-6]|(?:52|7[45])\\d)|7(?:[04][24-8]|[15][2-7]|22|3[2-4])|8(?:1[2-689]|2[2-8]|[35]2\\d))\\d{4}|25\\d{5,6}|(?:2[2-9]|6(?:1[2356]|[24][2-6]|3[24-6]|5[2-4]|6[2-8]|7[235-7]|8[245]|9[24])|8(?:3[24]|5[245]))\\d{4}" ,
, , , "1234567" , , , [ 6 , 7 , 8 , 9 ] , [ 5 ] ] , [ , , "(?:17[01]|9(?:2(?:[0-4]|[56]\\d\\d)|(?:3(?:[0-36]|4\\d)|(?:6\\d|9[4-8])\\d|7(?:3|40|[5-9]\\d)|8(?:78|[89]\\d))\\d|4(?:(?:[0245]\\d|[1379])\\d|88)|5[0-6])\\d)\\d{4}|9[69]1\\d{6}|9(?:[68]\\d|9[089])\\d{5}" , , , , "92123456" , , , [ 7 , 8 , 9 , 10 ] ] , [ , , "80080(?:[01][1-9]|2\\d)\\d{3}" , , , , "8008001234" , , , [ 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "1333\\d{4}|[12]468\\d{4}" , , , , "13331234" , , , [ 8 ] ] , "MM" , 95 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "16|2" ] , "0$1" ] ,
[ , "(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "[45]|6(?:0[23]|[1-689]|7[235-7])|7(?:[0-4]|5[2-7])|8[1-6]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[12]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "[4-7]|8[1-35]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{4,6})" , "$1 $2 $3" , [ "9(?:2[0-4]|[35-9]|4[137-9])" ] , "0$1" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3 $4" , [ "92" ] , "0$1" ] , [ , "(\\d)(\\d{5})(\\d{4})" , "$1 $2 $3" ,
[ "9" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MN : [ , [ , , "[12]\\d{7,9}|[57 -9]\\d{7}" , , , , , , , [ 8 , 9 , 10 ] , [ 4 , 5 , 6 ] ] , [ , , "[12]2[1-3]\\d{5,6}|7(?:0[0-5]\\d|128)\\d{4}|(?:[12](?:1|27)|5[368])\\d{6}|[12](?:3[2-8]|4[2-68]|5[1-4689])\\d{6,7}" , , , , "53123456" , , , , [ 4 , 5 , 6 ] ] , [ , , "(?:83[01]|920)\\d{5}|(?:5[05]|8[015689]|9[013-9])\\d{6}" , , , , "88123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "712[0-79]\\d{4}|7(?:1[013-9]|[25-8]\\d)\\d{5}" , , , , "75123456" ,
, , [ 8 ] ] , "MN" , 976 , "001" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "[12]1" ] , "0$1" ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[57 -9]" ] ] , [ , "(\\d{3})(\\d{5,6})" , "$1 $2" , [ "[12]2[1-3]" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "[12](?:27|3[2-8]|4[2-68]|5[1-4689])" , "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "[12]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MO : [ , [ , , "0800\\d{3}|(?:28|[68]\\d)\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:28[2-9]|8(?:11|[2-57-9]\\d))\\d{5}" ,
[ "9" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MN : [ , [ , , "[12]\\d{7,9}|[5-9]\\d{7}" , , , , , , , [ 8 , 9 , 10 ] , [ 4 , 5 , 6 ] ] , [ , , "[12]2[1-3]\\d{5,6}|7(?:0[0-5]\\d|128)\\d{4}|(?:[12](?:1|27)|5[368])\\d{6}|[12](?:3[2-8]|4[2-68]|5[1-4689])\\d{6,7}" , , , , "53123456" , , , , [ 4 , 5 , 6 ] ] , [ , , "(?:83[01]|920)\\d{5}|(?:5[05]|6[06 ]|8[015689]|9[013-9])\\d{6}" , , , , "88123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "712[0-79]\\d{4}|7(?:1[013-9]|[25-8]\\d)\\d{5}" , , , , "75123456" ,
, , [ 8 ] ] , "MN" , 976 , "001" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{2})(\\d{4})" , "$1 $2 $3" , [ "[12]1" ] , "0$1" ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[5-9]" ] ] , [ , "(\\d{3})(\\d{5,6})" , "$1 $2" , [ "[12]2[1-3]" ] , "0$1" ] , [ , "(\\d{4})(\\d{5,6})" , "$1 $2" , [ "[12](?:27|3[2-8]|4[2-68]|5[1-4689])" , "[12](?:27|3[2-8]|4[2-68]|5[1-4689])[0-3]" ] , "0$1" ] , [ , "(\\d{5})(\\d{4,5})" , "$1 $2" , [ "[12]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MO : [ , [ , , "0800\\d{3}|(?:28|[68]\\d)\\d{6}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:28[2-9]|8(?:11|[2-57-9]\\d))\\d{5}" ,
, , , "28212345" , , , [ 8 ] ] , [ , , "6800[0-79]\\d{3}|6(?:[235]\\d\\d|6(?:0[0-5]|[1-9]\\d)|8(?:0[1-9]|[14-8]\\d|2[5-9]|[39][0-4]))\\d{4}" , , , , "66123456" , , , [ 8 ] ] , [ , , "0800\\d{3}" , , , , "0800501" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MO" , 853 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "0" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[268]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MP : [ , [ , , "[58]\\d{9}|(?:67|90)0\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "670(?:2(?:3[3-7]|56|8[4-8])|32[1-38]|4(?:33|8[348])|5(?:32|55|88)|6(?:64|70|82)|78[3589]|8[3-9]8|989)\\d{4}" ,
, , , "6702345678" , , , , [ 7 ] ] , [ , , "670(?:2(?:3[3-7]|56|8[4-8])|32[1-38]|4(?:33|8[348])|5(?:32|55|88)|6(?:64|70|82)|78[3589]|8[3-9]8|989)\\d{4}" , , , , "6702345678" , , , , [ 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[125-7]|33|44|66|77|88)[2-9]\\d{6}" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MP" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "670$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "670" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MQ : [ , [ , , "(?:69|80)\\d{7}|(?:59|97)6\\d{6}" , , , , , , , [ 9 ] ] , [ , , "596(?:[04-7]\\d|10|2[7-9]|3[014 -9]|8[09]|9[4-9])\\d{4}" , , , , "596301234" ] , [ , , "69(?:6(?:[0-46-9]\\d|5[0-6])|727)\\d{4}" , , , , "696201234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976(?:6\\d|7[0-367])\\d{4}" , , , , "976612345" ] , "MQ" , 596 , "00" , "0" , , , "0" ,
, , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MR : [ , [ , , "(?:[2-4]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "(?:25[08]|35\\d|45[1-7])\\d{5}" , , , , "35123456" ] , [ , , "[2-4][0-46-9]\\d{6}" , , , , "22123456" ] , [ , , "800\\d{5}" , , , , "80012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MR" , 222 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MP" , 1 , "011" , "1" , , , "1|([2-9]\\d{6})$" , "670$1" , , 1 , , , [ , , , , , , , , , [ - 1 ] ] , , "670" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MQ : [ , [ , , "(?:69|80)\\d{7}|(?:59|97)6\\d{6}" , , , , , , , [ 9 ] ] , [ , , "596(?:[03-7]\\d|10|2[7 -9]|8[09]|9[4-9])\\d{4}" , , , , "596301234" ] , [ , , "69(?:6(?:[0-46-9]\\d|5[0-6])|727)\\d{4}" , , , , "696201234" ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "976(?:6\\d|7[0-367])\\d{4}" , , , , "976612345" ] , "MQ" , 596 , "00" , "0" , , , "0" , , , , [ [ ,
"(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[569]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MR : [ , [ , , "(?:[2-4]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "(?:25[08]|35\\d|45[1-7])\\d{5}" , , , , "35123456" ] , [ , , "[2-4][0-46-9]\\d{6}" , , , , "22123456" ] , [ , , "800\\d{5}" , , , , "80012345" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "MR" , 222 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" ,
[ "[2-48]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MS : [ , [ , , "(?:[58]\\d\\d|664|900)\\d{7}" , , , , , , , [ 10 ] , [ 7 ] ] , [ , , "6644(?:1[0-3]|91)\\d{4}" , , , , "6644912345" , , , , [ 7 ] ] , [ , , "664(?:3(?:49|9[1-6])|49[2-6])\\d{4}" , , , , "6644923456" , , , , [ 7 ] ] , [ , , "8(?:00|33|44|55|66|77|88)[2-9]\\d{6}" , , , , "8002123456" ] , [ , , "900[2-9]\\d{6}" , , , , "9002123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "52(?:3(?:[2-46-9][02-9]\\d|5(?:[02-46-9]\\d|5[0-46-9]))|4(?:[2-478][02-9]\\d|5(?:[034]\\d|2[024-9]|5[0-46-9])|6(?:0[1-9]|[2-9]\\d)|9(?:[05-9]\\d|2[0-5]|49)))\\d{4}|52[34][2-9]1[02-9]\\d{4}|5(?:00|2[125-7]|33|44|66|77|88)[2-9]\\d{6}" ,
, , , "5002345678" ] , [ , , , , , , , , , [ - 1 ] ] , "MS" , 1 , "011" , "1" , , , "1|([34]\\d{6})$" , "664$1" , , , , , [ , , , , , , , , , [ - 1 ] ] , , "664" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MT : [ , [ , , "3550\\d{4}|(?:[2579]\\d\\d|800)\\d{5}" , , , , , , , [ 8 ] ] , [ , , "20(?:3[1-4]|6[059])\\d{4}|2(?:0[19]|[1-357]\\d|60)\\d{5}" , , , , "21001234" ] , [ , , "(?:7(?:210|[79]\\d\\d)|9(?:[29]\\d\\d|69[67]|8(?:1[1-3]|89|97)))\\d{4}" , , , , "96961234" ] , [ , , "800(?:02|[3467]\\d)\\d{3}" , , , , "80071234" ] , [ , , "5(?:0(?:0(?:37|43)|(?:6\\d|70|9[0168])\\d)|[12]\\d0[1-5])\\d{3}" , , , ,
"50037123" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "3550\\d{4}" , , , , "35501234" ] , "MT" , 356 , "00" , , , , , , , , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2357-9]" ] ] ] , , [ , , "7117\\d{4}" , , , , "71171234" ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "501\\d{5}" , , , , "50112345" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , MU : [ , [ , , "(?:5|8\\d\\d)\\d{7}|[2-468]\\d{6}" , , , , , , , [ 7 , 8 , 10 ] ] , [ , , "(?:2(?:[0346-8]\\d|1[0-7])|4(?:[013568]\\d|2[4-7])|54(?:[3-5]\\d|71)|6\\d\\d|8(?:14|3[129]))\\d{4}" , , , , "54480123" , , , [ 7 , 8 ] ] , [ , , "5(?:4(?:2[1-389]|7[1-9])|87[15-8])\\d{4}|5(?:2[5-9]|4[3-689]|[57]\\d|8[0-689]|9[0-8])\\d{5}" ,
@ -347,18 +344,18 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
"(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1[16-8]|2[259]|3[124]|4[17-9]|5[124679]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1-578]|91" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{5})" , "$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ [ , "(\\d{3})(\\d{4,7})" , "$1 $2" , [ "[89]0" ] , "0$1" ] , [ , "(\\d{2})(\\d{7})" , "$1 $2" , [ "66" ] , "0$1" ] , [ , "(\\d)(\\d{8})" , "$1 $2" , [ "6" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "1[16-8]|2[259]|3[124]|4[17-9]|5[124679]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[1-578]|91" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{5})" ,
"$1 $2 $3" , [ "9" ] , "0$1" ] ] , [ , , "66\\d{7}" , , , , "662345678" , , , [ 9 ] ] , , , [ , , "140(?:1[035]|2[0346]|3[03568]|4[0356]|5[0358]|8[458])|140(?:1[16-8]|2[259]|3[124]|4[17-9]|5[124679]|7)\\d" , , , , , , , [ 5 , 6 ] ] , [ , , "140(?:1[035]|2[0346]|3[03568]|4[0356]|5[0358]|8[458])|(?:140(?:1[16-8]|2[259]|3[124]|4[17-9]|5[124679]|7)|8[478]\\d{6})\\d" , , , , "14020" , , , [ 5 , 6 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NO : [ , [ , , "(?:0|[2-9]\\d{3})\\d{4}" , , , , , , , [ 5 , 8 ] ] , [ , , "(?:2[1-4]|3[1-3578]|5[1-35-7]|6[1-4679]|7[0-8])\\d{6}" , , , , "21234567" , , , [ 8 ] ] , [ , , "(?:4[015-8]|59|9\\d)\\d{6}" ,
, , , "40612345" , , , [ 8 ] ] , [ , , "80[01]\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "82[09]\\d{5}" , , , , "82012345" , , , [ 8 ] ] , [ , , "810(?:0[0-6]|[2-8]\\d)\\d{3}" , , , , "81021234" , , , [ 8 ] ] , [ , , "880\\d{5}" , , , , "88012345" , , , [ 8 ] ] , [ , , "85[0-5]\\d{5}" , , , , "85012345" , , , [ 8 ] ] , "NO" , 47 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{2})(\\d{3})" , "$1 $2 $3" , [ "[489]|59" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[235-7]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , 1 , "[02-689]|7[0-8]" , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}" , , , , "02000" ] , , , [ , , "81[23]\\d{5}" ,
, , , "81212345" , , , [ 8 ] ] ] , NP : [ , [ , , "(?:1\\d|9)\\d{9}|[1-9]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] , [ 6 , 7 ] ] , [ , , "(?:1[0-6]\\d|99[02-6])\\d{5}|(?:2[13-79]|3[135-8]|4[146-9]|5[135-7]|6[13-9]|7[15-9]|8[1-46-9]|9[1-7])[2-6]\\d{5}" , , , , "14567890" , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "9(?:6[0-3]|7[24-6]|8[0-24-68])\\d{7}" , , , , "9841234567" , , , [ 10 ] ] , [ , , "1(?:66001|800\\d\\d)\\d{5}" , , , , "16600101234" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NP" , 977 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{7})" , "$1-$2" , [ "1[2-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6})" ,
"$1-$2" , [ "1[01]|[2-8]|9(?:[1-57 9]|6[2-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1-$2" , [ "9" ] ] , [ , "(\\d{4})(\\d{2})(\\d{5})" , "$1-$2-$3" , [ "1" ] ] ] , [ [ , "(\\d)(\\d{7})" , "$1-$2" , [ "1[2-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6})" , "$1-$2" , [ "1[01]|[2-8]|9(?:[1-57 9]|6[2-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1-$2" , [ "9" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NR : [ , [ , , "(?:444|(?:55|8\\d)\\d|666)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "444\\d{4}" , , , , "4441234" ] , [ , , "(?:55[3-9]|666|8\\d\\d)\\d{4}" , , , , "5551234" ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NR" , 674 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[4-68]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NU : [ , [ , , "(?:[47]|888\\d)\\d{3}" , , , , , , , [ 4 , 7 ] ] , [ , , "[47]\\d{3}" , , , , "7012" , , , [ 4 ] ] , [ , , "888[4-9]\\d{3}" , , , , "8884012" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NU" , 683 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
, , [ , , , , , , , , , [ - 1 ] ] ] , NZ : [ , [ , , "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 ] ] , [ , , "24099\\d{3}|(?:3[2-79]|[49][2-9]|6[235-9]|7[2-57-9])\\d{6}" , , , , "32345678" , , , [ 8 ] , [ 7 ] ] , [ , , "2[0-27-9]\\d{7,8}|21\\d{6}" , , , , "211234567" , , , [ 8 , 9 , 10 ] ] , [ , , "508\\d{6,7}|80\\d{6,8}" , , , , "800123456" , , , [ 8 , 9 , 10 ] ] , [ , , "(?:11\\d{5}|50(?:0[08]|30|66|77|88))\\d{3}|90\\d{6,8}" , , , , "900123456" , , , [ 7 , 8 , 9 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{7}" , , , , "701234567" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
"NZ" , 64 , "0(?:0|161)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,8})" , "$1 $2" , [ "8[1-579]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "50[036-8]|[89]0" , "50(?:[0367]|88)|[89]0" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "24|[346]|7[2-57-9]|9[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2(?:10|74)|[59]|80" ] , "0$1" ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "1|2[028]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,5})" , "$1 $2 $3" , [ "2(?:[169]|7[0-35-9])|7|86" ] , "0$1" ] ] , , [ , , "[28]6\\d{6,7}" , , , , "26123456" ,
, , [ 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "8(?:1[6-9]|22|3\\d|4[045]|5[459]|7[0-3579]|90)\\d{2,7}" , , , , "83012378" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , OM : [ , [ , , "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "2[2-6]\\d{6}" , , , , "23123456" , , , [ 8 ] ] , [ , , "1505\\d{4}|(?:7(?:[1289]\\d|7[0-4])|9(?:0[1-9]|[1-9]\\d))\\d{5}" , , , , "92123456" , , , [ 8 ] ] , [ , , "8007\\d{4,5}|(?:500|800[05])\\d{4}" , , , , "80071234" ] , [ , , "900\\d{5}" , , , , "90012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "OM" , 968 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4,6})" ,
, , , "81212345" , , , [ 8 ] ] ] , NP : [ , [ , , "(?:1\\d|9)\\d{9}|[1-9]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] , [ 6 , 7 ] ] , [ , , "(?:1[0-6]\\d|99[02-6])\\d{5}|(?:2[13-79]|3[135-8]|4[146-9]|5[135-7]|6[13-9]|7[15-9]|8[1-46-9]|9[1-7])[2-6]\\d{5}" , , , , "14567890" , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "9(?:6[0-3]|7[0 24-6]|8[0-24-68])\\d{7}" , , , , "9841234567" , , , [ 10 ] ] , [ , , "1(?:66001|800\\d\\d)\\d{5}" , , , , "16600101234" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NP" , 977 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{7})" , "$1-$2" , [ "1[2-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6})" ,
"$1-$2" , [ "1[01]|[2-8]|9(?:[1-59]|[ 67] [2-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1-$2" , [ "9" ] ] , [ , "(\\d{4})(\\d{2})(\\d{5})" , "$1-$2-$3" , [ "1" ] ] ] , [ [ , "(\\d)(\\d{7})" , "$1-$2" , [ "1[2-6]" ] , "0$1" ] , [ , "(\\d{2})(\\d{6})" , "$1-$2" , [ "1[01]|[2-8]|9(?:[1-59]|[ 67] [2-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{7})" , "$1-$2" , [ "9" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NR : [ , [ , , "(?:444|(?:55|8\\d)\\d|666)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "444\\d{4}" , , , , "4441234" ] , [ , , "(?:55[3-9]|666|8\\d\\d)\\d{4}" , , , , "5551234" ] , [ , , , , , ,
, , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NR" , 674 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[4-68]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NU : [ , [ , , "(?:[47]|888\\d)\\d{3}" , , , , , , , [ 4 , 7 ] ] , [ , , "[47]\\d{3}" , , , , "7012" , , , [ 4 ] ] , [ , , "888[4-9]\\d{3}" , , , , "8884012" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "NU" , 683 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , NZ : [ , [ , , "[29]\\d{7,9}|50\\d{5}(?:\\d{2,3})?|6[0-35-9]\\d{6}|7\\d{7,8}|8\\d{4,9}|(?:11\\d|[34])\\d{7}" , , , , , , , [ 5 , 6 , 7 , 8 , 9 , 10 ] ] , [ , , "24099\\d{3}|(?:3[2-79]|[49][2-9]|6[235-9]|7[2-57-9])\\d{6}" , , , , "32345678" , , , [ 8 ] , [ 7 ] ] , [ , , "2[0-27-9]\\d{7,8}|21\\d{6}" , , , , "211234567" , , , [ 8 , 9 , 10 ] ] , [ , , "508\\d{6,7}|80\\d{6,8}" , , , , "800123456" , , , [ 8 , 9 , 10 ] ] , [ , , "(?:11\\d{5}|50(?:0[08]|30|66|77|88))\\d{3}|90\\d{6,8}" , , , , "900123456" , , , [ 7 , 8 , 9 , 10 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "70\\d{7}" , , , , "701234567" , , , [ 9 ] ] , [ ,
, , , , , , , , [ - 1 ] ] , "NZ" , 64 , "0(?:0|161)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,8})" , "$1 $2" , [ "8[1-579]" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "50[036-8]|[89]0" , "50(?:[0367]|88)|[89]0" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "24|[346]|7[2-57-9]|9[2-9]" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3,4})" , "$1 $2 $3" , [ "2(?:10|74)|[59]|80" ] , "0$1" ] , [ , "(\\d{2})(\\d{3,4})(\\d{4})" , "$1 $2 $3" , [ "1|2[028]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3,5})" , "$1 $2 $3" , [ "2(?:[169]|7[0-35-9])|7|86" ] , "0$1" ] ] , , [ , , "[28]6\\d{6,7}" ,
, , , "26123456" , , , [ 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "8(?:1[6-9]|22|3\\d|4[045]|5[459]|7[0-3579]|90)\\d{2,7}" , , , , "83012378" ] , , , [ , , , , , , , , , [ - 1 ] ] ] , OM : [ , [ , , "(?:1505|[279]\\d{3}|500)\\d{4}|800\\d{5,6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "2[2-6]\\d{6}" , , , , "23123456" , , , [ 8 ] ] , [ , , "1505\\d{4}|(?:7(?:[1289]\\d|7[0-4])|9(?:0[1-9]|[1-9]\\d))\\d{5}" , , , , "92123456" , , , [ 8 ] ] , [ , , "8007\\d{4,5}|(?:500|800[05])\\d{4}" , , , , "80071234" ] , [ , , "900\\d{5}" , , , , "90012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "OM" , 968 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4,6})" ,
"$1 $2" , [ "[58]" ] ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "2" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[179]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PA : [ , [ , , "(?:00800|8\\d{3})\\d{6}|[68]\\d{7}|[1-57-9]\\d{6}" , , , , , , , [ 7 , 8 , 10 , 11 ] ] , [ , , "(?:1(?:0\\d|1[479]|2[37]|3[0137]|4[17]|5[05]|6[58]|7[0167]|8[258]|9[1389])|2(?:[0235-79]\\d|1[0-7]|4[013-9]|8[02-9])|3(?:[089]\\d|1[0-7]|2[0-5]|33|4[0-79]|5[0-35]|6[068]|7[0-8])|4(?:00|3[0-579]|4\\d|7[0-57-9])|5(?:[01]\\d|2[0-7]|[56]0|79)|7(?:0[09]|2[0-26-8]|3[03]|4[04]|5[05-9]|6[056]|7[0-24-9]|8[5-9]|90)|8(?:09|2[89]|3\\d|4[0-24-689]|5[014]|8[02])|9(?:0[5-9]|1[0135-8]|2[036-9]|3[35-79]|40|5[0457-9]|6[05-9]|7[04-9]|8[35-8]|9\\d))\\d{4}" ,
, , , "2001234" , , , [ 7 ] ] , [ , , "(?:1[16]1|21[89]|6\\d{3}|8(?:1[01]|7[23]))\\d{4}" , , , , "61234567" , , , [ 7 , 8 ] ] , [ , , "800\\d{4,5}|(?:00800|800\\d)\\d{6}" , , , , "8001234" ] , [ , , "(?:8(?:22|55|60|7[78]|86)|9(?:00|81))\\d{4}" , , , , "8601234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PA" , 507 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1-$2" , [ "[1-57-9]" ] ] , [ , "(\\d{4})(\\d{4})" , "$1-$2" , [ "[68]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PE : [ , [ , , "(?:[14-8]|9\\d)\\d{7}" ,
, , , , , , [ 8 , 9 ] , [ 6 , 7 ] ] , [ , , "(?:(?:4[34]|5[14])[0-8]\\d|7(?:173|3[0-8]\\d)|8(?:10[05689]|6(?:0[06-9]|1[6-9]|29)|7(?:0[569]|[56]0)))\\d{4}|(?:1[0-8]|4[12]|5[236]|6[1-7]|7[246]|8[2-4])\\d{6}" , , , , "11234567" , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "9\\d{8}" , , , , "912345678" , , , [ 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "805\\d{5}" , , , , "80512345" , , , [ 8 ] ] , [ , , "801\\d{5}" , , , , "80112345" , , , [ 8 ] ] , [ , , "80[24]\\d{5}" , , , , "80212345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PE" , 51 , "19(?:1[124]|77|90)00" , "0" , " Anexo " , , "0" , , , , [ [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "80" ] , "(0$1)" ] ,
[ , "(\\d)(\\d{7})" , "$1 $2" , [ "1" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[4-8]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PF : [ , [ , , "4\\d{5}(?:\\d{2})?|8\\d{7,8}" , , , , , , , [ 6 , 8 , 9 ] ] , [ , , "4(?:0[4-689]|9[4-68])\\d{5}" , , , , "40412345" , , , [ 8 ] ] , [ , , "8[7-9]\\d{6}" , , , , "87123456" , , , [ 8 ] ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "499\\d{5}" , , , , "49901234" , , , [ 8 ] ] , "PF" , 689 , "00" , , , , , , , , [ [ ,
"(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "44" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "4|8[7-9]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "44\\d{4}" , , , , , , , [ 6 ] ] , [ , , "44\\d{4}" , , , , "440123" , , , [ 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PG : [ , [ , , "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:(?:3[0-2]|4[257]|5[34]|9[78])\\d|64[1-9]|85[02-46-9])\\d{4}" , , , , "3123456" , , , [ 7 ] ] , [ , , "(?:7\\d|8[128])\\d{6}" , , , , "70123456" , , , [ 8 ] ] , [ , , "180\\d{4}" , , , , "1801234" ,
, , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "2(?:0[0-47]|7[568])\\d{4}" , , , , "2751234" , , , [ 7 ] ] , "PG" , 675 , "00|140[1-3]" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "18|[2-69]|85" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[78]" ] ] ] , , [ , , "27[01]\\d{4}" , , , , "2700123" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PH : [ , [ , , "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}" , , , , , , , [ 6 , 8 , 9 , 10 , 11 , 12 , 13 ] , [ 4 , 5 , 7 ] ] , [ , , "(?:(?:2[3-8]|3[2-68]|4[2-9]|5[2-6]|6[2-58]|7[24578])\\d{3}|88(?:22\\d\\d|42))\\d{4}|(?:2|8[2-8]\\d\\d)\\d{5}" ,
, , , , , , [ 8 , 9 ] , [ 6 , 7 ] ] , [ , , "(?:(?:4[34]|5[14])[0-8]\\d|7(?:173|3[0-8]\\d)|8(?:10[05689]|6(?:0[06-9]|1[6-9]|29)|7(?:0[569]|[56]0)))\\d{4}|(?:1[0-8]|4[12]|5[236]|6[1-7]|7[246]|8[2-4])\\d{6}" , , , , "11234567" , , , [ 8 ] , [ 6 , 7 ] ] , [ , , "9\\d{8}" , , , , "912345678" , , , [ 9 ] ] , [ , , "800\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "805\\d{5}" , , , , "80512345" , , , [ 8 ] ] , [ , , "801\\d{5}" , , , , "80112345" , , , [ 8 ] ] , [ , , "80[24]\\d{5}" , , , , "80212345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PE" , 51 , "00| 19(?:1[124]|77|90)00" , "0" , " Anexo " , , "0" , , "00" , , [ [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "80" ] ,
"(0$1)" ] , [ , "(\\d)(\\d{7})" , "$1 $2" , [ "1" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[4-8]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PF : [ , [ , , "4\\d{5}(?:\\d{2})?|8\\d{7,8}" , , , , , , , [ 6 , 8 , 9 ] ] , [ , , "4(?:0[4-689]|9[4-68])\\d{5}" , , , , "40412345" , , , [ 8 ] ] , [ , , "8[7-9]\\d{6}" , , , , "87123456" , , , [ 8 ] ] , [ , , "80[0-5]\\d{6}" , , , , "800012345" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "499\\d{5}" , , , , "49901234" , , , [ 8 ] ] , "PF" , 689 , "00" ,
, , , , , , , [ [ , "(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3" , [ "44" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "4|8[7-9]" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , "44\\d{4}" , , , , , , , [ 6 ] ] , [ , , "44\\d{4}" , , , , "440123" , , , [ 6 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PG : [ , [ , , "(?:180|[78]\\d{3})\\d{4}|(?:[2-589]\\d|64)\\d{5}" , , , , , , , [ 7 , 8 ] ] , [ , , "(?:(?:3[0-2]|4[257]|5[34]|9[78])\\d|64[1-9]|85[02-46-9])\\d{4}" , , , , "3123456" , , , [ 7 ] ] , [ , , "(?:7\\d|8[128])\\d{6}" , , , , "70123456" , , , [ 8 ] ] , [ , , "180\\d{4}" , , ,
, "1801234" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "2(?:0[0-47]|7[568])\\d{4}" , , , , "2751234" , , , [ 7 ] ] , "PG" , 675 , "00|140[1-3]" , , , , , , "00" , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "18|[2-69]|85" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[78]" ] ] ] , , [ , , "27[01]\\d{4}" , , , , "2700123" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PH : [ , [ , , "(?:[2-7]|9\\d)\\d{8}|2\\d{5}|(?:1800|8)\\d{7,9}" , , , , , , , [ 6 , 8 , 9 , 10 , 11 , 12 , 13 ] , [ 4 , 5 , 7 ] ] , [ , , "(?:(?:2[3-8]|3[2-68]|4[2-9]|5[2-6]|6[2-58]|7[24578])\\d{3}|88(?:22\\d\\d|42))\\d{4}|(?:2|8[2-8]\\d\\d)\\d{5}" ,
, , , "232345678" , , , [ 6 , 8 , 9 , 10 ] , [ 4 , 5 , 7 ] ] , [ , , "(?:8(?:1[37]|9[5-8])|9(?:0[5-9]|1[0-24-9]|[235-7]\\d|4[2-9]|8[135-9]|9[1-9]))\\d{7}" , , , , "9051234567" , , , [ 10 ] ] , [ , , "1800\\d{7,9}" , , , , "180012345678" , , , [ 11 , 12 , 13 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PH" , 63 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{5})" , "$1 $2" , [ "2" ] , "(0$1)" ] , [ , "(\\d{4})(\\d{4,6})" , "$1 $2" , [ "3(?:23|39|46)|4(?:2[3-6]|[35]9|4[26]|76)|544|88[245]|(?:52|64|86)2" , "3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59[347]|76[15])|5(?:221|446)|642[23]|8(?:622|8(?:[24]2|5[13]))" ] ,
"(0$1)" ] , [ , "(\\d{5})(\\d{4})" , "$1 $2" , [ "346|4(?:27|9[35])|883" , "3469|4(?:279|9(?:30|56))|8834" ] , "(0$1)" ] , [ , "(\\d)(\\d{4})(\\d{4})" , "$1 $2 $3" , [ "2" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[3-7]|8[2-8]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[89]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] , [ , "(\\d{4})(\\d{1,2})(\\d{3})(\\d{4})" , "$1 $2 $3 $4" , [ "1" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PK : [ , [ , , "122\\d{6}|[24-8]\\d{10,11}|9(?:[013-9]\\d{8,10}|2(?:[01]\\d\\d|2(?:[06-8]\\d|1[01]))\\d{7})|(?:[2-8]\\d{3}|92(?:[0-7]\\d|8[1-9]))\\d{6}|[24-9]\\d{8}|[89]\\d{7}" ,
, , , , , , [ 8 , 9 , 10 , 11 , 12 ] , [ 5 , 6 , 7 ] ] , [ , , "(?:(?:21|42)[2-9]|58[126])\\d{7}|(?:2[25]|4[0146-9]|5[1-35-7]|6[1-8]|7[14]|8[16]|91)[2-9]\\d{6,7}|(?:2(?:3[2358]|4[2-4]|9[2-8])|45[3479]|54[2-467]|60[468]|72[236]|8(?:2[2-689]|3[23578]|4[3478]|5[2356])|9(?:2[2-8]|3[27-9]|4[2-6]|6[3569]|9[25-8]))[2-9]\\d{5,6}" , , , , "2123456789" , , , [ 9 , 10 ] , [ 5 , 6 , 7 , 8 ] ] , [ , , "3(?:[0-24]\\d|3[0-7]|55|64)\\d{7}" , , , , "3012345678" , , , [ 10 ] ] , [ , , "800\\d{5}(?:\\d{3})?" , , , , "80012345" , , , [ 8 , 11 ] ] , [ , , "900\\d{5}" , , , , "90012345" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "122\\d{6}" ,
@ -373,7 +370,7 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
, , , "760123456" ] , [ , , "80(?:8\\d|9[1579])\\d{5}" , , , , "808123456" ] , [ , , "884[0-4689]\\d{5}" , , , , "884123456" ] , [ , , "30\\d{7}" , , , , "301234567" ] , "PT" , 351 , "00" , , , , , , , , [ [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "2[12]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "16|[236-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "70(?:7\\d|8[17])\\d{5}" , , , , "707123456" ] , , , [ , , "600\\d{6}" , , , , "600110000" ] ] , PW : [ , [ , , "(?:[24-8]\\d\\d|345|900)\\d{4}" , , , , , , , [ 7 ] ] , [ , , "(?:2(?:55|77)|345|488|5(?:35|44|87)|6(?:22|54|79)|7(?:33|47)|8(?:24|55|76)|900)\\d{4}" ,
, , , "2771234" ] , [ , , "(?:(?:46|83)[0-5]|6[2-4689]0)\\d{4}|(?:45|77|88)\\d{5}" , , , , "6201234" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "PW" , 680 , "01[12]" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "[2-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , PY : [ , [ , , "59\\d{4,6}|9\\d{5,10}|(?:[2-46-8]\\d|5[0-8])\\d{4,7}" , , , , , , , [ 6 , 7 , 8 , 9 , 10 , 11 ] , [ 5 ] ] , [ , , "(?:[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36])\\d{5,7}|(?:2(?:2[4-68]|[4-68]\\d|7[15]|9[1-5])|3(?:18|3[167]|4[2357]|51|[67]\\d)|4(?:3[12]|5[13]|9[1-47])|5(?:[1-4]\\d|5[02-4])|6(?:3[1-3]|44|7[1-8])|7(?:4[0-4]|5\\d|6[1-578]|75|8[0-8])|858)\\d{5,6}" ,
, , , "212345678" , , , [ 7 , 8 , 9 ] , [ 5 , 6 ] ] , [ , , "9(?:51|6[129]|[78][1-6]|9[1-5])\\d{6}" , , , , "961456789" , , , [ 9 ] ] , [ , , "9800\\d{5,7}" , , , , "98000123456" , , , [ 9 , 10 , 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "8700[0-4]\\d{4}" , , , , "870012345" , , , [ 9 ] ] , "PY" , 595 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{3,6})" , "$1 $2" , [ "[2-9]0" ] , "0$1" ] , [ , "(\\d{2})(\\d{5})" , "$1 $2" , [ "[26]1|3[289]|4[1246-8]|7[1-3]|8[1-36]" ] , "(0$1)" ] , [ , "(\\d{3})(\\d{4,5})" , "$1 $2" , [ "2[279]|3[13-5]|4[359]|5|6(?:[34]|7[1-46-8])|7[46-8]|85" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{3,4})" ,
"$1 $2 $3" , [ "2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "87" ] ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "9(?:[5-79]|8[1-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "[2-9]0\\d{4,7}" , , , , "201234567" , , , [ 6 , 7 , 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , QA : [ , [ , , "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "4141\\d{4}|(?:23|4[04])\\d{6}" , , , , "44123456" ,
"$1 $2 $3" , [ "2[14-68]|3[26-9]|4[1246-8]|6(?:1|75)|7[1-35]|8[1-36]" ] , "(0$1)" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "87" ] ] , [ , "(\\d{3})(\\d{6})" , "$1 $2" , [ "9(?:[5-79]|8[1-6])" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[2-8]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "9" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "[2-9]0\\d{4,7}" , , , , "201234567" , , , [ 6 , 7 , 8 , 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , QA : [ , [ , , "[2-7]\\d{7}|800\\d{4}(?:\\d{2})?|2\\d{6}" , , , , , , , [ 7 , 8 , 9 ] ] , [ , , "414[ 1-4] \\d{4}|(?:23|4[04])\\d{6}" , , , , "44123456" ,
, , [ 8 ] ] , [ , , "(?:2[89]|[35-7]\\d)\\d{6}" , , , , "33123456" , , , [ 8 ] ] , [ , , "800\\d{4}(?:\\d{2})?" , , , , "8001234" , , , [ 7 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "QA" , 974 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "2[126]|8" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[2-7]" ] ] ] , , [ , , "2(?:[12]\\d|61)\\d{4}" , , , , "2123456" , , , [ 7 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RE : [ , [ , , "976\\d{6}|(?:26|[68]\\d)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "26(?:2\\d\\d|30[0-5])\\d{4}" , , , , "262161234" ] , [ , , "(?:69(?:2\\d\\d|3(?:0[0-46]|1[013]|2[0-2]|3[0-39]|4\\d|5[0-5]|6[0-6]|7[0-27]|8[0-8]|9[0-479]))|976(?:2[27]|3[0-37]|9\\d))\\d{4}" ,
, , , "692123456" ] , [ , , "80\\d{7}" , , , , "801234567" ] , [ , , "89[1-37-9]\\d{6}" , , , , "891123456" ] , [ , , "8(?:1[019]|2[0156]|84|90)\\d{6}" , , , , "810123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "RE" , 262 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[2689]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , 1 , "26[23]|69|[89]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , RO : [ , [ , , "(?:[2378]\\d|90)\\d{7}|[23]\\d{5}" , , , , , , , [ 6 , 9 ] ] , [ , , "[23][13-6]\\d{7}|(?:2(?:19\\d|[3-6]\\d9)|31\\d\\d)\\d\\d" , , , , "211234567" ] , [ , , "7020\\d{5}|7(?:0[013-9]|1[0-3]|[2-7]\\d|8[03-8]|9[019])\\d{6}" ,
, , , "712034567" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "90[0136]\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "801\\d{6}" , , , , "801123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "RO" , 40 , "00" , "0" , " int " , , "0" , , , , [ [ , "(\\d{3})(\\d{3})" , "$1 $2" , [ "2[3-6]" , "2[3-6]\\d9" ] , "0$1" ] , [ , "(\\d{2})(\\d{4})" , "$1 $2" , [ "219|31" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "[23]1" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[237-9]" ] , "0$1" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:37\\d|80[578])\\d{6}" , , , , "372123456" ,
@ -393,16 +390,16 @@ LY:[,[,,"[2-9]\\d{8}",,,,,,,[9],[7]],[,,"(?:2(?:0[56]|[1-6]\\d|7[124579]|8[124])
"$1-$2 $3 $4" , [ "8" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1-$2 $3 $4" , [ "[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{3})" , "$1-$2 $3 $4" , [ "9" ] , "0$1" ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1-$2 $3 $4 $5" , [ "[26]" ] , "0$1" ] ] , [ [ , "(\\d{2})(\\d{2,3})(\\d{2})" , "$1 $2 $3" , [ "20" ] ] , [ , "(\\d{3})(\\d{4})" , "$1 $2" , [ "9(?:00|39|44|9)" ] ] , [ , "(\\d{2})(\\d{3})(\\d{2})" , "$1 $2 $3" , [ "[12][136]|3[356]|4[0246]|6[03]|90[1-9]" ] ] , [ , "(\\d)(\\d{2,3})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "8" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{2})" , "$1 $2 $3" , [ "1[2457]|2(?:[247-9]|5[0138])|3[0247-9]|4[1357-9]|5[0-35-9]|6(?:[125689]|4[02-57]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] ] , [ , "(\\d{3})(\\d{2,3})(\\d{3})" , "$1 $2 $3" , [ "9(?:00|39|44)" ] ] , [ , "(\\d{2})(\\d{2,3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "1[13689]|2[0136]|3[1356]|4[0246]|54|6[03]|90[1-9]" ] ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "10|7" ] ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" ,
"$1 $2 $3 $4" , [ "[13-5]|2(?:[247-9]|5[0138])|6(?:[124-689]|7[0-2])|9(?:[125-8]|3[02-5]|4[0-3])" ] ] , [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{3})" , "$1 $2 $3 $4" , [ "9" ] ] , [ , "(\\d{3})(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4 $5" , [ "[26]" ] ] ] , [ , , "74[02-9]\\d{6}" , , , , "740123456" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "10[1-8]\\d{6}" , , , , "102345678" , , , [ 9 ] ] , , , [ , , "(?:25[245]|67[3-68])\\d{9}" , , , , "254123456789" , , , [ 12 ] ] ] , SG : [ , [ , , "(?:(?:1\\d|8)\\d\\d|7000)\\d{7}|[3689]\\d{7}" , , , , , , , [ 8 , 10 , 11 ] ] , [ , , "662[0-24-9]\\d{4}|6(?:[0-578]\\d|6[013-57-9]|9[0-35-9])\\d{5}" ,
, , , "61234567" , , , [ 8 ] ] , [ , , "8(?:051 |95[0-2])\\d{4}|(?:8(?:0[1-4]|[1-8]\\d|9[0-4])|9[0-8]\\d)\\d{5}" , , , , "81234567" , , , [ 8 ] ] , [ , , "(?:18|8)00\\d{7}" , , , , "18001234567" , , , [ 10 , 11 ] ] , [ , , "1900\\d{7}" , , , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[12]\\d|666)\\d{5}" , , , , "31234567" , , , [ 8 ] ] , "SG" , 65 , "0[0-3]\\d" , , , , , , , , [ [ , "(\\d{4,5})" , "$1" , [ "1[013-9]|77" , "1(?:[013-8]|9(?:0[1-9]|[1-9]))|77" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1-5]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" ,
"$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1-5]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "7000\\d{7}" , , , , "70001234567" , , , [ 11 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SH : [ , [ , , "(?:[256]\\d|8)\\d{3}" , , , , , , , [ 4 , 5 ] ] , [ , , "2(?:[0-57-9]\\d|6[4-9])\\d\\d" , , , , "22158" ] , [ , , "[56]\\d{4}" , , , , "51234" , , , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "262\\d\\d" , , , , "26212" , , , [ 5 ] ] , "SH" , 290 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , 1 , "[256]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SI : [ , [ , , "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}" , , , , , , , [ 5 , 6 , 7 , 8 ] ] , [ , , "(?:[1-357][2-8]|4[24-8])\\d{6}" , , , , "12345678" , , , [ 8 ] , [ 7 ] ] , [ , , "65(?:1\\d|55|6[01]|70)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}" , , , , "31234567" , , , [ 8 ] ] , [ , , "80\\d{4,6}" , , , , "80123456" , , , [ 6 , 7 , 8 ] ] , [ , , "89[1-3]\\d{2,5}|90\\d{4,6}" , , , , "90123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , ,
, , , , , , , [ - 1 ] ] , [ , , "(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}" , , , , "59012345" , , , [ 8 ] ] , "SI" , 386 , "00|10(?:22|66|88|99)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,6})" , "$1 $2" , [ "8[09]|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "59|8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37][01]|4[0139]|51|6" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[1-57]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SJ : [ , [ , , "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}" ,
, , , , , , [ 5 , 8 ] ] , [ , , "79\\d{6}" , , , , "79123456" , , , [ 8 ] ] , [ , , "(?:4[015-8]|59|9\\d)\\d{6}" , , , , "41234567" , , , [ 8 ] ] , [ , , "80[01]\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "82[09]\\d{5}" , , , , "82012345" , , , [ 8 ] ] , [ , , "810(?:0[0-6]|[2-8]\\d)\\d{3}" , , , , "81021234" , , , [ 8 ] ] , [ , , "880\\d{5}" , , , , "88012345" , , , [ 8 ] ] , [ , , "85[0-5]\\d{5}" , , , , "85012345" , , , [ 8 ] ] , "SJ" , 47 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "79" , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}" , , , , "02000" ] , , , [ , , "81[23]\\d{5}" , , , , "81212345" , , , [ 8 ] ] ] , SK : [ , [ , , "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}" ,
, , , , , , [ 6 , 7 , 9 ] ] , [ , , "(?:2(?:16|[2-9]\\d{3})|(?:(?:[3-5][1-8]\\d|819)\\d|601[1-5])\\d)\\d{4}|(?:2|[3-5][1-8])1[67]\\d{3}|[3-5][1-8]16\\d\\d" , , , , "221234567" ] , [ , , "909[1-9]\\d{5}|9(?:0[1-8]|1[0-24-9]|4[03-57-9]|5\\d)\\d{6}" , , , , "912123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:00|[78]\\d)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[5-9]\\d{7}" , , , , "850123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "6(?:02|5[0-4]|9[0-6])\\d{6}" , , , , "690123456" , , , [ 9 ] ] , "SK" , 421 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" ,
[ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "[3-5][1-8]1" , "[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "909" , "9090" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" , [ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "[3-5][1-8]1" , "[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" ,
"$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ , , "9090\\d{3}" , , , , "9090123" , , , [ 7 ] ] , , , [ , , "9090\\d{3}|(?:602|8(?:00|[5-9]\\d)|9(?:00|[78]\\d))\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "96\\d{7}" , , , , "961234567" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SL : [ , [ , , "(?:[237-9]\\d|66)\\d{6}" , , , , , , , [ 8 ] , [ 6 ] ] , [ , , "22[2-4][2-9]\\d{4}" , , , , "22221234" , , , , [ 6 ] ] , [ , , "(?:25|3[0-5]|66|7[2-9]|8[08]|9[09])\\d{6}" , , , , "25123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , ,
, , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "SL" , 232 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[236-9]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SM : [ , [ , , "(?:0549|[5-7]\\d)\\d{6}" , , , , , , , [ 8 , 10 ] , [ 6 ] ] , [ , , "0549(?:8[0157-9]|9\\d)\\d{4}" , , , , "0549886377" , , , [ 10 ] , [ 6 ] ] , [ , , "6[16]\\d{6}" , , , , "66661212" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "7[178]\\d{6}" , , , , "71123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[158]\\d{6}" , , , , "58001110" , , , [ 8 ] ] , "SM" , 378 , "00" , , ,
, "([89]\\d{5})$" , "0549$1" , , , [ [ , "(\\d{6})" , "$1" , [ "[89]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-7]" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "0" ] ] ] , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-7]" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "0" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SN : [ , [ , , "(?:[378]\\d|93)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "3(?:0(?:1[0-2]|80)|282|3(?:8[1-9]|9[3-9])|611)\\d{5}" , , , , "301012345" ] , [ , , "75(?:01|[38]3)\\d{5}|7(?:[06-8]\\d|21|5[4-7]|90)\\d{6}" ,
, , , "61234567" , , , [ 8 ] ] , [ , , "8(?:05[0-3] |95[0-2])\\d{4}|(?:8(?:0[1-4]|[1-8]\\d|9[0-4])|9[0-8]\\d)\\d{5}" , , , , "81234567" , , , [ 8 ] ] , [ , , "(?:18|8)00\\d{7}" , , , , "18001234567" , , , [ 10 , 11 ] ] , [ , , "1900\\d{7}" , , , , "19001234567" , , , [ 11 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3[12]\\d|666)\\d{5}" , , , , "31234567" , , , [ 8 ] ] , "SG" , 65 , "0[0-3]\\d" , , , , , , , , [ [ , "(\\d{4,5})" , "$1" , [ "1[013-9]|77" , "1(?:[013-8]|9(?:0[1-9]|[1-9]))|77" ] ] , [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1-5]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ ,
"(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ [ , "(\\d{4})(\\d{4})" , "$1 $2" , [ "[369]|8(?:0[1-5]|[1-9])" ] ] , [ , "(\\d{3})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "8" ] ] , [ , "(\\d{4})(\\d{4})(\\d{3})" , "$1 $2 $3" , [ "7" ] ] , [ , "(\\d{4})(\\d{3})(\\d{4})" , "$1 $2 $3" , [ "1" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , "7000\\d{7}" , , , , "70001234567" , , , [ 11 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SH : [ , [ , , "(?:[256]\\d|8)\\d{3}" , , , , , , , [ 4 , 5 ] ] , [ , , "2(?:[0-57-9]\\d|6[4-9])\\d\\d" , , , , "22158" ] , [ , , "[56]\\d{4}" , , , , "51234" ,
, , [ 5 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "262\\d\\d" , , , , "26212" , , , [ 5 ] ] , "SH" , 290 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , 1 , "[256]" , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SI : [ , [ , , "[1-7]\\d{7}|8\\d{4,7}|90\\d{4,6}" , , , , , , , [ 5 , 6 , 7 , 8 ] ] , [ , , "(?:[1-357][2-8]|4[24-8])\\d{6}" , , , , "12345678" , , , [ 8 ] , [ 7 ] ] , [ , , "65(?:1\\d|55|6[01]|70)\\d{4}|(?:[37][01]|4[0139]|51|6[489])\\d{6}" , , , , "31234567" , , , [ 8 ] ] , [ , , "80\\d{4,6}" , , , , "80123456" , , , [ 6 , 7 , 8 ] ] , [ , , "89[1-3]\\d{2,5}|90\\d{4,6}" , , , , "90123456" ] ,
[ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:59\\d\\d|8(?:1(?:[67]\\d|8[0-589])|2(?:0\\d|2[0-37-9]|8[0-2489])|3[389]\\d))\\d{4}" , , , , "59012345" , , , [ 8 ] ] , "SI" , 386 , "00|10(?:22|66|88|99)" , "0" , , , "0" , , "00" , , [ [ , "(\\d{2})(\\d{3,6})" , "$1 $2" , [ "8[09]|9" ] , "0$1" ] , [ , "(\\d{3})(\\d{5})" , "$1 $2" , [ "59|8" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[37][01]|4[0139]|51|6" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[1-57]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] ,
SJ : [ , [ , , "0\\d{4}|(?:[489]\\d|[57]9)\\d{6}" , , , , , , , [ 5 , 8 ] ] , [ , , "79\\d{6}" , , , , "79123456" , , , [ 8 ] ] , [ , , "(?:4[015-8]|59|9\\d)\\d{6}" , , , , "41234567" , , , [ 8 ] ] , [ , , "80[01]\\d{5}" , , , , "80012345" , , , [ 8 ] ] , [ , , "82[09]\\d{5}" , , , , "82012345" , , , [ 8 ] ] , [ , , "810(?:0[0-6]|[2-8]\\d)\\d{3}" , , , , "81021234" , , , [ 8 ] ] , [ , , "880\\d{5}" , , , , "88012345" , , , [ 8 ] ] , [ , , "85[0-5]\\d{5}" , , , , "85012345" , , , [ 8 ] ] , "SJ" , 47 , "00" , , , , , , , , , , [ , , , , , , , , , [ - 1 ] ] , , "79" , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:0[2-9]|81(?:0(?:0[7-9]|1\\d)|5\\d\\d))\\d{3}" , , , , "02000" ] , , , [ , , "81[23]\\d{5}" , , , ,
"81212345" , , , [ 8 ] ] ] , SK : [ , [ , , "[2-689]\\d{8}|[2-59]\\d{6}|[2-5]\\d{5}" , , , , , , , [ 6 , 7 , 9 ] ] , [ , , "(?:2(?:16|[2-9]\\d{3})|(?:(?:[3-5][1-8]\\d|819)\\d|601[1-5])\\d)\\d{4}|(?:2|[3-5][1-8])1[67]\\d{3}|[3-5][1-8]16\\d\\d" , , , , "221234567" ] , [ , , "909[1-9]\\d{5}|9(?:0[1-8]|1[0-24-9]|4[03-57-9]|5\\d)\\d{6}" , , , , "912123456" , , , [ 9 ] ] , [ , , "800\\d{6}" , , , , "800123456" , , , [ 9 ] ] , [ , , "9(?:00|[78]\\d)\\d{6}" , , , , "900123456" , , , [ 9 ] ] , [ , , "8[5-9]\\d{7}" , , , , "850123456" , , , [ 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "6(?:02|5[0-4]|9[0-6])\\d{6}" , , , , "690123456" , , , [ 9 ] ] ,
"SK" , 421 , "00" , "0" , , , "0" , , , , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" , [ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "[3-5][1-8]1" , "[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d{4})(\\d{3})" , "$1 $2" , [ "909" , "9090" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ [ , "(\\d)(\\d{2})(\\d{3,4})" , "$1 $2 $3" , [ "21" ] , "0$1" ] , [ , "(\\d{2})(\\d{2})(\\d{2,3})" , "$1 $2 $3" , [ "[3-5][1-8]1" ,
"[3-5][1-8]1[67]" ] , "0$1" ] , [ , "(\\d)(\\d{3})(\\d{3})(\\d{2})" , "$1/$2 $3 $4" , [ "2" ] , "0$1" ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[689]" ] , "0$1" ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1/$2 $3 $4" , [ "[3-5]" ] , "0$1" ] ] , [ , , "9090\\d{3}" , , , , "9090123" , , , [ 7 ] ] , , , [ , , "9090\\d{3}|(?:602|8(?:00|[5-9]\\d)|9(?:00|[78]\\d))\\d{6}" , , , , , , , [ 7 , 9 ] ] , [ , , "96\\d{7}" , , , , "961234567" , , , [ 9 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SL : [ , [ , , "(?:[237-9]\\d|66)\\d{6}" , , , , , , , [ 8 ] , [ 6 ] ] , [ , , "22[2-4][2-9]\\d{4}" , , , , "22221234" , , , , [ 6 ] ] , [ , , "(?:25|3[0-5]|66|7[2-9]|8[08]|9[09])\\d{6}" ,
, , , "25123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "SL" , 232 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{6})" , "$1 $2" , [ "[236-9]" ] , "(0$1)" ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SM : [ , [ , , "(?:0549|[5-7]\\d)\\d{6}" , , , , , , , [ 8 , 10 ] , [ 6 ] ] , [ , , "0549(?:8[0157-9]|9\\d)\\d{4}" , , , , "0549886377" , , , [ 10 ] , [ 6 ] ] , [ , , "6[16]\\d{6}" , , , , "66661212" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "7[178]\\d{6}" , , , , "71123456" , , , [ 8 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "5[158]\\d{6}" ,
, , , "58001110" , , , [ 8 ] ] , "SM" , 378 , "00" , , , , "([89]\\d{5})$" , "0549$1" , , , [ [ , "(\\d{6})" , "$1" , [ "[89]" ] ] , [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-7]" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "0" ] ] ] , [ [ , "(\\d{2})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[5-7]" ] ] , [ , "(\\d{4})(\\d{6})" , "$1 $2" , [ "0" ] ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SN : [ , [ , , "(?:[378]\\d|93)\\d{7}" , , , , , , , [ 9 ] ] , [ , , "3(?:0(?:1[0-2]|80)|282|3(?:8[1-9]|9[3-9])|611)\\d{5}" , , , , "301012345" ] , [ , , "75(?:01|[38]3)\\d{5}|7(?:[06-8]\\d|21|5[4-7]|90)\\d{6}" ,
, , , "701234567" ] , [ , , "800\\d{6}" , , , , "800123456" ] , [ , , "88[4689]\\d{6}" , , , , "884123456" ] , [ , , "81[02468]\\d{6}" , , , , "810123456" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "(?:3(?:392|9[01]\\d)\\d|93(?:3[13]0|929))\\d{4}" , , , , "933301234" ] , "SN" , 221 , "00" , , , , , , , , [ [ , "(\\d{3})(\\d{2})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "8" ] ] , [ , "(\\d{2})(\\d{3})(\\d{2})(\\d{2})" , "$1 $2 $3 $4" , [ "[379]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SO : [ , [ , , "[346-9]\\d{8}|[12679]\\d{7}|[1-5]\\d{6}|[1348]\\d{5}" , , , , , , , [ 6 , 7 , 8 , 9 ] ] , [ , ,
"(?:1\\d|2[0-79]|3[0-46-8]|4[0-7]|5[57-9])\\d{5}|(?:[134]\\d|8[125])\\d{4}" , , , , "4012345" , , , [ 6 , 7 ] ] , [ , , "(?:(?:15|(?:3[59]|4[89]|79|8[08])\\d|6(?:0[5-7]|[1-9]\\d)|9(?:0\\d|[2-9]))\\d|2(?:4\\d|8))\\d{5}|(?:6\\d|7[1-9])\\d{6}" , , , , "71123456" , , , [ 7 , 8 , 9 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , "SO" , 252 , "00" , "0" , , , "0" , , , , [ [ , "(\\d{2})(\\d{4})" , "$1 $2" , [ "8[125]" ] ] , [ , "(\\d{6})" , "$1" , [ "[134]" ] ] , [ , "(\\d)(\\d{6})" , "$1 $2" , [ "[15]|2[0-79]|3[0-46-8]|4[0-7]" ] ] , [ , "(\\d)(\\d{7})" ,
"$1 $2" , [ "24|[67]" ] ] , [ , "(\\d{3})(\\d{3})(\\d{3})" , "$1 $2 $3" , [ "[3478]|64|90" ] ] , [ , "(\\d{2})(\\d{5,7})" , "$1 $2" , [ "1|28|6(?:0[5-7]|[1-35-9])|9[2-9]" ] ] ] , , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , [ , , , , , , , , , [ - 1 ] ] ] , SR : [ , [ , , "(?:[2-5]|68|[78]\\d)\\d{5}" , , , , , , , [ 6 , 7 ] ] , [ , , "(?:2[1-3]|3[0-7]|(?:4|68)\\d|5[2-58])\\d{4}" , , , , "211234" ] , [ , , "(?:7[124-7]|8[124-9])\\d{5}" , , , , "7412345" , , , [ 7 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "56\\d{4}" , , , , "561234" , , , [ 6 ] ] , "SR" , 597 , "00" , , , , , , ,
@ -485,44 +482,44 @@ TK:[,[,,"[2-47]\\d{3,6}",,,,,,,[4,5,6,7]],[,,"(?:2[2-4]|[34]\\d)\\d{2,5}",,,,"31
See the License for the specific language governing permissions and
limitations under the License .
* /
function S a( ) { this . a = { } } fa ( S a) ;
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" } , T a= { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , U a= { 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" } , V a= /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , W a= /[+\uff0b]+/ , K = /^[+\uff0b]+/ , X a= /([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/ , Y a= /[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/ , Z a= /[\\\/] *x/ , $ a= /[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/ , ab = /(?:.*?[A-Za-z]){3}.*/ ;
function M a( ) { this . a = { } } fa ( M a) ;
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" } , N a= { 0 : "0" , 1 : "1" , 2 : "2" , 3 : "3" , 4 : "4" , 5 : "5" , 6 : "6" ,
7 : "7" , 8 : "8" , 9 : "9" , "+" : "+" , "*" : "*" , "#" : "#" } , O a= { 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" } , P a= /[\d]+(?:[~\u2053\u223C\uFF5E][\d]+)?/ , Q a= /[+\uff0b]+/ , K = /^[+\uff0b]+/ , R a= /([0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9])/ , S a= /[+\uff0b0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9]/ , T a= /[\\\/] *x/ , U a= /[^0-9\uff10-\uff19\u0660-\u0669\u06f0-\u06f9A-Za-z#]+$/ , V a= /(?:.*?[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/ , g b= /\$FG/ , h b= /\$CC/ , i b= /^\(?\$1\)?$/ ; function j b( a ) { var b = a . search ( Y a) ; 0 <= b ? ( a = a . substring ( b ) , a = a . replace ( $ a, "" ) , b = a . search ( Z a) , 0 <= b && ( a = a . substring ( 0 , b ) ) ) : a = "" ; return a } function k b( a ) { return 2 > a . length ? ! 1 : M ( db , a ) } function l b( a ) { return M ( ab , a ) ? N ( a , U a) : N ( a , J ) } function m b( a ) { var b = l b( a . toString ( ) ) ; C ( a ) ; a . a ( b ) } function n b( 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 o b( a ) { return 0 == a . length || i b. test ( a ) } function p b( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in R a} 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 = q b( b , a , c ) ; e = r b( e , a , c ) ; return R ( d , c , e , b ) }
function t b( 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 = q b( a , c , 2 ) ; b = r b( 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 u b( a , b , c ) { if ( ! p b( 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 == v b( 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 ( V a, g ) && ( c = g ) ; a = S ( a , d , T ( d ) ) ; e = r b( e , a , 1 ) ; b = q b( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + e + b : R ( d , 1 , e , b ) }
function w b( 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 != x b( 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 = u b( 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 , z b( c , e . substring ( f . length ) ,
d , ! 1 ) ) ; break a } catch ( h ) { } g = ! 1 } g ? c = b : ( g = V ( c , d ) , d = Q ( a ) , g = x b( 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 ( ) , I a( g , 4 ) , d = [ g ] , g = x ( a , 1 ) , b = Q ( a ) , g in I ? ( c = S ( c , g , T ( g ) ) , e = x b( 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 ( g b, "$1" ) , t ( d , 4 , e ) ) : I a( d , 4 ) ) , b = A b( b , d , 2 ) ) , c = q b( a , c , 2 ) , c = R ( g , 2 , b , c ) ) : c = b ) ) ) ) } } a = x ( a , 5 ) ; null != c && 0 < a . length && ( g = N ( c , T a) , b = N ( a , T a) , 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 r b( a , b , c , d ) { b = 0 == v ( b , 20 ) . length || 2 == c ? v ( b , 19 ) : v ( b , 20 ) ; b = x b( b , a ) ; return null == b ? a : A b( a , b , c , d ) }
function x b( 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 A b( 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 ( h b, 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 q b( 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 B b( 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 C b( 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 = R a[ 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 y b( a , b ) { var c = D b( a , b ) ; return E b( a , b , c ) } function E b( a , b , c ) { var d = x ( b , 1 ) , e = S ( a , d , c ) ; if ( null == e || "001" != c && d != v b( a , c ) ) return ! 1 ; a = Q ( b ) ; return - 1 != C b( a , e ) } function D b( 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 != C b( b , g ) ) { a = d ; break a } } a = null } return a } function T ( a ) { a = I [ a ] ; return null == a ? "ZZ" : a [ 0 ] }
function v b( a , b ) { a = V ( a , b ) ; if ( null == a ) throw Error ( "Invalid region code: " + b ) ; return x ( a , 10 ) } function F b( a , b , c , d ) { var e = B b( c , d ) , f = 0 == y ( e , 9 ) ? v ( r ( c , 1 ) , 9 ) : v ( e , 9 ) ; e = v ( e , 10 ) ; if ( 2 == d ) if ( nb ( B b( c , 0 ) ) ) a = B b( c , 1 ) , n b( 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 F b( 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 G b( a ) { var b = U , c = Q ( a ) ; a = x ( a , 1 ) ; if ( ! ( a in I ) ) return 1 ; a = S ( b , a , T ( a ) ) ; return F b( b , c , a , - 1 ) } function H b( 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 I b( 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 ( l b( h ) ) , g = 1 ; else { h = new RegExp ( g ) ; m b( b ) ; g = b . toString ( ) ; if ( 0 == g . search ( h ) ) { h = g . match ( h ) [ 0 ] . length ; var m = g . substring ( h ) . match ( X a) ; 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 = H b( 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 ) ) , J b( h , c , null ) , h = h . toString ( ) , ! M ( m , b . toString ( ) ) && M ( m , h ) || 3 == F b( 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 J b( 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 z b( 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 ( j b( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( C ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! k b( e . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ;
f = e . toString ( ) ; if ( ! ( p b( 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 && k b( 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 = I b( a , m , g , b , d , f ) } catch ( O ) { if ( "Invalid country calling code" == O . message && K . test ( m ) ) { if ( m = m . replace ( K , "" ) , h = I b( 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 ) ) ) : ( m b( e ) , b . a ( e . toString ( ) ) , null != c ? ( h = x ( g , 10 ) , t ( f , 1 , h ) ) : d && I a( 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 ( ) ) , J b( e , g , c ) , a = F b( 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 K b( 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 = S a. ea ( ) ; this . u = 0 ; this . b = new B ; this . ca = ! 1 ; this . i = "" ; this . a = new B ; this . f = [ ] ; this . ja = a ; this . g = L b( this , this . ja ) } var M b= new F ; t ( M b, 11 , "NA" ) ;
var N b= /^[-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]*)*$/ , O b= /[- ]/ ; function L b( a , b ) { var c = a . ba ; b = p b( b ) ? v b( c , b ) : 0 ; a = V ( a . ba , T ( b ) ) ; return null != a ? a : M b}
function P b( 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 = O b. test ( r ( d , 4 ) ) , a . u = 0 , ! 0 } return a . l = ! 1 }
function Q b( 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 R b( a , b ) { a . ia = S b( a , b ) ; return a . ia }
function S b( a , b ) { a . j . a ( b ) ; var c = b ; X a. test ( c ) || 1 == a . j . b . length && W a. 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 ( T b( a ) ) { if ( U b( a ) ) return V b( 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 != W b( a ) ) return a . b . a ( " " ) , V b( a ) ; return a . j . toString ( ) } switch ( a . o . b . length ) { case 0 : case 1 : case 2 : return a . j . toString ( ) ; case 3 : if ( T b( a ) ) a . aa = ! 0 ; else return a . i = W b( a ) , X b( a ) ;
default : if ( a . aa ) return U b( a ) && ( a . aa = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = Y b( a , b ) ; c = Z b( a ) ; if ( 0 < c . length ) return c ; Q b( a , a . a . toString ( ) ) ; return P b( a ) ? $ b( a ) : a . l ? ac ( a , b ) : a . j . toString ( ) } return X b( a ) } } function V b( a ) { a . l = ! 0 ; a . aa = ! 1 ; a . f = [ ] ; a . u = 0 ; C ( a . m ) ; a . $ = "" ; return X b( a ) }
function Z b( 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 = O b. test ( r ( e , 4 ) ) , e = b . replace ( new RegExp ( f , "g" ) , r ( e , 2 ) ) , e = ac ( a , e ) , N ( e , T a) == 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 X b( 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 && o b( x ( f , 4 ) ) && ! r ( f , 6 ) && ! q ( f , 5 ) || ( 0 != a . i . length || a . s || o b( x ( f , 4 ) ) || r ( f , 6 ) ) && N b. test ( x ( f , 2 ) ) && a . f . push ( f ) } Q b( a , b ) ; b = Z b( a ) ; return 0 < b . length ? b : P b( 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 = Y b( a , b . charAt ( e ) ) ; return a . l ? ac ( a , d ) : a . j . toString ( ) } return a . b . toString ( ) }
function W b( 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 T b( 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 U b( a ) { if ( 0 == a . a . b . length ) return ! 1 ; var b = new B , c = H b( 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 = L b( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . i = "" ; return ! 0 }
function Y b( a , b ) { var c = a . m . toString ( ) ; if ( 0 <= c . substring ( a . u ) . search ( a . ha ) ) { var d = c . search ( a . ha ) ; b = c . replace ( a . ha , b ) ; C ( a . m ) ; a . m . a ( b ) ; a . u = d ; return b . substring ( 0 , a . u + 1 ) } 1 == a . f . length && ( a . l = ! 1 ) ; a . $ = "" ; return a . j . toString ( ) } ; var bc = { AC : [ , [ , , "9\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AC" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "9(?:11|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AD : [ , [ , , "1\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AD" , , , , , , , , , , , , , , , , , , [ , , "11[0268]" , , , , "110" ] , , [ , , "11[0268]" , , , , "110" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , , , , , , , , [ - 1 ] ] , , [ , , , , , , , , , [ - 1 ] ] ] , AE : [ , [ , , "[149]\\d{2,3}" , , , , , , , [ 3 , 4 ] ] , , , [ , , "112|99[7-9]" , , , , "112" , , , [ 3 ] ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AE" , ,
function Wa ( ) { 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 Xa = new RegExp ( "(?:" + Wa ( ) + ")$" , "i" ) , Ya = 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]*(?:" + Wa ( ) + ")?$" , "i" ) , Za = /(\$\d)/ ,
$a = /\$NP/ , a b= /\$FG/ , b b= /\$CC/ , c b= /^\(?\$1\)?$/ ; function d b( a ) { var b = a . search ( S a) ; 0 <= b ? ( a = a . substring ( b ) , a = a . replace ( U a, "" ) , b = a . search ( T a) , 0 <= b && ( a = a . substring ( 0 , b ) ) ) : a = "" ; return a } function e b( a ) { return 2 > a . length ? ! 1 : M ( Ya , a ) } function f b( a ) { return M ( V a, a ) ? N ( a , O a) : N ( a , J ) } function g b( a ) { var b = f b( a . toString ( ) ) ; C ( a ) ; a . a ( b ) } function h b( 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 i b( a ) { return 0 == a . length || c b. test ( a ) } function j b( a ) { return null != a && isNaN ( a ) && a . toUpperCase ( ) in L a} 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 = k b( b , a , c ) ; e = l b( e , a , c ) ; return R ( d , c , e , b ) }
function m b( 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 = k b( a , c , 2 ) ; b = l b( 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 n b( a , b , c ) { if ( ! j b( 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 == o b( 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 ( P a, g ) && ( c = g ) ; a = S ( a , d , T ( d ) ) ; e = l b( e , a , 1 ) ; b = k b( b , a , 1 ) ; return 0 < c . length ? c + " " + d + " " + e + b : R ( d , 1 , e , b ) }
function q b( 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 != r b( 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 = n b( 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 = sb ( c , t b( c , e . substring ( f . length ) ,
d , ! 1 ) ) ; break a } catch ( h ) { } g = ! 1 } g ? c = b : ( g = V ( c , d ) , d = Q ( a ) , g = r b( 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 ( ) , C a( g , 4 ) , d = [ g ] , g = x ( a , 1 ) , b = Q ( a ) , g in I ? ( c = S ( c , g , T ( g ) ) , e = r b( d , b ) , null != e && ( d = e . clone ( ) , e = x ( e , 4 ) , 0 < e . length && ( f = x ( c , 12 ) , 0 < f . length ? ( e = e . replace ( $a , f ) . replace ( a b, "$1" ) , t ( d , 4 , e ) ) : C a( d , 4 ) ) , b = u b( b , d , 2 ) ) , c = k b( a , c , 2 ) , c = R ( g , 2 , b , c ) ) : c = b ) ) ) ) } } a = x ( a , 5 ) ; null != c && 0 < a . length && ( g = N ( c , N a) , b = N ( a , N a) , 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 l b( a , b , c , d ) { b = 0 == v ( b , 20 ) . length || 2 == c ? v ( b , 19 ) : v ( b , 20 ) ; b = r b( b , a ) ; return null == b ? a : u b( a , b , c , d ) }
function r b( 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 u b( 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 ( b b, d ) , e = e . replace ( Za , b ) , a = a . replace ( f , e ) ) : ( b = x ( b , 4 ) , a = 2 == c && null != b && 0 < b . length ? a . replace ( f , e . replace ( Za , 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 k b( 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 v b( 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 w b( 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 = L a[ 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 s b( a , b ) { var c = x b( a , b ) ; return y b( a , b , c ) } function y b( a , b , c ) { var d = x ( b , 1 ) , e = S ( a , d , c ) ; if ( null == e || "001" != c && d != o b( a , c ) ) return ! 1 ; a = Q ( b ) ; return - 1 != w b( a , e ) } function x b( 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 != w b( b , g ) ) { a = d ; break a } } a = null } return a } function T ( a ) { a = I [ a ] ; return null == a ? "ZZ" : a [ 0 ] }
function o b( a , b ) { a = V ( a , b ) ; if ( null == a ) throw Error ( "Invalid region code: " + b ) ; return x ( a , 10 ) } function z b( a , b , c , d ) { var e = v b( c , d ) , f = 0 == y ( e , 9 ) ? v ( r ( c , 1 ) , 9 ) : v ( e , 9 ) ; e = v ( e , 10 ) ; if ( 2 == d ) if ( hb ( v b( c , 0 ) ) ) a = v b( c , 1 ) , h b( 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 z b( 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 A b( a ) { var b = U , c = Q ( a ) ; a = x ( a , 1 ) ; if ( ! ( a in I ) ) return 1 ; a = S ( b , a , T ( a ) ) ; return z b( b , c , a , - 1 ) } function B b( 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 C b( 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 ( f b( h ) ) , g = 1 ; else { h = new RegExp ( g ) ; g b( b ) ; g = b . toString ( ) ; if ( 0 == g . search ( h ) ) { h = g . match ( h ) [ 0 ] . length ; var m = g . substring ( h ) . match ( R a) ; 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 = B b( 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 ) ) , D b( h , c , null ) , h = h . toString ( ) , ! M ( m , b . toString ( ) ) && M ( m , h ) || 3 == z b( 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 D b( 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 t b( 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 ( d b( b ) ) ; f = e . toString ( ) ; g = f . indexOf ( ";isub=" ) ; 0 < g && ( C ( e ) , e . a ( f . substring ( 0 , g ) ) ) ; if ( ! e b( e . toString ( ) ) ) throw Error ( "The string supplied did not seem to be a phone number" ) ;
f = e . toString ( ) ; if ( ! ( j b( 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 ( Xa ) ; if ( 0 <= g && e b( b . substring ( 0 , g ) ) ) { h = b . match ( Xa ) ; 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 = C b( a , m , g , b , d , f ) } catch ( O ) { if ( "Invalid country calling code" == O . message && K . test ( m ) ) { if ( m = m . replace ( K , "" ) , h = C b( 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 ) ) ) : ( g b( e ) , b . a ( e . toString ( ) ) , null != c ? ( h = x ( g , 10 ) , t ( f , 1 , h ) ) : d && C a( 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 ( ) ) , D b( e , g , c ) , a = z b( 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 E b( 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 = M a. ea ( ) ; this . u = 0 ; this . b = new B ; this . ca = ! 1 ; this . i = "" ; this . a = new B ; this . f = [ ] ; this . ja = a ; this . g = F b( this , this . ja ) } var G b= new F ; t ( G b, 11 , "NA" ) ;
var H b= /^[-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]*)*$/ , I b= /[- ]/ ; function F b( a , b ) { var c = a . ba ; b = j b( b ) ? o b( c , b ) : 0 ; a = V ( a . ba , T ( b ) ) ; return null != a ? a : G b}
function J b( 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 = I b. test ( r ( d , 4 ) ) , a . u = 0 , ! 0 } return a . l = ! 1 }
function K b( 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 L b( a , b ) { a . ia = M b( a , b ) ; return a . ia }
function M b( a , b ) { a . j . a ( b ) ; var c = b ; R a. test ( c ) || 1 == a . j . b . length && Q a. 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 ( N b( a ) ) { if ( O b( a ) ) return P b( 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 != Q b( a ) ) return a . b . a ( " " ) , P b( a ) ; return a . j . toString ( ) } switch ( a . o . b . length ) { case 0 : case 1 : case 2 : return a . j . toString ( ) ; case 3 : if ( N b( a ) ) a . aa = ! 0 ; else return a . i = Q b( a ) , R b( a ) ;
default : if ( a . aa ) return O b( a ) && ( a . aa = ! 1 ) , a . b . toString ( ) + a . a . toString ( ) ; if ( 0 < a . f . length ) { b = S b( a , b ) ; c = T b( a ) ; if ( 0 < c . length ) return c ; K b( a , a . a . toString ( ) ) ; return J b( a ) ? U b( a ) : a . l ? Vb ( a , b ) : a . j . toString ( ) } return R b( a ) } } function P b( a ) { a . l = ! 0 ; a . aa = ! 1 ; a . f = [ ] ; a . u = 0 ; C ( a . m ) ; a . $ = "" ; return R b( a ) }
function T b( 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 = I b. test ( r ( e , 4 ) ) , e = b . replace ( new RegExp ( f , "g" ) , r ( e , 2 ) ) , e = Vb ( a , e ) , N ( e , N a) == a . o ) ) return e } return "" } function Vb ( 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 R b( 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 && i b( x ( f , 4 ) ) && ! r ( f , 6 ) && ! q ( f , 5 ) || ( 0 != a . i . length || a . s || i b( x ( f , 4 ) ) || r ( f , 6 ) ) && H b. test ( x ( f , 2 ) ) && a . f . push ( f ) } K b( a , b ) ; b = T b( a ) ; return 0 < b . length ? b : J b( a ) ? U b( a ) : a . j . toString ( ) } return Vb ( a , b ) } function U b( a ) { var b = a . a . toString ( ) , c = b . length ; if ( 0 < c ) { for ( var d = "" , e = 0 ; e < c ; e ++ ) d = S b( a , b . charAt ( e ) ) ; return a . l ? Vb ( a , d ) : a . j . toString ( ) } return a . b . toString ( ) }
function Q b( 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 N b( 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 O b( a ) { if ( 0 == a . a . b . length ) return ! 1 ; var b = new B , c = B b( 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 = F b( a , b ) ) ; a . b . a ( "" + c ) . a ( " " ) ; a . i = "" ; return ! 0 }
function S b( 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 W b= { 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|88|99)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] ,
, , , "AG" , , , , , , , , , , , , , , , , , , [ , , "9(?:11|99)" , , , , "911" ] , , [ , , "176|9(?:11|88|99)" , , , , "176" ] , [ , , , , , , , , , [ - 1 ] ] , [ , , "176" , , , , "176" ] , , [ , , "176" , , , , "176" ] ] , AI : [ , [ , , "[19]\\d\\d" , , , , , , , [ 3 ] ] , , , [ , , "9(?:11|88)" , , , , "911" ] , [ , , , , , , , , , [ - 1 ] ] , , , , "AI" , , , , , , , , , , , , , , , , , , [ , , "911" , , , , "911" ] , , [ , , "176|9(?:11|88)" , , , , "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" ,
@ -672,11 +669,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 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 = g c( a , c ) ; if ( ! a ) return ! 1 ; b = h c( b ) . length ; return v ( r ( a , 1 ) , 9 ) . includes ( b ) } function i c( a , b ) { var c = dc ( x ( b , 1 ) ) ; b = h c( b ) . length ; for ( var d = 0 ; d < c . length ; d ++ ) { var e = g c( a , c [ d ] ) ; if ( e && v ( r ( e , 1 ) , 9 ) . includes ( b ) ) return ! 0 } return ! 1 }
function j c( a , b , c ) { if ( ! ec ( b , c ) ) return ! 1 ; a = g c( a , c ) ; if ( ! a ) return ! 1 ; b = h c( b ) ; c = r ( a , 1 ) ; if ( ! k c( b , c ) ) return ! 1 ; a = r ( a , 29 ) ; return k c( b , a ) } function l c( 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 = h c( b ) ; for ( var e = 0 ; e < c . length ; e ++ ) { var f = c [ e ] , g = g c( a , f ) ; if ( g && k c( d , r ( g , 29 ) ) ) { d = f ; break a } } d = null } return 1 < c . length && null != d ? ! 0 : j c( a , b , d ) }
function g c( 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 h c( 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 k c( a , b ) { return 0 < v ( b , 9 ) . length && ! v ( b , 9 ) . includes ( a . length ) ? ! 1 : M ( x ( b , 2 ) , a . toString ( ) ) } ; var U = S a. ea ( ) ; function m c( a ) { var b = U , c = D b( b , a ) ; b = S ( b , x ( a , 1 ) , c ) ; null == b ? a = - 1 : ( a = Q ( a ) , a = C b( 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 n c( ) { var a = n ( "phoneNumber" ) . value , b = n ( "defaultCountry" ) . value . toUpperCase ( ) , c = n ( "carrierCode" ) . value , d = new B ; try { var e = U ; if ( ! p b( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var f = z b( 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 = G b( f ) ; var h = 0 == g || 4 == g ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( h ) ; var m = G b( 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 = y b( U , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( u ) ; u && e && ( d . a ( "\nResult from isValidNumberForRegion(): " ) , d . a ( E b( U , f , b ) ) ) ; d . a ( "\nPhone Number region: " ) ; d . a ( D b( U , f ) ) ; d . a ( "\nResult from getNumberType(): " ) ; d . a ( m c( 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 ( f c( O , f , b ) ) , d . a ( "\nResult from isValidShortNumberForRegion : " ) , d . a ( j c( 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 === n c? Y [ Z ] && Y [ Z ] !== Object . prototype [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } : Y [ Z ] = n c; } ) ( ) ;
function Xb ( ) { this . a = { } } fa ( Xb ) ; function Yb ( a ) { return ( a = I [ a ] ) ? a : [ ] } function Zb ( a , b ) { a = Yb ( x ( a , 1 ) ) ; return null != b && a . includes ( b ) } function $b ( a , b , c ) { if ( ! Zb ( b , c ) ) return ! 1 ; a = a c( a , c ) ; if ( ! a ) return ! 1 ; b = b c( b ) . length ; return v ( r ( a , 1 ) , 9 ) . includes ( b ) } function c c( a , b ) { var c = Yb ( x ( b , 1 ) ) ; b = b c( b ) . length ; for ( var d = 0 ; d < c . length ; d ++ ) { var e = a c( a , c [ d ] ) ; if ( e && v ( r ( e , 1 ) , 9 ) . includes ( b ) ) return ! 0 } return ! 1 }
function d c( a , b , c ) { if ( ! Zb ( b , c ) ) return ! 1 ; a = a c( a , c ) ; if ( ! a ) return ! 1 ; b = b c( b ) ; c = r ( a , 1 ) ; if ( ! e c( b , c ) ) return ! 1 ; a = r ( a , 29 ) ; return e c( b , a ) } function f c( a , b ) { var c = Yb ( x ( b , 1 ) ) ; a : if ( 0 === c . length ) var d = null ; else if ( 1 === c . length ) d = c [ 0 ] ; else { d = b c( b ) ; for ( var e = 0 ; e < c . length ; e ++ ) { var f = c [ e ] , g = a c( a , f ) ; if ( g && e c( d , r ( g , 29 ) ) ) { d = f ; break a } } d = null } return 1 < c . length && null != d ? ! 0 : d c( a , b , d ) }
function a c( a , b ) { if ( ! b ) return null ; b = b . toUpperCase ( ) ; var c = a . a [ b ] ; if ( null == c ) { c = W b[ b ] ; if ( null == c ) return null ; c = ( new G ) . f ( F . h ( ) , c ) ; a . a [ b ] = c } return c } function b c( 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 e c( a , b ) { return 0 < v ( b , 9 ) . length && ! v ( b , 9 ) . includes ( a . length ) ? ! 1 : M ( x ( b , 2 ) , a . toString ( ) ) } ; var U = M a. ea ( ) ; function g c( a ) { var b = U , c = x b( b , a ) ; b = S ( b , x ( a , 1 ) , c ) ; null == b ? a = - 1 : ( a = Q ( a ) , a = w b( 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 h c( ) { var a = n ( "phoneNumber" ) . value , b = n ( "defaultCountry" ) . value . toUpperCase ( ) , c = n ( "carrierCode" ) . value , d = new B ; try { var e = U ; if ( ! j b( b ) && 0 < a . length && "+" != a . charAt ( 0 ) ) throw Error ( "Invalid country calling code" ) ; var f = t b( e , a , b , ! 0 ) ; d . a ( "****Parsing Result:****\n" ) ; d . a ( JSON . stringify ( ( new A ( 1 ) ) . g ( f ) ) ) ; d . a ( "\n\n****Validation Results:****" ) ; var g = A b( f ) ; var h = 0 == g || 4 == g ; d . a ( "\nResult from isPossibleNumber(): " ) ; d . a ( h ) ; var m = A b( 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 = s b( U , f ) ; d . a ( "\nResult from isValidNumber(): " ) ; d . a ( u ) ; u && e && ( d . a ( "\nResult from isValidNumberForRegion(): " ) , d . a ( y b( U , f , b ) ) ) ; d . a ( "\nPhone Number region: " ) ; d . a ( x b( U , f ) ) ; d . a ( "\nResult from getNumberType(): " ) ; d . a ( g c( 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 = Xb . ea ( ) ; d . a ( "\n\n****ShortNumberInfo Results:****" ) ; d . a ( "\nResult from isPossibleShortNumber: " ) ; d . a ( c c( O , f ) ) ; d . a ( "\nResult from isValidShortNumber: " ) ; d . a ( f c( O , f ) ) ; e && ( d . a ( "\nResult from isPossibleShortNumberForRegion: " ) , d . a ( $b ( O , f , b ) ) , d . a ( "\nResult from isValidShortNumberForRegion: " ) , d . a ( dc ( 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 ( qb ( 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 ? nb ( U , f , "US" ) : "invalid" ) ; d . a ( "\nOut-of-country format from Switzerland: " ) ; d . a ( u ? nb ( U , f , "CH" ) : "invalid" ) ; 0 < c . length && ( d . a ( "\nNational format with carrier code: " ) , d . a ( mb ( f , c ) ) ) ; d . a ( "\n\n****AsYouTypeFormatter Results****" ) ; var ic = new Eb ( b ) , jc = a . length ; for ( b = 0 ; b < jc ; ++ b ) { var pb = a . charAt ( b ) ; d . a ( "\nChar entered: " ) ;
d . a ( pb ) ; d . a ( " Output: " ) ; d . a ( Lb ( ic , pb ) ) } } catch ( kc ) { d . a ( "\n" + kc . 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 === h c? Y [ Z ] && Y [ Z ] !== Object . prototype [ Z ] ? Y = Y [ Z ] : Y = Y [ Z ] = { } : Y [ Z ] = h c; } ) ( ) ;