var COMPILED=!0,goog=goog||{};goog.global=this;goog.DEBUG=!0;goog.LOCALE=“en”;goog.TRUSTED_SITE=!0;goog.provide=function(a){if(!COMPILED){if(goog.isProvided_(a))throw Error(‘Namespace “’a‘” already declared.’);delete goog.implicitNamespaces_;for(var b=a;(b=b.substring(0,b.lastIndexOf(“.”)))&&!goog.getObjectByName(b);)goog.implicitNamespaces_=!0}goog.exportPath_(a)}; goog.setTestOnly=function(a){if(COMPILED&&!goog.DEBUG)throw a=a||“”,Error(“Importing test-only code into non-debug environment”+a?“: ”+a:“.”);};COMPILED||(goog.isProvided_=function(a){return!goog.implicitNamespaces_&&!!goog.getObjectByName(a)},goog.implicitNamespaces_={});goog.exportPath_=function(a,b,c){a=a.split(“.”);c=c||goog.global;!(ain c)&&c.execScript&&c.execScript(“var ”+a);for(var d;a.length&&(d=a.shift());)!a.length&&goog.isDef(b)?c=b:c=c?c:c={}}; goog.getObjectByName=function(a,b){for(var c=a.split(“.”),d=b||goog.global,e;e=c.shift();)if(goog.isDefAndNotNull(d))d=d;else return null;return d};goog.globalize=function(a,b){var c=b||goog.global,d;for(d in a)c=a}; goog.addDependency=function(a,b,c){if(!COMPILED){var d;a=a.replace(/\/g,“/”);for(var e=goog.dependencies_,f=0;d=b;f++)e.nameToPath=a,a in e.pathToNames||(e.pathToNames={}),e.pathToNames[d]=!0;for(d=0;b=c;d++)a in e.requires||(e.requires={}),e.requires[b]=!0}};goog.ENABLE_DEBUG_LOADER=!0; goog.require=function(a){if(!COMPILED&&!goog.isProvided_(a)){if(goog.ENABLE_DEBUG_LOADER){var b=goog.getPathFromDeps_(a);if(b){goog.included_=!0;goog.writeScripts_();return}}a=“goog.require could not find: ”+a;goog.global.console&&goog.global.console.error(a);throw Error(a);}};goog.basePath=“”;goog.nullFunction=function(){};goog.identityFunction=function(a){return a};goog.abstractMethod=function(){throw Error(“unimplemented abstract method”);}; goog.addSingletonGetter=function(a){a.getInstance=function(){if(a.instance_)return a.instance_;goog.DEBUG&&(goog.instantiatedSingletons_=a);return a.instance_=new a}};goog.instantiatedSingletons_=[]; !COMPILED&&goog.ENABLE_DEBUG_LOADER&&(goog.included_={},goog.dependencies_={pathToNames:{},nameToPath:{},requires:{},visited:{},written:{}},goog.inHtmlDocument_=function(){var a=goog.global.document;return“undefined”!=typeof a&&“write”in a},goog.findBasePath_=function(){if(goog.global.CLOSURE_BASE_PATH)goog.basePath=goog.global.CLOSURE_BASE_PATH;else if(goog.inHtmlDocument_())for(var a=goog.global.document.getElementsByTagName(“script”),b=a.length-1;0<=b;–b){var c=a.src,d=c.lastIndexOf(“?”),d= -1==d?c.length:d;if(“base.js”==c.substr(d-7,7)){goog.basePath=c.substr(0,d-7);break}}},goog.importScript_=function(a){var b=goog.global.CLOSURE_IMPORT_SCRIPT||goog.writeScriptTag_;!goog.dependencies_.written&&b(a)&&(goog.dependencies_.written=!0)},goog.writeScriptTag_=function(a){if(goog.inHtmlDocument_()){var b=goog.global.document;if(“complete”==b.readyState){if(/bdeps.js$/.test(a))return!1;throw Error(‘Cannot write “’a‘” after document load’);}b.write(‘<script type=“text/javascript” src=“’+ a+‘”>x3c/script>’);return!0}return!1},goog.writeScripts_=function(){function a(e){if(!(e in d.written)){if(!(e in d.visited)&&(d.visited=!0,e in d.requires))for(var g in d.requires)if(!goog.isProvided_(g))if(g in d.nameToPath)a(d.nameToPath);else throw Error(“Undefined nameToPath for ”+g);e in c||(c=!0,b.push(e))}}var b=[],c={},d=goog.dependencies_,e;for(e in goog.included_)d.written||a(e);for(e=0;e)goog.importScript_(goog.basePath+b);else throw Error(“Undefined script input”); },goog.getPathFromDeps_=function(a){return a in goog.dependencies_.nameToPath?goog.dependencies_.nameToPath:null},goog.findBasePath_(),goog.global.CLOSURE_NO_DEPS||goog.importScript_(goog.basePath+“deps.js”)); goog.typeOf=function(a){var b=typeof a;if(“object”==b)if(a){if(a instanceof Array)return“array”;if(a instanceof Object)return b;var c=Object.prototype.toString.call(a);if(“[object Window]”==c)return“object”;if(“[object Array]”==c||“number”==typeof a.length&&“undefined”!=typeof a.splice&&“undefined”!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(“splice”))return“array”;if(“[object Function]”==c||“undefined”!=typeof a.call&&“undefined”!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable(“call”))return“function”}else return“null”; else if(“function”==b&&“undefined”==typeof a.call)return“object”;return b};goog.isDef=function(a){return void 0!==a};goog.isNull=function(a){return null===a};goog.isDefAndNotNull=function(a){return null!=a};goog.isArray=function(a){return“array”==goog.typeOf(a)};goog.isArrayLike=function(a){var b=goog.typeOf(a);return“array”==b||“object”==b&&“number”==typeof a.length};goog.isDateLike=function(a){return goog.isObject(a)&&“function”==typeof a.getFullYear};goog.isString=function(a){return“string”==typeof a}; goog.isBoolean=function(a){return“boolean”==typeof a};goog.isNumber=function(a){return“number”==typeof a};goog.isFunction=function(a){return“function”==goog.typeOf(a)};goog.isObject=function(a){var b=typeof a;return“object”==b&&null!=a||“function”==b};goog.getUid=function(a){return a||(a=++goog.uidCounter_)};goog.removeUid=function(a){“removeAttribute”in a&&a.removeAttribute(goog.UID_PROPERTY_);try{delete a}catch(b){}}; goog.UID_PROPERTY_=“closure_uid_”+(1E9*Math.random()>>>0);goog.uidCounter_=0;goog.getHashCode=goog.getUid;goog.removeHashCode=goog.removeUid;goog.cloneObject=function(a){var b=goog.typeOf(a);if(“object”==b||“array”==b){if(a.clone)return a.clone();var b=“array”==b?[]:{},c;for(c in a)b=goog.cloneObject(a);return b}return a};goog.bindNative_=function(a,b,c){return a.call.apply(a.bind,arguments)}; goog.bindJs_=function(a,b,c){if(!a)throw Error();if(2<arguments.length){var d=Array.prototype.slice.call(arguments,2);return function(){var c=Array.prototype.slice.call(arguments);Array.prototype.unshift.apply(c,d);return a.apply(b,c)}}return function(){return a.apply(b,arguments)}};goog.bind=function(a,b,c){goog.bind=Function.prototype.bind&&-1!=Function.prototype.bind.toString().indexOf(“native code”)?goog.bindNative_:goog.bindJs_;return goog.bind.apply(null,arguments)}; goog.partial=function(a,b){var c=Array.prototype.slice.call(arguments,1);return function(){var b=Array.prototype.slice.call(arguments);b.unshift.apply(b,c);return a.apply(this,b)}};goog.mixin=function(a,b){for(var c in b)a=b};goog.now=goog.TRUSTED_SITE&&Date.now||function(){return+new Date}; goog.globalEval=function(a){if(goog.global.execScript)goog.global.execScript(a,“JavaScript”);else if(goog.global.eval)if(null==goog.evalWorksForGlobals_&&(goog.global.eval(“var et = 1;”),“undefined”!=typeof goog.global.et?(delete goog.global.et,goog.evalWorksForGlobals_=!0):goog.evalWorksForGlobals_=!1),goog.evalWorksForGlobals_)goog.global.eval(a);else{var b=goog.global.document,c=b.createElement(“script”);c.type=“text/javascript”;c.defer=!1;c.appendChild(b.createTextNode(a));b.body.appendChild©; b.body.removeChild©}else throw Error(“goog.globalEval not available”);};goog.evalWorksForGlobals_=null;goog.getCssName=function(a,b){var c=function(a){return goog.cssNameMapping_||a},d=function(a){a=a.split(“-”);for(var b=[],d=0;d));return b.join(“-”)},d=goog.cssNameMapping_?“BY_WHOLE”==goog.cssNameMappingStyle_?c:d:function(a){return a};return b?a+“-”+d(b):d(a)};goog.setCssNameMapping=function(a,b){goog.cssNameMapping_=a;goog.cssNameMappingStyle_=b}; !COMPILED&&goog.global.CLOSURE_CSS_NAME_MAPPING&&(goog.cssNameMapping_=goog.global.CLOSURE_CSS_NAME_MAPPING);goog.getMsg=function(a,b){var c=b||{},d;for(d in c){var e=(“”+c).replace(/$/g,“$$$$”);a=a.replace(RegExp(“\{\$”d“\}”,“gi”),e)}return a};goog.getMsgWithFallback=function(a){return a};goog.exportSymbol=function(a,b,c){goog.exportPath_(a,b,c)};goog.exportProperty=function(a,b,c){a=c}; goog.inherits=function(a,b){function c(){}c.prototype=b.prototype;a.superClass_=b.prototype;a.prototype=new c;a.prototype.constructor=a}; goog.base=function(a,b,c){var d=arguments.callee.caller;if(d.superClass_)return d.superClass_.constructor.apply(a,Array.prototype.slice.call(arguments,1));for(var e=Array.prototype.slice.call(arguments,2),f=!1,g=a.constructor;g;g=g.superClass_&&g.superClass_.constructor)if(g.prototype===d)f=!0;else if(f)return g.prototype.apply(a,e);if(a===d)return a.constructor.prototype.apply(a,e);throw Error(“goog.base called from a method of one name to a method of a different name”);}; goog.scope=function(a){a.call(goog.global)};goog.debug={};goog.debug.Error=function(a){Error.captureStackTrace?Error.captureStackTrace(this,goog.debug.Error):this.stack=Error().stack||“”;a&&(this.message=String(a))};goog.inherits(goog.debug.Error,Error);goog.debug.Error.prototype.name=“CustomError”;goog.object={};goog.object.forEach=function(a,b,c){for(var d in a)b.call(c,a,d,a)};goog.object.filter=function(a,b,c){var d={},e;for(e in a)b.call(c,a,e,a)&&(d=a);return d};goog.object.map=function(a,b,c){var d={},e;for(e in a)d=b.call(c,a,e,a);return d};goog.object.some=function(a,b,c){for(var d in a)if(b.call(c,a,d,a))return!0;return!1};goog.object.every=function(a,b,c){for(var d in a)if(!b.call(c,a,d,a))return!1;return!0}; goog.object.getCount=function(a){var b=0,c;for(c in a)b++;return b};goog.object.getAnyKey=function(a){for(var b in a)return b};goog.object.getAnyValue=function(a){for(var b in a)return a};goog.object.contains=function(a,b){return goog.object.containsValue(a,b)};goog.object.getValues=function(a){var b=[],c=0,d;for(d in a)b=a;return b};goog.object.getKeys=function(a){var b=[],c=0,d;for(d in a)b=d;return b}; goog.object.getValueByKeys=function(a,b){for(var c=goog.isArrayLike(b),d=c?b:arguments,c=c?0:1;c],!goog.isDef(a));c++);return a};goog.object.containsKey=function(a,b){return b in a};goog.object.containsValue=function(a,b){for(var c in a)if(a==b)return!0;return!1};goog.object.findKey=function(a,b,c){for(var d in a)if(b.call(c,a,d,a))return d};goog.object.findValue=function(a,b,c){return(b=goog.object.findKey(a,b,c))&&a}; goog.object.isEmpty=function(a){for(var b in a)return!1;return!0};goog.object.clear=function(a){for(var b in a)delete a};goog.object.remove=function(a,b){var c;(c=b in a)&&delete a;return c};goog.object.add=function(a,b,c){if(b in a)throw Error(‘The object already contains the key “’b‘”’);goog.object.set(a,b,c)};goog.object.get=function(a,b,c){return b in a?a:c};goog.object.set=function(a,b,c){a=c};goog.object.setIfUndefined=function(a,b,c){return b in a?a:a=c}; goog.object.clone=function(a){var b={},c;for(c in a)b=a;return b};goog.object.unsafeClone=function(a){var b=goog.typeOf(a);if(“object”==b||“array”==b){if(a.clone)return a.clone();var b=“array”==b?[]:{},c;for(c in a)b=goog.object.unsafeClone(a);return b}return a};goog.object.transpose=function(a){var b={},c;for(c in a)b[a]=c;return b};goog.object.PROTOTYPE_FIELDS_=“constructor hasOwnProperty isPrototypeOf propertyIsEnumerable toLocaleString toString valueOf”.split(“ ”); goog.object.extend=function(a,b){for(var c,d,e=1;e<arguments.length;e++){d=arguments;for(c in d)a=d;for(var f=0;f,Object.prototype.hasOwnProperty.call(d,c)&&(a=d)}}; goog.object.create=function(a){var b=arguments.length;if(1==b&&goog.isArray(arguments))return goog.object.create.apply(null,arguments);if(b%2)throw Error(“Uneven number of arguments”);for(var c={},d=0;d]=arguments;return c};goog.object.createSet=function(a){var b=arguments.length;if(1==b&&goog.isArray(arguments))return goog.object.createSet.apply(null,arguments);for(var c={},d=0;d]=!0;return c}; goog.object.createImmutableView=function(a){var b=a;Object.isFrozen&&!Object.isFrozen(a)&&(b=Object.create(a),Object.freeze(b));return b};goog.object.isImmutableView=function(a){return!!Object.isFrozen&&Object.isFrozen(a)};goog.string={};goog.string.Unicode={NBSP:“u00a0”};goog.string.startsWith=function(a,b){return 0==a.lastIndexOf(b,0)};goog.string.endsWith=function(a,b){var c=a.length-b.length;return 0<=c&&a.indexOf(b,c)==c};goog.string.caseInsensitiveStartsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(0,b.length))};goog.string.caseInsensitiveEndsWith=function(a,b){return 0==goog.string.caseInsensitiveCompare(b,a.substr(a.length-b.length,b.length))}; goog.string.subs=function(a,b){for(var c=1;c<arguments.length;c++){var d=String(arguments).replace(/$/g,“$$$$”);a=a.replace(/%s/,d)}return a};goog.string.collapseWhitespace=function(a){return a.replace(/+/g,“ ”).replace(/^s+|s+$/g,“”)};goog.string.isEmpty=function(a){return/^*$/.test(a)};goog.string.isEmptySafe=function(a){return goog.string.isEmpty(goog.string.makeSafe(a))};goog.string.isBreakingWhitespace=function(a){return!/[^tnr ]/.test(a)};goog.string.isAlpha=function(a){return!//.test(a)}; goog.string.isNumeric=function(a){return!//.test(a)};goog.string.isAlphaNumeric=function(a){return!//.test(a)};goog.string.isSpace=function(a){return“ ”==a};goog.string.isUnicodeChar=function(a){return 1==a.length&&“ ”<=a&&“~”>=a||“u0080”<=a&&“ufffd”>=a};goog.string.stripNewlines=function(a){return a.replace(/(rn|r|n)+/g,“ ”)};goog.string.canonicalizeNewlines=function(a){return a.replace(/(rn|r|n)/g,“n”)}; goog.string.normalizeWhitespace=function(a){return a.replace(/xa0|s/g,“ ”)};goog.string.normalizeSpaces=function(a){return a.replace(/xa0|[ t]+/g,“ ”)};goog.string.collapseBreakingSpaces=function(a){return a.replace(/[trn ]+/g,“ ”).replace(/^[trn ]+|[trn ]+$/g,“”)};goog.string.trim=function(a){return a.replace(/^+|[sxa0]+$/g,“”)};goog.string.trimLeft=function(a){return a.replace(/^+/,“”)};goog.string.trimRight=function(a){return a.replace(/+$/,“”)}; goog.string.caseInsensitiveCompare=function(a,b){var c=String(a).toLowerCase(),d=String(b).toLowerCase();return c<d?-1:c==d?0:1};goog.string.numerateCompareRegExp_=/(.d+)|(d+)|(D+)/g; goog.string.numerateCompare=function(a,b){if(a==b)return 0;if(!a)return-1;if(!b)return 1;for(var c=a.toLowerCase().match(goog.string.numerateCompareRegExp_),d=b.toLowerCase().match(goog.string.numerateCompareRegExp_),e=Math.min(c.length,d.length),f=0;f<e;f++){var g=c,h=d;if(g!=h)return c=parseInt(g,10),!isNaN©&&(d=parseInt(h,10),!isNaN(d)&&c-d)?c-d:g<h?-1:1}return c.length!=d.length?c.length-d.length:a<b?-1:1};goog.string.urlEncode=function(a){return encodeURIComponent(String(a))}; goog.string.urlDecode=function(a){return decodeURIComponent(a.replace(/+/g,“ ”))};goog.string.newLineToBr=function(a,b){return a.replace(/(rn|r|n)/g,b?“<br />”:“
”)}; goog.string.htmlEscape=function(a,b){if(b)return a.replace(goog.string.amperRe_,“&amp;”).replace(goog.string.ltRe_,“&lt;”).replace(goog.string.gtRe_,“&gt;”).replace(goog.string.quotRe_,“&quot;”);if(!goog.string.allRe_.test(a))return a;-1!=a.indexOf(“&”)&&(a=a.replace(goog.string.amperRe_,“&amp;”));-1!=a.indexOf(“<”)&&(a=a.replace(goog.string.ltRe_,“&lt;”));-1!=a.indexOf(“>”)&&(a=a.replace(goog.string.gtRe_,“&gt;”));-1!=a.indexOf(‘“’)&&(a=a.replace(goog.string.quotRe_,”&quot;“));return a}; goog.string.amperRe_=/&/g;goog.string.ltRe_=//g;goog.string.quotRe_=/"/g;goog.string.allRe_=//;goog.string.unescapeEntities=function(a){return goog.string.contains(a,“&”)?“document”in goog.global?goog.string.unescapeEntitiesUsingDom_(a):goog.string.unescapePureXmlEntities_(a):a}; goog.string.unescapeEntitiesUsingDom_=function(a){var b={“&amp;”:“&”,“&lt;”:“<”,“&gt;”:“>”,“&quot;”:‘“’},c=document.createElement(”div“);return a.replace(goog.string.HTML_ENTITY_PATTERN_,function(a,e){var f=b;if(f)return f;if(”#“==e.charAt(0)){var g=Number(”0“+e.substr(1));isNaN(g)||(f=String.fromCharCode(g))}f||(c.innerHTML=a+” “,f=c.firstChild.nodeValue.slice(0,-1));return b=f})}; goog.string.unescapePureXmlEntities_=function(a){return a.replace(/&(+);/g,function(a,c){switch©{case ”amp“:return”&“;case ”lt“:return”<“;case ”gt“:return”>“;case ”quot“:return’”‘;default:if(“#”==c.charAt(0)){var d=Number(“0”+c.substr(1));if(!isNaN(d))return String.fromCharCode(d)}return a}})};goog.string.HTML_ENTITY_PATTERN_=/&(+);?/g;goog.string.whitespaceEscape=function(a,b){return goog.string.newLineToBr(a.replace(/ /g,“ &#160;”),b)}; goog.string.stripQuotes=function(a,b){for(var c=b.length,d=0;d<c;d++){var e=1==c?b:b.charAt(d);if(a.charAt(0)==e&&a.charAt(a.length-1)==e)return a.substring(1,a.length-1)}return a};goog.string.truncate=function(a,b,c){c&&(a=goog.string.unescapeEntities(a));a.length>b&&(a=a.substring(0,b-3)+“…”);c&&(a=goog.string.htmlEscape(a));return a}; goog.string.truncateMiddle=function(a,b,c,d){c&&(a=goog.string.unescapeEntities(a));if(d&&a.length>b){d>b&&(d=b);var e=a.length-d;a=a.substring(0,b-d)+“…”+a.substring(e)}else a.length>b&&(d=Math.floor(b/2),e=a.length-d,a=a.substring(0,d+b%2)+“…”+a.substring(e));c&&(a=goog.string.htmlEscape(a));return a};goog.string.specialEscapeChars_={“x00”:“\0”,“b”:“\b”,“f”:“\f”,“n”:“\n”,“r”:“\r”,“t”:“\t”,“x0B”:“\x0B”,’“‘:’\”‘,“\”:“\\”};goog.string.jsEscapeCache_={“’”:“\‘”}; goog.string.quote=function(a){a=String(a);if(a.quote)return a.quote();for(var b=,c=0;c<a.length;c++){var d=a.charAt©,e=d.charCodeAt(0);b=goog.string.specialEscapeChars_||(31<e&&127>e?d:goog.string.escapeChar(d))}b.push(’“‘);return b.join(”“)};goog.string.escapeString=function(a){for(var b=[],c=0;c=goog.string.escapeChar(a.charAt©);return b.join(”“)}; goog.string.escapeChar=function(a){if(a in goog.string.jsEscapeCache_)return goog.string.jsEscapeCache_;if(a in goog.string.specialEscapeChars_)return goog.string.jsEscapeCache_=goog.string.specialEscapeChars_;var b=a,c=a.charCodeAt(0);if(31<c&&127>c)b=a;else{if(256>c){if(b=”\x“,16>c||256<c)b+=”0“}else b=”\u“,4096>c&&(b+=”0“);b+=c.toString(16).toUpperCase()}return goog.string.jsEscapeCache_=b};goog.string.toMap=function(a){for(var b={},c=0;c=!0;return b}; goog.string.contains=function(a,b){return-1!=a.indexOf(b)};goog.string.countOf=function(a,b){return a&&b?a.split(b).length-1:0};goog.string.removeAt=function(a,b,c){var d=a;0<=b&&(b<a.length&&0<c)&&(d=a.substr(0,b)+a.substr(b+c,a.length-b-c));return d};goog.string.remove=function(a,b){var c=RegExp(goog.string.regExpEscape(b),”“);return a.replace(c,”“)};goog.string.removeAll=function(a,b){var c=RegExp(goog.string.regExpEscape(b),”g“);return a.replace(c,”“)}; goog.string.regExpEscape=function(a){return String(a).replace(/([-(){}+?*.$^|,:#<!\])/g,”\$1“).replace(/x08/g,”\x08“)};goog.string.repeat=function(a,b){return Array(b+1).join(a)};goog.string.padNumber=function(a,b,c){a=goog.isDef©?a.toFixed©:String(a);c=a.indexOf(”.“);-1==c&&(c=a.length);return goog.string.repeat(”0“,Math.max(0,b-c))+a};goog.string.makeSafe=function(a){return null==a?”“:String(a)};goog.string.buildString=function(a){return Array.prototype.join.call(arguments,”“)}; goog.string.getRandomString=function(){return Math.floor(2147483648*Math.random()).toString(36)+Math.abs(Math.floor(2147483648*Math.random())^goog.now()).toString(36)}; goog.string.compareVersions=function(a,b){for(var c=0,d=goog.string.trim(String(a)).split(”.“),e=goog.string.trim(String(b)).split(”.“),f=Math.max(d.length,e.length),g=0;0==c&&g<f;g++){var h=d||”“,j=e||”“,k=RegExp(”(\d*)(\D*)“,”g“),n=RegExp(”(\d*)(\D*)“,”g“);do{var l=k.exec(h)||,m=n.exec(j)||;if(0==l.length&&0==m.length)break;var c=0==l.length?0:parseInt(l,10),p=0==m.length?0:parseInt(m,10),c=goog.string.compareElements_(c,p)||goog.string.compareElements_(0== l.length,0==m.length)||goog.string.compareElements_(l,m)}while(0==c)}return c};goog.string.compareElements_=function(a,b){return a<b?-1:a>b?1:0};goog.string.HASHCODE_MAX_=4294967296;goog.string.hashCode=function(a){for(var b=0,c=0;c<a.length;++c)b=31*b+a.charCodeAt©,b%=goog.string.HASHCODE_MAX_;return b};goog.string.uniqueStringCounter_=2147483648*Math.random()|0;goog.string.createUniqueString=function(){return”goog_“goog.string.uniqueStringCounter_+}; goog.string.toNumber=function(a){var b=Number(a);return 0==b&&goog.string.isEmpty(a)?NaN:b};goog.string.toCamelCase=function(a){return String(a).replace(/-()/g,function(a,c){return c.toUpperCase()})};goog.string.toSelectorCase=function(a){return String(a).replace(/()/g,”-$1“).toLowerCase()};goog.string.toTitleCase=function(a,b){var c=goog.isString(b)?goog.string.regExpEscape(b):”\s“;return a.replace(RegExp(”(^“+(c?”|[“c”]+“:”“)+”)([a-z])“,”g“),function(a,b,c){return b+c.toUpperCase()})}; goog.string.parseInt=function(a){isFinite(a)&&(a=String(a));return goog.isString(a)?/^s*-?0x/i.test(a)?parseInt(a,16):parseInt(a,10):NaN};goog.asserts={};goog.asserts.ENABLE_ASSERTS=goog.DEBUG;goog.asserts.AssertionError=function(a,b){b.unshift(a);goog.debug.Error.call(this,goog.string.subs.apply(null,b));b.shift();this.messagePattern=a};goog.inherits(goog.asserts.AssertionError,goog.debug.Error);goog.asserts.AssertionError.prototype.name=”AssertionError“;goog.asserts.doAssertFailure_=function(a,b,c,d){var e=”Assertion failed“;if©var e=e+(”: “+c),f=d;else a&&(e+=”: “+a,f=b);throw new goog.asserts.AssertionError(”“+e,f||[]);}; goog.asserts.assert=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!a&&goog.asserts.doAssertFailure_(”“,null,b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.fail=function(a,b){if(goog.asserts.ENABLE_ASSERTS)throw new goog.asserts.AssertionError(”Failure“+(a?”: “+a:”“),Array.prototype.slice.call(arguments,1));}; goog.asserts.assertNumber=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isNumber(a)&&goog.asserts.doAssertFailure_(”Expected number but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertString=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isString(a)&&goog.asserts.doAssertFailure_(”Expected string but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.assertFunction=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isFunction(a)&&goog.asserts.doAssertFailure_(”Expected function but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertObject=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isObject(a)&&goog.asserts.doAssertFailure_(”Expected object but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.assertArray=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isArray(a)&&goog.asserts.doAssertFailure_(”Expected array but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a};goog.asserts.assertBoolean=function(a,b,c){goog.asserts.ENABLE_ASSERTS&&!goog.isBoolean(a)&&goog.asserts.doAssertFailure_(”Expected boolean but got %s: %s.“,,b,Array.prototype.slice.call(arguments,2));return a}; goog.asserts.assertInstanceof=function(a,b,c,d){goog.asserts.ENABLE_ASSERTS&&!(a instanceof b)&&goog.asserts.doAssertFailure_(”instanceof check failed.“,null,c,Array.prototype.slice.call(arguments,3));return a};goog.array={};goog.NATIVE_ARRAY_PROTOTYPES=goog.TRUSTED_SITE;goog.array.peek=function(a){return a};goog.array.ARRAY_PROTOTYPE_=Array.prototype; goog.array.indexOf=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.indexOf?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.indexOf.call(a,b,c)}:function(a,b,c){c=null==c?0:0>c?Math.max(0,a.length+c):c;if(goog.isString(a))return!goog.isString(b)||1!=b.length?-1:a.indexOf(b,c);for(;c<a.length;c++)if(c in a&&a===b)return c;return-1}; goog.array.lastIndexOf=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.lastIndexOf?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.lastIndexOf.call(a,b,null==c?a.length-1:c)}:function(a,b,c){c=null==c?a.length-1:c;0>c&&(c=Math.max(0,a.length+c));if(goog.isString(a))return!goog.isString(b)||1!=b.length?-1:a.lastIndexOf(b,c);for(;0<=c;c–)if(c in a&&a===b)return c;return-1}; goog.array.forEach=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.forEach?function(a,b,c){goog.asserts.assert(null!=a.length);goog.array.ARRAY_PROTOTYPE_.forEach.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,f=0;f<d;f++)f in e&&b.call(c,e,f,a)};goog.array.forEachRight=function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,d=d-1;0<=d;–d)d in e&&b.call(c,e,d,a)}; goog.array.filter=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.filter?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.filter.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=[],f=0,g=goog.isString(a)?a.split(”“):a,h=0;h<d;h++)if(h in g){var j=g;b.call(c,j,h,a)&&(e=j)}return e}; goog.array.map=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.map?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.map.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=Array(d),f=goog.isString(a)?a.split(”“):a,g=0;g<d;g++)g in f&&(e=b.call(c,f,g,a));return e};goog.array.reduce=function(a,b,c,d){if(a.reduce)return d?a.reduce(goog.bind(b,d),c):a.reduce(b,c);var e=c;goog.array.forEach(a,function(c,g){e=b.call(d,e,c,g,a)});return e}; goog.array.reduceRight=function(a,b,c,d){if(a.reduceRight)return d?a.reduceRight(goog.bind(b,d),c):a.reduceRight(b,c);var e=c;goog.array.forEachRight(a,function(c,g){e=b.call(d,e,c,g,a)});return e}; goog.array.some=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.some?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.some.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,f=0;f<d;f++)if(f in e&&b.call(c,e,f,a))return!0;return!1}; goog.array.every=goog.NATIVE_ARRAY_PROTOTYPES&&goog.array.ARRAY_PROTOTYPE_.every?function(a,b,c){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.every.call(a,b,c)}:function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,f=0;f<d;f++)if(f in e&&!b.call(c,e,f,a))return!1;return!0};goog.array.count=function(a,b,c){var d=0;goog.array.forEach(a,function(a,f,g){b.call(c,a,f,g)&&++d},c);return d}; goog.array.find=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a};goog.array.findIndex=function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,f=0;f<d;f++)if(f in e&&b.call(c,e,f,a))return f;return-1};goog.array.findRight=function(a,b,c){b=goog.array.findIndexRight(a,b,c);return 0>b?null:goog.isString(a)?a.charAt(b):a}; goog.array.findIndexRight=function(a,b,c){for(var d=a.length,e=goog.isString(a)?a.split(”“):a,d=d-1;0<=d;d–)if(d in e&&b.call(c,e,d,a))return d;return-1};goog.array.contains=function(a,b){return 0<=goog.array.indexOf(a,b)};goog.array.isEmpty=function(a){return 0==a.length};goog.array.clear=function(a){if(!goog.isArray(a))for(var b=a.length-1;0<=b;b–)delete a;a.length=0};goog.array.insert=function(a,b){goog.array.contains(a,b)||a.push(b)}; goog.array.insertAt=function(a,b,c){goog.array.splice(a,c,0,b)};goog.array.insertArrayAt=function(a,b,c){goog.partial(goog.array.splice,a,c,0).apply(null,b)};goog.array.insertBefore=function(a,b,c){var d;2==arguments.length||0>(d=goog.array.indexOf(a,c))?a.push(b):goog.array.insertAt(a,b,d)};goog.array.remove=function(a,b){var c=goog.array.indexOf(a,b),d;(d=0<=c)&&goog.array.removeAt(a,c);return d}; goog.array.removeAt=function(a,b){goog.asserts.assert(null!=a.length);return 1==goog.array.ARRAY_PROTOTYPE_.splice.call(a,b,1).length};goog.array.removeIf=function(a,b,c){b=goog.array.findIndex(a,b,c);return 0<=b?(goog.array.removeAt(a,b),!0):!1};goog.array.concat=function(a){return goog.array.ARRAY_PROTOTYPE_.concat.apply(goog.array.ARRAY_PROTOTYPE_,arguments)};goog.array.toArray=function(a){var b=a.length;if(0<b){for(var c=Array(b),d=0;d=a;return c}return[]};goog.array.clone=goog.array.toArray; goog.array.extend=function(a,b){for(var c=1;c<arguments.length;c++){var d=arguments,e;if(goog.isArray(d)||(e=goog.isArrayLike(d))&&Object.prototype.hasOwnProperty.call(d,”callee“))a.push.apply(a,d);else if(e)for(var f=a.length,g=d.length,h=0;h=d;else a.push(d)}};goog.array.splice=function(a,b,c,d){goog.asserts.assert(null!=a.length);return goog.array.ARRAY_PROTOTYPE_.splice.apply(a,goog.array.slice(arguments,1))}; goog.array.slice=function(a,b,c){goog.asserts.assert(null!=a.length);return 2>=arguments.length?goog.array.ARRAY_PROTOTYPE_.slice.call(a,b):goog.array.ARRAY_PROTOTYPE_.slice.call(a,b,c)};goog.array.removeDuplicates=function(a,b){for(var c=b||a,d={},e=0,f=0;f<a.length;){var g=a,h=goog.isObject(g)?”o“+goog.getUid(g):(typeof g).charAt(0)+g;Object.prototype.hasOwnProperty.call(d,h)||(d=!0,c=g)}c.length=e}; goog.array.binarySearch=function(a,b,c){return goog.array.binarySearch_(a,c||goog.array.defaultCompare,!1,b)};goog.array.binarySelect=function(a,b,c){return goog.array.binarySearch_(a,b,!0,void 0,c)};goog.array.binarySearch_=function(a,b,c,d,e){for(var f=0,g=a.length,h;f<g;){var j=f+g>>1,k;k=c?b.call(e,a,j,a):b(d,a);0<k?f=j+1:(g=j,h=!k)}return h?f:~f};goog.array.sort=function(a,b){goog.asserts.assert(null!=a.length);goog.array.ARRAY_PROTOTYPE_.sort.call(a,b||goog.array.defaultCompare)}; goog.array.stableSort=function(a,b){for(var c=0;c={index:c,value:a};var d=b||goog.array.defaultCompare;goog.array.sort(a,function(a,b){return d(a.value,b.value)||a.index-b.index});for(c=0;c=a.value};goog.array.sortObjectsByKey=function(a,b,c){var d=c||goog.array.defaultCompare;goog.array.sort(a,function(a,c){return d(a,c)})}; goog.array.isSorted=function(a,b,c){b=b||goog.array.defaultCompare;for(var d=1;d<a.length;d++){var e=b(a,a);if(0<e||0==e&&c)return!1}return!0};goog.array.equals=function(a,b,c){if(!goog.isArrayLike(a)||!goog.isArrayLike(b)||a.length!=b.length)return!1;var d=a.length;c=c||goog.array.defaultCompareEquality;for(var e=0;e,b))return!1;return!0};goog.array.compare=function(a,b,c){return goog.array.equals(a,b,c)}; goog.array.compare3=function(a,b,c){c=c||goog.array.defaultCompare;for(var d=Math.min(a.length,b.length),e=0;e<d;e++){var f=c(a,b);if(0!=f)return f}return goog.array.defaultCompare(a.length,b.length)};goog.array.defaultCompare=function(a,b){return a>b?1:a<b?-1:0};goog.array.defaultCompareEquality=function(a,b){return a===b};goog.array.binaryInsert=function(a,b,c){c=goog.array.binarySearch(a,b,c);return 0>c?(goog.array.insertAt(a,b,-(c+1)),!0):!1}; goog.array.binaryRemove=function(a,b,c){b=goog.array.binarySearch(a,b,c);return 0<=b?goog.array.removeAt(a,b):!1};goog.array.bucket=function(a,b){for(var c={},d=0;d<a.length;d++){var e=a,f=b(e,d,a);goog.isDef(f)&&(c||(c=[])).push(e)}return c};goog.array.toObject=function(a,b,c){var d={};goog.array.forEach(a,function(e,f){d=e});return d}; goog.array.range=function(a,b,c){var d=[],e=0,f=a;c=c||1;void 0!==b&&(e=a,f=b);if(0>c*(f-e))return[];if(0<c)for(a=e;a<f;a+=c)d.push(a);else for(a=e;a>f;a+=c)d.push(a);return d};goog.array.repeat=function(a,b){for(var c=[],d=0;d=a;return c};goog.array.flatten=function(a){for(var b=[],c=0;c<arguments.length;c++){var d=arguments;goog.isArray(d)?b.push.apply(b,goog.array.flatten.apply(null,d)):b.push(d)}return b}; goog.array.rotate=function(a,b){goog.asserts.assert(null!=a.length);a.length&&(b%=a.length,0<b?goog.array.ARRAY_PROTOTYPE_.unshift.apply(a,a.splice(-b,b)):0>b&&goog.array.ARRAY_PROTOTYPE_.push.apply(a,a.splice(0,-b)));return a};goog.array.zip=function(a){if(!arguments.length)return[];for(var b=[],c=0;;c++){for(var d=[],e=0;e<arguments.length;e++){var f=arguments;if(c>=f.length)return b;d.push(f)}b.push(d)}}; goog.array.shuffle=function(a,b){for(var c=b||Math.random,d=a.length-1;0<d;d–){var e=Math.floor(c()*(d+1)),f=a;a=a;a=f}};goog.proto2={};goog.proto2.Util={};goog.proto2.Util.PBCHECK=!COMPILED;goog.proto2.Util.assert=function(a,b){goog.proto2.Util.PBCHECK&&goog.asserts.assert(a,b)};goog.proto2.Util.conductChecks=function(){return goog.proto2.Util.PBCHECK};goog.proto2.Descriptor=function(a,b,c){this.messageType_=a;this.name_=b.name||null;this.fullName_=b.fullName||null;this.containingType_=b.containingType;this.fields_={};for(a=0;a,this.fields_=b};goog.proto2.Descriptor.prototype.getName=function(){return this.name_};goog.proto2.Descriptor.prototype.getFullName=function(){return this.fullName_};goog.proto2.Descriptor.prototype.getContainingType=function(){return!this.containingType_?null:this.containingType_.getDescriptor()}; goog.proto2.Descriptor.prototype.getFields=function(){var a=goog.object.getValues(this.fields_);goog.array.sort(a,function(a,c){return a.getTag()-c.getTag()});return a};goog.proto2.Descriptor.prototype.getFieldsMap=function(){return this.fields_};goog.proto2.Descriptor.prototype.findFieldByName=function(a){return goog.object.findValue(this.fields_,function(b){return b.getName()==a})||null}; goog.proto2.Descriptor.prototype.findFieldByTag=function(a){goog.proto2.Util.assert(goog.string.isNumeric(a));return this.fields_||null};goog.proto2.Descriptor.prototype.createMessageInstance=function(){return new this.messageType_};goog.proto2.FieldDescriptor=function(a,b,c){this.parent_=a;goog.proto2.Util.assert(goog.string.isNumeric(b));this.tag_=b;this.name_=c.name;this.isRepeated_=!!c.repeated;this.isRequired_=!!c.required;this.fieldType_=c.fieldType;this.nativeType_=c.type;this.deserializationConversionPermitted_=!1;switch(this.fieldType_){case goog.proto2.FieldDescriptor.FieldType.INT64:case goog.proto2.FieldDescriptor.FieldType.UINT64:case goog.proto2.FieldDescriptor.FieldType.FIXED64:case goog.proto2.FieldDescriptor.FieldType.SFIXED64:case goog.proto2.FieldDescriptor.FieldType.SINT64:this.deserializationConversionPermitted_= !0}this.defaultValue_=c.defaultValue};goog.proto2.FieldDescriptor.FieldType={DOUBLE:1,FLOAT:2,INT64:3,UINT64:4,INT32:5,FIXED64:6,FIXED32:7,BOOL:8,STRING:9,GROUP:10,MESSAGE:11,BYTES:12,UINT32:13,ENUM:14,SFIXED32:15,SFIXED64:16,SINT32:17,SINT64:18};goog.proto2.FieldDescriptor.prototype.getTag=function(){return this.tag_};goog.proto2.FieldDescriptor.prototype.getContainingType=function(){return this.parent_.getDescriptor()};goog.proto2.FieldDescriptor.prototype.getName=function(){return this.name_}; goog.proto2.FieldDescriptor.prototype.getDefaultValue=function(){if(void 0===this.defaultValue_){var a=this.nativeType_;this.defaultValue_=a===Boolean?!1:a===Number?0:a===String?”“:new a}return this.defaultValue_};goog.proto2.FieldDescriptor.prototype.getFieldType=function(){return this.fieldType_};goog.proto2.FieldDescriptor.prototype.getNativeType=function(){return this.nativeType_};goog.proto2.FieldDescriptor.prototype.deserializationConversionPermitted=function(){return this.deserializationConversionPermitted_}; goog.proto2.FieldDescriptor.prototype.getFieldMessageType=function(){goog.proto2.Util.assert(this.isCompositeType(),”Expected message or group“);return this.nativeType_.getDescriptor()};goog.proto2.FieldDescriptor.prototype.isCompositeType=function(){return this.fieldType_==goog.proto2.FieldDescriptor.FieldType.MESSAGE||this.fieldType_==goog.proto2.FieldDescriptor.FieldType.GROUP};goog.proto2.FieldDescriptor.prototype.isRepeated=function(){return this.isRepeated_}; goog.proto2.FieldDescriptor.prototype.isRequired=function(){return this.isRequired_};goog.proto2.FieldDescriptor.prototype.isOptional=function(){return!this.isRepeated_&&!this.isRequired_};goog.proto2.Message=function(){this.values_={};this.fields_=this.getDescriptor().getFieldsMap();this.deserializedFields_=this.lazyDeserializer_=null};goog.proto2.Message.FieldType={DOUBLE:1,FLOAT:2,INT64:3,UINT64:4,INT32:5,FIXED64:6,FIXED32:7,BOOL:8,STRING:9,GROUP:10,MESSAGE:11,BYTES:12,UINT32:13,ENUM:14,SFIXED32:15,SFIXED64:16,SINT32:17,SINT64:18};goog.proto2.Message.prototype.initializeForLazyDeserializer=function(a,b){this.lazyDeserializer_=a;this.values_=b;this.deserializedFields_={}}; goog.proto2.Message.prototype.setUnknown=function(a,b){goog.proto2.Util.assert(!this.fields_,”Field is not unknown in this message“);goog.proto2.Util.assert(1<=a,”Tag is not valid“);goog.proto2.Util.assert(null!==b,”Value cannot be null“);this.values_=b;this.deserializedFields_&&delete this.deserializedFields_};goog.proto2.Message.prototype.forEachUnknown=function(a,b){var c=b||this,d;for(d in this.values_){var e=Number(d);this.fields_||a.call(c,e,this.values_)}}; goog.proto2.Message.prototype.getDescriptor=function(){var a=this.constructor;return a.descriptor_||(a.descriptor_=goog.proto2.Message.create$Descriptor(a,a.descriptorObj_))};goog.proto2.Message.prototype.has=function(a){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);return this.has$Value(a.getTag())}; goog.proto2.Message.prototype.arrayOf=function(a){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);return this.array$Values(a.getTag())};goog.proto2.Message.prototype.countOf=function(a){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);return this.count$Values(a.getTag())}; goog.proto2.Message.prototype.get=function(a,b){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);return this.get$Value(a.getTag(),b)};goog.proto2.Message.prototype.getOrDefault=function(a,b){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);return this.get$ValueOrDefault(a.getTag(),b)}; goog.proto2.Message.prototype.set=function(a,b){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);this.set$Value(a.getTag(),b)};goog.proto2.Message.prototype.add=function(a,b){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);this.add$Value(a.getTag(),b)}; goog.proto2.Message.prototype.clear=function(a){goog.proto2.Util.assert(a.getContainingType()==this.getDescriptor(),”The current message does not contain the given field“);this.clear$Field(a.getTag())}; goog.proto2.Message.prototype.equals=function(a){if(!a||this.constructor!=a.constructor)return!1;for(var b=this.getDescriptor().getFields(),c=0;c<b.length;c++){var d=b;if(this.has(d)!=a.has(d))return!1;if(this.has(d)){var e=d.isCompositeType(),f=this.getValueForField_(d),g=a.getValueForField_(d);if(d.isRepeated()){if(f.length!=g.length)return!1;for(d=0;d.equals(g):f==g))return!1}else if(!(e?f.equals(g):f==g))return!1}}return!0}; goog.proto2.Message.prototype.copyFrom=function(a){goog.proto2.Util.assert(this.constructor==a.constructor,”The source message must have the same type.“);this!=a&&(this.values_={},this.deserializedFields_&&(this.deserializedFields_={}),this.mergeFrom(a))}; goog.proto2.Message.prototype.mergeFrom=function(a){goog.proto2.Util.assert(this.constructor==a.constructor,”The source message must have the same type.“);for(var b=this.getDescriptor().getFields(),c=0;c<b.length;c++){var d=b;if(a.has(d)){this.deserializedFields_&&delete this.deserializedFields_;var e=d.isCompositeType();if(d.isRepeated())for(var f=a.arrayOf(d),g=0;g.clone():f);else f=a.getValueForField_(d),e?(e=this.getValueForField_(d))?e.mergeFrom(f): this.set(d,f.clone()):this.set(d,f)}}};goog.proto2.Message.prototype.clone=function(){var a=new this.constructor;a.copyFrom(this);return a};goog.proto2.Message.prototype.initDefaults=function(a){for(var b=this.getDescriptor().getFields(),c=0;c<b.length;c++){var d=b,e=d.getTag(),f=d.isCompositeType();!this.has(d)&&!d.isRepeated()&&(f?this.values_=new (d.getNativeType()):a&&(this.values_=d.getDefaultValue()));if(f)if(d.isRepeated()){d=this.array$Values(e);for(e=0;e.initDefaults(a)}else this.get$Value(e).initDefaults(a)}}; goog.proto2.Message.prototype.getFieldByTag_=function(a){goog.proto2.Util.assert(this.fields_,”No field found for the given tag“);return this.fields_};goog.proto2.Message.prototype.has$Value=function(a){goog.proto2.Util.assert(this.fields_,”No field found for the given tag“);return a in this.values_&&goog.isDef(this.values_)&&null!==this.values_}; goog.proto2.Message.prototype.getValueForField_=function(a){var b=a.getTag();if(!b in this.values_)return null;var c=this.values_;return null==c?null:this.lazyDeserializer_?!(b in this.deserializedFields_)?(a=this.lazyDeserializer_.deserializeField(this,a,c),this.deserializedFields_=a):this.deserializedFields_:c}; goog.proto2.Message.prototype.get$Value=function(a,b){var c=this.getFieldByTag_(a),d=this.getValueForField_©;if(c.isRepeated())return goog.proto2.Util.assert(goog.isArray(d)),c=b||0,goog.proto2.Util.assert(0<=c&&c<d.length,”Given index is out of bounds“),d;goog.proto2.Util.assert(!goog.isArray(d));return d};goog.proto2.Message.prototype.get$ValueOrDefault=function(a,b){return!this.has$Value(a)?this.getFieldByTag_(a).getDefaultValue():this.get$Value(a,b)}; goog.proto2.Message.prototype.array$Values=function(a){goog.proto2.Util.assert(this.getFieldByTag_(a).isRepeated(),”Cannot call fieldArray on a non-repeated field“);a=this.getFieldByTag_(a);a=this.getValueForField_(a);goog.proto2.Util.assert(null==a||goog.isArray(a));return a||[]}; goog.proto2.Message.prototype.count$Values=function(a){return this.getFieldByTag_(a).isRepeated()?(this.has$Value(a)&&goog.proto2.Util.assert(goog.isArray(this.values_)),this.has$Value(a)?this.values_.length:0):this.has$Value(a)?1:0}; goog.proto2.Message.prototype.set$Value=function(a,b){if(goog.proto2.Util.conductChecks()){var c=this.getFieldByTag_(a);goog.proto2.Util.assert(!c.isRepeated(),”Cannot call set on a repeated field“);this.checkFieldType_(c,b)}this.values_=b;this.deserializedFields_&&(this.deserializedFields_=b)}; goog.proto2.Message.prototype.add$Value=function(a,b){if(goog.proto2.Util.conductChecks()){var c=this.getFieldByTag_(a);goog.proto2.Util.assert(c.isRepeated(),”Cannot call add on a non-repeated field“);this.checkFieldType_(c,b)}this.values_||(this.values_=[]);this.values_.push(b);this.deserializedFields_&&delete this.deserializedFields_}; goog.proto2.Message.prototype.checkFieldType_=function(a,b){goog.proto2.Util.assert(null!==b);var c=a.getNativeType();c===String?goog.proto2.Util.assert(”string“===typeof b,”Expected value of type string“):c===Boolean?goog.proto2.Util.assert(”boolean“===typeof b,”Expected value of type boolean“):c===Number?goog.proto2.Util.assert(”number“===typeof b,”Expected value of type number“):a.getFieldType()==goog.proto2.FieldDescriptor.FieldType.ENUM?goog.proto2.Util.assert(”number“===typeof b,”Expected an enum value, which is a number“): goog.proto2.Util.assert(b instanceof c,”Expected a matching message type“)};goog.proto2.Message.prototype.clear$Field=function(a){goog.proto2.Util.assert(this.getFieldByTag_(a),”Unknown field“);delete this.values_;this.deserializedFields_&&delete this.deserializedFields_}; goog.proto2.Message.create$Descriptor=function(a,b){var c=[],d,e;for(e in b)b.hasOwnProperty(e)&&(goog.proto2.Util.assert(goog.string.isNumeric(e),”Keys must be numeric“),0==e?d=b:c.push(new goog.proto2.FieldDescriptor(a,e,b)));goog.proto2.Util.assert(d);return new goog.proto2.Descriptor(a,d,c)};goog.proto2.Message.set$Metadata=function(a,b){a.descriptorObj_=b;a.getDescriptor=function(){return a.descriptor_||(new a).getDescriptor()}};goog.proto2.Serializer=function(){};goog.proto2.Serializer.prototype.getSerializedValue=function(a,b){return a.isCompositeType()?this.serialize(b):b};goog.proto2.Serializer.prototype.deserialize=function(a,b){var c=a.createMessageInstance();this.deserializeTo(c,b);goog.proto2.Util.assert(c instanceof goog.proto2.Message);return c}; goog.proto2.Serializer.prototype.getDeserializedValue=function(a,b){if(a.isCompositeType())return b instanceof goog.proto2.Message?b:this.deserialize(a.getFieldMessageType(),b);if(!a.deserializationConversionPermitted())return b;var c=a.getNativeType();if(c===String){if(”number“===typeof b)return String(b)}else if(c===Number&&”string“===typeof b&&/^-?+$/.test(b))return Number(b);return b};goog.proto2.LazyDeserializer=function(){};goog.inherits(goog.proto2.LazyDeserializer,goog.proto2.Serializer);goog.proto2.LazyDeserializer.prototype.deserialize=function(a,b){var c=a.createMessageInstance();c.initializeForLazyDeserializer(this,b);goog.proto2.Util.assert(c instanceof goog.proto2.Message);return c};goog.proto2.LazyDeserializer.prototype.deserializeTo=function(){throw Error(”Unimplemented“);};goog.proto2.PbLiteSerializer=function(){};goog.inherits(goog.proto2.PbLiteSerializer,goog.proto2.LazyDeserializer);goog.proto2.PbLiteSerializer.prototype.zeroIndexing_=!1;goog.proto2.PbLiteSerializer.prototype.setZeroIndexed=function(a){this.zeroIndexing_=a}; goog.proto2.PbLiteSerializer.prototype.serialize=function(a){for(var b=a.getDescriptor().getFields(),c=[],d=this.zeroIndexing_,e=0;e<b.length;e++){var f=b;if(a.has(f)){var g=f.getTag(),g=d?g-1:g;if(f.isRepeated()){c=[];for(var h=0;h[h]=this.getSerializedValue(f,a.get(f,h))}else c=this.getSerializedValue(f,a.get(f))}}a.forEachUnknown(function(a,b){c=b});return c}; goog.proto2.PbLiteSerializer.prototype.deserializeField=function(a,b,c){if(null==c)return c;if(b.isRepeated()){a=[];goog.proto2.Util.assert(goog.isArray©);for(var d=0;d=this.getDeserializedValue(b,c);return a}return this.getDeserializedValue(b,c)};goog.proto2.PbLiteSerializer.prototype.getSerializedValue=function(a,b){return a.getFieldType()==goog.proto2.FieldDescriptor.FieldType.BOOL?b?1:0:goog.proto2.Serializer.prototype.getSerializedValue.apply(this,arguments)}; goog.proto2.PbLiteSerializer.prototype.getDeserializedValue=function(a,b){return a.getFieldType()==goog.proto2.FieldDescriptor.FieldType.BOOL?1===b:goog.proto2.Serializer.prototype.getDeserializedValue.apply(this,arguments)};goog.proto2.PbLiteSerializer.prototype.deserialize=function(a,b){var c=b;if(this.zeroIndexing_){var c=[],d;for(d in b)c=b}return goog.proto2.PbLiteSerializer.superClass_.deserialize.call(this,a,c)};goog.proto2.ObjectSerializer=function(a){this.keyOption_=a};goog.inherits(goog.proto2.ObjectSerializer,goog.proto2.Serializer);goog.proto2.ObjectSerializer.KeyOption={TAG:0,NAME:1}; goog.proto2.ObjectSerializer.prototype.serialize=function(a){for(var b=a.getDescriptor().getFields(),c={},d=0;d<b.length;d++){var e=b,f=this.keyOption_==goog.proto2.ObjectSerializer.KeyOption.NAME?e.getName():e.getTag();if(a.has(e))if(e.isRepeated()){var g=[];c=g;for(f=0;f<a.countOf(e);f++)g.push(this.getSerializedValue(e,a.get(e,f)))}else c=this.getSerializedValue(e,a.get(e))}a.forEachUnknown(function(a,b){c=b});return c}; goog.proto2.ObjectSerializer.prototype.deserializeTo=function(a,b){var c=a.getDescriptor(),d;for(d in b){var e,f=b,g=goog.string.isNumeric(d);g?e=c.findFieldByTag(d):(goog.proto2.Util.assert(this.keyOption_==goog.proto2.ObjectSerializer.KeyOption.NAME),e=c.findFieldByName(d));if(e)if(e.isRepeated()){goog.proto2.Util.assert(goog.isArray(f));for(g=0;g))}else goog.proto2.Util.assert(!goog.isArray(f)),a.set(e,this.getDeserializedValue(e,f));else g? a.setUnknown(Number(d),f):goog.proto2.Util.assert(e)}};goog.string.StringBuffer=function(a,b){null!=a&&this.append.apply(this,arguments)};goog.string.StringBuffer.prototype.buffer_=”“;goog.string.StringBuffer.prototype.set=function(a){this.buffer_=”“+a};goog.string.StringBuffer.prototype.append=function(a,b,c){this.buffer_+=a;if(null!=b)for(var d=1;d;return this};goog.string.StringBuffer.prototype.clear=function(){this.buffer_=”“};goog.string.StringBuffer.prototype.getLength=function(){return this.buffer_.length}; goog.string.StringBuffer.prototype.toString=function(){return this.buffer_};/*

Copyright (C) 2010 The Libphonenumber Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/ var i18n=phonenumbers:{}};i18n.phonenumbers.metadata={}; i18n.phonenumbers.metadata.countryCodeToRegionCodeMap={1:“US AG AI AS BB BM BS CA DM DO GD GU JM KN KY LC MP MS PR SX TC TT VC VG VI”.split(“ ”),7:[“RU”,“KZ”],20:[“EG”],27:[“ZA”],30:[“GR”],31:[“NL”],32:[“BE”],33:[“FR”],34:[“ES”],36:[“HU”],39:[“IT”],40:[“RO”],41:[“CH”],43:[“AT”],44:[“GB”,“GG”,“IM”,“JE”],45:[“DK”],46:[“SE”],47:[“NO”,“SJ”],48:[“PL”],49:[“DE”],51:[“PE”],52:[“MX”],53:[“CU”],54:[“AR”],55:[“BR”],56:[“CL”],57:[“CO”],58:[“VE”],60:[“MY”],61:[“AU”,“CC”,“CX”],62:[“ID”],63:[“PH”],64:[“NZ”],65:[“SG”], 66:[“TH”],81:[“JP”],82:[“KR”],84:[“VN”],86:[“CN”],90:[“TR”],91:[“IN”],92:[“PK”],93:[“AF”],94:[“LK”],95:[“MM”],98:[“IR”],211:[“SS”],212:[“MA”,“EH”],213:[“DZ”],216:[“TN”],218:[“LY”],220:[“GM”],221:[“SN”],222:[“MR”],223:[“ML”],224:[“GN”],225:[“CI”],226:[“BF”],227:[“NE”],228:[“TG”],229:[“BJ”],230:[“MU”],231:[“LR”],232:[“SL”],233:[“GH”],234:[“NG”],235:[“TD”],236:[“CF”],237:[“CM”],238:[“CV”],239:[“ST”],240:[“GQ”],241:[“GA”],242:[“CG”],243:[“CD”],244:[“AO”],245:[“GW”],246:[“IO”],247:[“AC”],248:[“SC”],249:[“SD”], 250:[“RW”],251:[“ET”],252:[“SO”],253:[“DJ”],254:[“KE”],255:[“TZ”],256:[“UG”],257:[“BI”],258:[“MZ”],260:[“ZM”],261:[“MG”],262:[“RE”,“YT”],263:[“ZW”],264:[“NA”],265:[“MW”],266:[“LS”],267:[“BW”],268:[“SZ”],269:[“KM”],290:[“SH”],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”],379:[“VA”],380:[“UA”], 381:[“RS”],382:[“ME”],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”]}; i18n.phonenumbers.metadata.countryToMetadata={AC:[,[,,“[2-467]\d{3}”,“\d{4}”],[,,“(?:[267]\d|3[0-5]|4[4-69])\d{2}”,“\d{4}”,,,“6889”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AC”,247,“00”,,,,,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],AD:[,[,,“(?:[346-9]|180)\d{5}”,“\d{6,8}”],[,,“[78]\d{5}”,“\d{6}”,,,“712345”],[,,“[346]\d{5}”,“\d{6}”,,,“312345”],[,,“180[02]\d{4}”,“\d{8}”,,,“18001234”],[,,“9\d{5}”, “\d{6}”,,,“912345”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AD”,376,“00”,,,,,,,,[[,“(\d{3})(\d{3})”,“$1 $2”,[“[346-9]”],“”,“”,0],[,“(180[02])(\d{4})”,“$1 $2”,[“1”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“11[0268]”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],AE:[,[,,“[2-79]\d{7,8}|800\d{2,9}”,“\d{5,12}”],[,,“[2-4679][2-8]\d{6}”,“\d{7,8}”,,,“22345678”],[,,“5[0256]\d{7}”,“\d{9}”,,,“501234567”],[,,“400\d{6}|800\d{2,9}”,“\d{5,12}”,,,“800123456”],[,,“900[02]\d{5}”,“\d{9}”,,, “900234567”],[,,“700[05]\d{5}”,“\d{9}”,,,“700012345”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AE”,971,“00”,“0”,,,“0”,,,,[[,“([2-4679])(\d{3})(\d{4})”,“$1 $2 $3”,[“[2-4679][2-8]”],“0$1”,“”,0],[,“(5[0256])(\d{3})(\d{4})”,“$1 $2 $3”,[“5”],“0$1”,“”,0],[,“([479]00)(\d)(\d{5})”,“$1 $2 $3”,[“[479]0”],“$1”,“”,0],[,“([68]00)(\d{2,9})”,“$1 $2”,[“60|8”],“$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“600[25]\d{5}”,“\d{9}”,,,“600212345”],,[,,“112|99[789]”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],AF:[,[,,“[2-7]\d{8}”, “\d{7,9}”],[,,“(?:[25][0-8]|[34][0-4]|6[0-5])[2-9]\d{6}”,“\d{7,9}”,,,“234567890”],[,,“7[057-9]\d{7}”,“\d{9}”,,,“701234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AF”,93,“00”,“0”,,,“0”,,,,[[,“([2-7]\d)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:02|19)”,“\d{3}”,,,“119”],[,,“NA”,“NA”]],AG:[,[,,“[2589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“268(?:4(?:6[0-38]|84)|56[0-2])\d{4}”,“\d{7}(?:\d{3})?”,,,“2684601234”],[, ,“268(?:464|7(?:2[0-9]|64|7[0-689]|8[02-68]))\d{4}”,“\d{10}”,,,“2684641234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“26848[01]\d{4}”,“\d{10}”,,,“2684801234”],“AG”,1,“011”,“1”,,,“1”,,,,,,[,,“26840[69]\d{4}”,“\d{10}”,,,“2684061234”],,“268”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“9(?:11|99)”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],AI:[,[,,“[2589]\d{9}”,“\d{7}(?:\d{3})?”], [,,“2644(?:6[12]|9[78])\d{4}”,“\d{7}(?:\d{3})?”,,,“2644612345”],[,,“264(?:235|476|5(?:3[6-9]|8[1-4])|7(?:29|72))\d{4}”,“\d{10}”,,,“2642351234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“AI”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“264”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],AL:[,[,,“[2-57]\d{7}|6\d{8}|8\d{5,7}|9\d{5}”, “\d{5,9}”],[,,“(?:2(?:[168][1-9]|[247]\d|9[1-7])|3(?:1[1-3]|[2-6]\d|[79][1-8]|8[1-9])|4\d{2}|5(?:1[1-4]|[2-578]\d|6[1-5]|9[1-7])|8(?:[19][1-5]|[2-6]\d|[78][1-7]))\d{5}”,“\d{5,8}”,,,“22345678”],[,,“6[6-9]\d{7}”,“\d{9}”,,,“661234567”],[,,“800\d{4}”,“\d{7}”,,,“8001234”],[,,“900\d{3}”,“\d{6}”,,,“900123”],[,,“808\d{3}”,“\d{6}”,,,“808123”],[,,“700\d{5}”,“\d{8}”,,,“70012345”],[,,“NA”,“NA”],“AL”,355,“00”,“0”,,,“0”,,,,[[,“(4)(\d{3})(\d{4})”,“$1 $2 $3”,[“4[0-6]”],“0$1”,“”,0],[,“(6[6-9])(\d{3})(\d{4})”, “$1 $2 $3”,[“6”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“[2358][2-5]|4[7-9]”],“0$1”,“”,0],[,“(\d{3})(\d{3,5})”,“$1 $2”,[“[235][16-9]|8[016-9]|[79]”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“12[789]”,“\d{3}”,,,“129”],[,,“NA”,“NA”]],AM:[,[,,“[1-9]\d{7}”,“\d{5,8}”],[,,“(?:10\d|2(?:2[2-46]|3[1-8]|4[2-69]|5[2-7]|6[1-9]|8[1-7])|3[12]2|47\d)\d{5}”,“\d{5,8}”,,,“10123456”],[,,“(?:55|77|9[1-9])\d{6}”,“\d{8}”,,,“77123456”],[,,“800\d{5}”,“\d{8}”,,,“80012345”], [,,“90[016]\d{5}”,“\d{8}”,,,“90012345”],[,,“80[1-4]\d{5}”,“\d{8}”,,,“80112345”],[,,“NA”,“NA”],[,,“60[2-6]\d{5}”,“\d{8}”,,,“60271234”],“AM”,374,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{6})”,“$1 $2”,[“1|47”],“(0$1)”,“”,0],[,“(\d{2})(\d{6})”,“$1 $2”,[“[5-7]|9[1-9]”],“0$1”,“”,0],[,“(\d{3})(\d{5})”,“$1 $2”,[“[23]”],“(0$1)”,“”,0],[,“(\d{3})(\d{2})(\d{3})”,“$1 $2 $3”,[“8|90”],“0 $1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“10[123]”,“\d{3}”,,,“102”],[,,“NA”,“NA”]],AO:[,[,,“[29]\d{8}”, “\d{9}”],[,,“2\d(?:[26-9]\d|\d[26-9])\d{5}”,“\d{9}”,,,“222123456”],[,,“9[1-4]\d{7}”,“\d{9}”,,,“923123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AO”,244,“00”,,,,,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“11[235]”,“\d{3}”,,,“113”],[,,“NA”,“NA”]],AR:[,[,,“[1-368]\d{9}|9\d{10}”,“\d{6,11}”],[,,“11\d{8}|(?:2(?:2(?:[013]\d|2[13-79]|4[1-6]|5[2457]|6[124-8]|7[1-4]|8[13-6]|9[1267])|3(?:1[467]|2[03-6]|3[13-8]|[49][2-6]|5[2-8]|[067]\d)|4(?:7[3-8]|9\d)|6(?:[01346]\d|2[24-6]|5[15-8])|80\d|9(?:[0124789]\d|3[1-6]|5[234]|6[2-46]))|3(?:3(?:2[79]|6\d|8[2578])|4(?:[78]\d|0[0124-9]|[1-35]\d|4[24-7]|6[02-9]|9[123678])|5(?:[138]\d|2[1245]|4[1-9]|6[2-4]|7[1-6])|6[24]\d|7(?:[0469]\d|1[1568]|2[013-9]|3[145]|5[14-8]|7[2-57]|8[0-24-9])|8(?:[013578]\d|2[15-7]|4[13-6]|6[1-357-9]|9[124]))|670\d)\d{6}”, “\d{6,10}”,,,“1123456789”],[,,“675\d{7}|9(?:11[2-9]\d{7}|(?:2(?:2[013]|3[067]|49|6[01346]|80|9[147-9])|3(?:36|4[12358]|5[138]|6[24]|7[069]|8[013578]))[2-9]\d{6}|\d{4\d{5})”,“\d{6,11}”,,,“91123456789”],,[,,“60\d{7}”,“\d{10}”,,,“6001234567”],,[,,“NA”,“NA”],,“AR”,54,“00”,“0”,,,“0?(?:(11|2(?:2(?:02?||2|4|5|6|7|8|9)|3(?:02?|1|2|3|[49]|5|[67])|4(?:7|9)|6(?:|2|4?|5)|80|9(?:0|[19]|2\d|3|4?|5|6|72?|8?))|3(?:3(?:2|6|8)|4(?:0|[12]|3?|4|5?|6|7|8?|9)|5(?:1|2|3?|4|6|7|8?)|6|7(?:1|2|3|4|5|[069]|7|8)|8(?:|2|3?|4|5?|6|7?|8?|9)))15)?”, “9$1”,,,[[,“(\d{2})(\d{3})(\d{4})”,“$1-$2-$3”,[“”],“0$1”,“”,0],[,“(9)(11)(\d{4})(\d{4})”,“$2 15-$3-$4”,,“0$1”,“”,0],[,“(9)(\d{3})(\d{3})(\d{4})”,“$2 15-$3-$4”,[“9(?:2|3)”,“9(?:2(?:2|3|49|6|80|9)|3(?:36|4|5|6|7|8))”,“9(?:2(?:2|3|49|6|80|9(?:|4))|3(?:36|4|5(?:|3)|6|7|8(?:|3|5|7|8)))”],“0$1”,“”,0],[,“(9)(\d{4})(\d{3})(\d{3})”, “$2 15-$3-$4”,[“93”,“9(?:3(?:53|8))”,“9(?:3(?:537|8(?:73|88)))”],“0$1”,“”,0],[,“(9)(\d{4})(\d{2})(\d{4})”,“$2 15-$3-$4”,[“9”],“0$1”,“”,0],[,“(11)(\d{4})(\d{4})”,“$1 $2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2-$3”,[“2(?:2|3|49|6|80|9)|3(?:36|4|5|6|7|8)”,“2(?:2|3|49|6|80|9(?:|4))|3(?:36|4|5(?:|3)|6|7|8(?:|3|5|7|8))”],“0$1”,“”, 0],[,“(\d{4})(\d{3})(\d{3})”,“$1 $2-$3”,[“3(?:53|8)”,“3(?:537|8(?:73|88))”],“0$1”,“”,0],[,“(\d{4})(\d{2})(\d{4})”,“$1 $2-$3”,[“”],“0$1”,“”,0]],[[,“(\d{2})(\d{3})(\d{4})”,“$1-$2-$3”,[“”,“[68]”],“0$1”,“”,0],[,“(9)(11)(\d{4})(\d{4})”,“$1 $2 $3-$4”,],[,“(9)(\d{3})(\d{3})(\d{4})”,“$1 $2 $3-$4”,[“9(?:2|3)”,“9(?:2(?:2|3|49|6|80|9)|3(?:36|4|5|6|7|8))”,“9(?:2(?:2|3|49|6|80|9(?:|4))|3(?:36|4|5(?:|3)|6|7|8(?:|3|5|7|8)))”]],

,“(9)(\d{4})(\d{3})(\d{3})”,“$2 15-$3-$4”,“93[58

9(?:3(?:53|8)) 9(?:3(?:537|8(?:73|88))) 93 9(?:3(?:53|8)) 9(?:3(?:537|8(?:73|88)))“.split(” “),”0$1“,”“,0],[,”(9)(\d{4})(\d{2})(\d{4})“,”$1 $2 $3-$4“,[”9“]],[,”(11)(\d{4})(\d{4})“,”$1 $2-$3“,,”0$1“,”“,0],[,”(\d{3})(\d{3})(\d{4})“,”$1 $2-$3“,[”2(?:2|3|49|6|80|9)|3(?:36|4|5|6|7|8)“,”2(?:2|3|49|6|80|9(?:|4))|3(?:36|4|5(?:|3)|6|7|8(?:|3|5|7|8))“,

2(?:2|3|49|6|80|9)|3(?:36|4|5|6|7|8)”,“2(?:2|3|49|6|80|9(?:|4))|3(?:36|4|5(?:|3)|6|7|8(?:|3|5|7|8))”],“0$1”,“”,0],[,“(\d4})(\d{3})(\d{3})”,“$1 $2-$3”,[“3(?:53|8[78])”,“3(?:537|8(?:73|88))”,“3(?:53|8[78])”,“3(?:537|8(?:73|88))”],“0$1”,“”,0],[,“(\d{4})(\d{2})(\d{4})”,“$1 $2-$3”,[“[23]”,“[23]”],“0$1”,“”,0]],[,,“NA”,“NA”],,,[,,“810\d{7}”,“\d{10}”,,,“8101234567”], [,,“810\d{7}”,“\d{10}”,,,“8101234567”],,[,,“1(?:0[017]|28)”,“\d{3}”,,,“101”],[,,“NA”,“NA”]],AS:[,[,,“[5689]\d{9}”,“\d{7}(?:\d{3})?”],[,,“6846(?:22|33|44|55|77|88|9[19])\d{4}”,“\d{7}(?:\d{3})?”,,,“6846221234”],[,,“684(?:733|258)\d{4}”,“\d{10}”,,,“6847331234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“AS”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”], ,“684”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],AT:[,[,,“[1-9]\d{3,12}”,“\d{3,13}”],[,,“1\d{3,12}|(?:2(?:1[467]|2[13-8]|5[2357]|6[1-46-8]|7[1-8]|8[124-7]|9[1458])|3(?:1[1-8]|3[23568]|4[5-7]|5[1378]|6[1-38]|8[3-68])|4(?:2[1-8]|35|63|7[1368]|8[2457])|5(?:12|2[1-8]|3[357]|4[147]|5[12578]|6[37])|6(?:13|2[1-47]|4[1-35-8]|5[468]|62)|7(?:2[1-8]|3[25]|4[13478]|5[68]|6[16-8]|7[1-6]|9[45]))\d{3,10}”,“\d{3,13}”,,,“1234567890”],[,,“6(?:44|5[0-3579]|6[013-9]|[7-9]\d)\d{4,10}”, “\d{7,13}”,,,“644123456”],[,,“80[02]\d{6,10}”,“\d{9,13}”,,,“800123456”],[,,“(?:711|9(?:0[01]|3[019]))\d{6,10}”,“\d{9,13}”,,,“900123456”],[,,“8(?:10|2[018])\d{6,10}”,“\d{9,13}”,,,“810123456”],[,,“NA”,“NA”],[,,“780\d{6,10}”,“\d{9,13}”,,,“780123456”],“AT”,43,“00”,“0”,,,“0”,,,,[[,“(1)(\d{3,12})”,“$1 $2”,[“1”],“0$1”,“”,0],[,“(5\d)(\d{3,5})”,“$1 $2”,[“5[079]”],“0$1”,“”,0],[,“(5\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“5[079]”],“0$1”,“”,0],[,“(5\d)(\d{4})(\d{4,7})”,“$1 $2 $3”,[“5[079]”],“0$1”, “”,0],[,“(\d{3})(\d{3,10})”,“$1 $2”,[“316|46|51|732|6(?:44|5[0-3579]|[6-9])|7(?:1|[28]0)|[89]”],“0$1”,“”,0],[,“(\d{4})(\d{3,9})”,“$1 $2”,[“2|3(?:1[1-578]|[3-8])|4[2378]|5[2-6]|6(?:[12]|4[1-35-9]|5[468])|7(?:2[1-8]|35|4[1-8]|[57-9])”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“5(?:(?:0[1-9]|17)\d{2,10}|[79]\d{3,11})|720\d{6,10}”,“\d{5,13}”,,,“50123”],,[,,“1(?:[12]2|33|44)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],AU:[,[,,“[1-578]\d{5,9}”,“\d{6,10}”],[,,“[237]\d{8}|8(?:[68]\d{3}|7[0-69]\d{2}|9(?:[02-9]\d{2}|1(?:[0-57-9]\d|6[0135-9])))\d{4}”, “\d{8,9}”,,,“212345678”],[,,“14(?:5\d|71)\d{5}|4(?:[0-2]\d|3[0-57-9]|4[47-9]|5[0-35-9]|6[6-9]|[79][07-9]|8[17-9])\d{6}”,“\d{9}”,,,“412345678”],[,,“180(?:0\d{3}|2)\d{3}”,“\d{7,10}”,,,“1800123456”],[,,“19(?:0[0126]\d{6}|[13-5]\d{3}|[679]\d{5})”,“\d{6,10}”,,,“1900123456”],[,,“13(?:00\d{2})?\d{4}”,“\d{6,10}”,,,“1300123456”],[,,“500\d{6}”,“\d{9}”,,,“500123456”],[,,“550\d{6}”,“\d{9}”,,,“550123456”],“AU”,61,“(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]”,“0”,,,“0”,,“0011”,,[[,“([2378])(\d{4})(\d{4})”, “$1 $2 $3”,[“[2378]”],“(0$1)”,“”,0],[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“[45]|14”],“0$1”,“”,0],[,“(16)(\d{3})(\d{2,4})”,“$1 $2 $3”,[“16”],“0$1”,“”,0],[,“(1[389]\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“1(?:[38]0|90)”,“1(?:[38]00|90)”],“$1”,“”,0],[,“(180)(2\d{3})”,“$1 $2”,[“180”,“1802”],“$1”,“”,0],[,“(19\d)(\d{3})”,“$1 $2”,[“19[13]”],“$1”,“”,0],[,“(19\d{2})(\d{4})”,“$1 $2”,[“19[67]”],“$1”,“”,0],[,“(13)(\d{2})(\d{2})”,“$1 $2 $3”,[“13[1-9]”],“$1”,“”,0]],,[,,“16\d{3,7}”,“\d{5,9}”,,,“1612345”], 1,,[,,“1(?:3(?:\d{4}|00\d{6})|80(?:0\d{6}|2\d{3}))”,“\d{6,10}”,,,“1300123456”],[,,“NA”,“NA”],,[,,“000|112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],AW:[,[,,“[25-9]\d{6}”,“\d{7}”],[,,“5(?:2\d|8[1-9])\d{4}”,“\d{7}”,,,“5212345”],[,,“(?:5(?:6\d|9[2-478])|6(?:[039]0|22|4[01]|6[0-2])|7[34]\d|9(?:6[45]|9[4-8]))\d{4}”,“\d{7}”,,,“5601234”],[,,“800\d{4}”,“\d{7}”,,,“8001234”],[,,“900\d{4}”,“\d{7}”,,,“9001234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“28\d{5}|501\d{4}”,“\d{7}”,,,“5011234”],“AW”,297,“00”, ,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“100|911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],AX:[,[,,“[135]\d{5,9}|[27]\d{4,9}|4\d{5,10}|6\d{7,8}|8\d{6,9}”,“\d{5,12}”],[,,“18[1-8]\d{3,9}”,“\d{6,12}”,,,“1812345678”],[,,“4\d{5,10}|50\d{4,8}”,“\d{6,11}”,,,“412345678”],[,,“800\d{4,7}”,“\d{7,10}”,,,“8001234567”],[,,“[67]00\d{5,6}”,“\d{8,9}”,,,“600123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AX”,358,“00|99[049]”,“0”,,,“0”,,,,,,[,,“NA”, “NA”],,,[,,“[13]00\d{3,7}|2(?:0(?:0\d{3,7}|2[023]\d{1,6}|9[89]\d{1,6}))|60(?:[12]\d{5,6}|6\d{7})|7(?:1\d{7}|3\d{8}|5[03-9]\d{2,7})”,“\d{5,10}”,,,“100123”],[,,“[13]0\d{4,8}|2(?:0(?:[016-8]\d{3,7}|[2-59]\d{2,7})|9\d{4,8})|60(?:[12]\d{5,6}|6\d{7})|7(?:1\d{7}|3\d{8}|5[03-9]\d{2,7})”,“\d{5,10}”,,,“10112345”],,[,,“112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],AZ:[,[,,“[1-9]\d{8}”,“\d{7,9}”],[,,“(?:1[28]\d|2(?:02|1[24]|2[2-4]|33|[45]2|6[23])|365)\d{6}”,“\d{7,9}”,,,“123123456”],[,,“(?:4[04]|5[015]|60|7[07])\d{7}”, “\d{9}”,,,“401234567”],[,,“88\d{7}”,“\d{9}”,,,“881234567”],[,,“900200\d{3}”,“\d{9}”,,,“900200123”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“AZ”,994,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“(?:1[28]|2(?:[45]2|[0-36])|365)”],“(0$1)”,“”,0],[,“(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[4-8]”],“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“9”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:0[123]|12)”,“\d{3}”,,,“101”], [,,“NA”,“NA”]],BA:[,[,,“[3-9]\d{7,8}”,“\d{6,9}”],[,,“(?:[35]\d|49)\d{6}”,“\d{6,8}”,,,“30123456”],[,,“6(?:03|44|71|[1-356])\d{6}”,“\d{8,9}”,,,“61123456”],[,,“8[08]\d{6}”,“\d{8}”,,,“80123456”],[,,“9[0246]\d{6}”,“\d{8}”,,,“90123456”],[,,“8[12]\d{6}”,“\d{8}”,,,“82123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BA”,387,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{3})”,“$1 $2-$3”,[“[3-5]”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“6[1-356]|[7-9]”],“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{2})(\d{3})”, “$1 $2 $3 $4”,[“6[047]”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“70[23]\d{5}”,“\d{8}”,,,“70223456”],,[,,“12[234]”,“\d{3}”,,,“122”],[,,“NA”,“NA”]],BB:[,[,,“[2589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“246[2-9]\d{6}”,“\d{7}(?:\d{3})?”,,,“2462345678”],[,,“246(?:(?:2[346]|45|82)\d|25[0-4])\d{4}”,“\d{10}”,,,“2462501234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”], [,,“NA”,“NA”],“BB”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“246”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“[235]11”,“\d{3}”,,,“211”],[,,“NA”,“NA”]],BD:[,[,,“[2-79]\d{5,9}|1\d{9}|8[0-7]\d{4,8}”,“\d{6,10}”],[,,“2(?:7(?:1[0-267]|2[0-289]|3[0-29]|[46][01]|5[1-3]|7[017]|91)|8(?:0[125]|[139][1-6]|2[0157-9]|6[1-35]|7[1-5]|8[1-8])|9(?:0[0-2]|1[1-4]|2[568]|3[3-6]|5[5-7]|6[0167]|7[15]|8[016-8]))\d{4}|3(?:12?[5-7]\d{2}|0(?:2(?:[025-79]\d|[348]\d{1,2})|3(?:[2-4]\d|[56]\d?))|2(?:1\d{2}|2(?:[12]\d|[35]\d{1,2}|4\d?))|3(?:1\d{2}|2(?:[2356]\d|4\d{1,2}))|4(?:1\d{2}|2(?:2\d{1,2}|[47]|5\d{2}))|5(?:1\d{2}|29)|[67]1\d{2}|8(?:1\d{2}|2(?:2\d{2}|3|4\d))|)\d{3}|4(?:0(?:2(?:[09]\d|7)|33\d{2})|1\d{3}|2(?:1\d{2}|2(?:[25]\d?|[348]\d|[67]\d{1,2}))|3(?:1\d{2}(?:\d{2})?|2(?:[045]\d|[236-9]\d{1,2})|32\d{2})|4(?:[18]\d{2}|2(?:[2-46]\d{2}|3)|5[25]\d{2})|5(?:1\d{2}|2(?:3\d|5))|6(?:[18]\d{2}|2(?:3(?:\d{2})?|[46]\d{1,2}|5\d{2}|7\d)|5(?:3\d?|4\d|[57]\d{1,2}|6\d{2}|8))|71\d{2}|8(?:[18]\d{2}|23\d{2}|54\d{2})|9(?:[18]\d{2}|2[2-5]\d{2}|53\d{1,2}))\d{3}|5(?:02[03489]\d{2}|1\d{2}|2(?:1\d{2}|2(?:2(?:\d{2})?|[457]\d{2}))|3(?:1\d{2}|2(?:[37](?:\d{2})?|[569]\d{2}))|4(?:1\d{2}|2[46]\d{2})|5(?:1\d{2}|26\d{1,2})|6(?:[18]\d{2}|2|53\d{2})|7(?:1|24)\d{2}|8(?:1|26)\d{2}|91\d{2})\d{3}|6(?:0(?:1\d{2}|2(?:3\d{2}|4\d{1,2}))|2(?:2[2-5]\d{2}|5(?:[3-5]\d{2}|7)|8\d{2})|3(?:1|2[3478])\d{2}|4(?:1|2[34])\d{2}|5(?:1|2[47])\d{2}|6(?:[18]\d{2}|6(?:2(?:2\d|[34]\d{2})|5(?:[24]\d{2}|3\d|5\d{1,2})))|72[2-5]\d{2}|8(?:1\d{2}|2[2-5]\d{2})|9(?:1\d{2}|2[2-6]\d{2}))\d{3}|7(?:(?:02|[3-589]1|6[12]|72[24])\d{2}|21\d{3}|32)\d{3}|8(?:(?:4[12]|[5-7]2|1\d?)|(?:0|3[12]|[5-7]1|217)\d)\d{4}|9(?:[35]1|(?:[024]2|81)\d|(?:1|[24]1)\d{2})\d{3}”, “\d{6,9}”,,,“27111234”],[,,“(?:1[13-9]\d|(?:3[78]|44)[02-9]|6(?:44|6[02-9]))\d{7}”,“\d{10}”,,,“1812345678”],[,,“80[03]\d{7}”,“\d{10}”,,,“8001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“96(?:0[49]|1[0-4]|6[69])\d{6}”,“\d{10}”,,,“9604123456”],“BD”,880,“00[12]?”,“0”,,,“0”,,“00”,,[[,“(2)(\d{7})”,“$1-$2”,[“2”],“0$1”,“”,0],[,“(\d{2})(\d{4,6})”,“$1-$2”,[“[3-79]1”],“0$1”,“”,0],[,“(\d{4})(\d{3,6})”,“$1-$2”,[“1|3(?:0|[2-58]2)|4(?:0|[25]2|3[23]|[4689][25])|5(?:[02-578]2|6[25])|6(?:[0347-9]2|[26][25])|7[02-9]2|8(?:[023][23]|[4-7]2)|9(?:[02][23]|[458]2|6[016])”], “0$1”,“”,0],[,“(\d{3})(\d{3,7})”,“$1-$2”,[“[3-79][2-9]|8”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“10[0-2]|999”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],BE:[,[,,“[1-9]\d{7,8}”,“\d{8,9}”],[,,“(?:1[0-69]|[23][2-8]|[49][23]|5\d|6[013-57-9]|71)\d{6}|8(?:0[1-9]|[1-79]\d)\d{5}”,“\d{8}”,,,“12345678”],[,,“4(?:[679]\d|8[03-9])\d{6}”,“\d{9}”,,,“470123456”],[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“(?:90|7[07])\d{6}”,“\d{8}”,,,“90123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”], “BE”,32,“00”,“0”,,,“0”,,,,[[,“(4[6-9]\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“4[6-9]”],“0$1”,“”,0],[,“([2-49])(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[23]|[49][23]”],“0$1”,“”,0],[,“([15-8]\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[156]|7[0178]|8(?:0[1-9]|[1-79])”],“0$1”,“”,0],[,“([89]\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,[“(?:80|9)0”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“78\d{6}”,“\d{8}”,,,“78123456”],,[,,“1(?:0[01]|12)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],BF:[,[,,“[24-7]\d{7}”, “\d{8}”],[,,“(?:20(?:49|5[23]|9[016-9])|40(?:4[56]|5[4-6]|7[0179])|50[34]\d)\d{4}”,“\d{8}”,,,“20491234”],[,,“(?:6(?:[056]\d|1[0-367]|8[0-3]|90)|7(?:[02-68]\d|1[0-4689]|7[0-69]|9[0-689]))\d{5}”,“\d{8}”,,,“70123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BF”,226,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1[78]”,“\d{2}”,,,“17”],[,,“NA”,“NA”]],BG:[,[,,“[23567]\d{5,7}|[489]\d{6,8}”, “\d{5,9}”],[,,“2(?:[0-8]\d{5,6}|9\d{4,6})|(?:[36]\d|5[1-9]|8[1-6]|9[1-7])\d{5,6}|(?:4(?:[124-7]\d|3[1-6])|7(?:0[1-9]|[1-9]\d))\d{4,5}”,“\d{5,8}”,,,“2123456”],[,,“(?:8[7-9]|98)\d{7}|4(?:3[0789]|8\d)\d{5}”,“\d{8,9}”,,,“48123456”],[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“90\d{6}”,“\d{8}”,,,“90123456”],[,,“NA”,“NA”],[,,“700\d{5}”,“\d{5,9}”,,,“70012345”],[,,“NA”,“NA”],“BG”,359,“00”,“0”,,,“0”,,,,[[,“(2)(\d{5})”,“$1 $2”,[“29”],“0$1”,“”,0],[,“(2)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“2”],“0$1”, “”,0],[,“(\d{3})(\d{4})”,“$1 $2”,[“43[124-7]|70[1-9]”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{2})”,“$1 $2 $3”,[“43[124-7]|70[1-9]”],“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{3})”,“$1 $2 $3”,[“[78]00”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{2,3})”,“$1 $2 $3”,[“[356]|7[1-9]|8[1-6]|9[1-7]”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“48|8[7-9]|9[08]”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:12|50|6[06])”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],BH:[,[,,“[136-9]\d{7}”,“\d{8}”], [,,“(?:1(?:3[3-6]|6[0156]|7\d)\d|6(?:1[16]\d|6(?:0\d|3[12]|44)|9(?:69|9[6-9]))|77\d{2})\d{4}”,“\d{8}”,,,“17001234”],[,,“(?:3(?:[23469]\d|5[35]|77|8[348])\d|6(?:1[16]\d|6(?:[06]\d|3[03-9]|44)|9(?:69|9[6-9]))|77\d{2})\d{4}”,“\d{8}”,,,“36001234”],[,,“80\d{6}”,“\d{8}”,,,“80123456”],[,,“(?:87|9[014578])\d{6}”,“\d{8}”,,,“90123456”],[,,“84\d{6}”,“\d{8}”,,,“84123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BH”,973,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”], [,,“NA”,“NA”],,[,,“999”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],BI:[,[,,“[27]\d{7}”,“\d{8}”],[,,“22(?:2[0-7]|[3-5]0)\d{4}”,“\d{8}”,,,“22201234”],[,,“(?:29\d|7(?:1[1-3]|[4-9]\d))\d{5}”,“\d{8}”,,,“79561234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BI”,257,“00”,,,,,,,,[[,“([27]\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“11[78]”,“\d{3}”,,,“117”],[,,“NA”,“NA”]],BJ:[,[,,“[2689]\d{7}|7\d{3}”,“\d{4,8}”],[,,“2(?:02|1[037]|2[45]|3[68])\d{5}”, “\d{8}”,,,“20211234”],[,,“(?:6[46]|9[03-8])\d{6}”,“\d{8}”,,,“90011234”],[,,“7[3-5]\d{2}”,“\d{4}”,,,“7312”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“857[58]\d{4}”,“\d{8}”,,,“85751234”],“BJ”,229,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“81\d{6}”,“\d{8}”,,,“81123456”],,[,,“11[78]”,“\d{3}”,,,“117”],[,,“NA”,“NA”]],BL:[,[,,“[56]\d{8}”,“\d{9}”],[,,“590(?:2[7-9]|5[12]|87)\d{4}”,“\d{9}”,,,“590271234”],[,,“690(?:10|2[27]|66|77|8[78])\d{4}”, “\d{9}”,,,“690221234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BL”,590,“00”,“0”,,,“0”,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“18”,“\d{2}”,,,“18”],[,,“NA”,“NA”]],BM:[,[,,“[4589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“441(?:2(?:02|23|61|[3479]\d)|[46]\d{2}|5(?:4\d|60|89)|824)\d{4}”,“\d{7}(?:\d{3})?”,,,“4412345678”],[,,“441(?:[37]\d|5[0-39])\d{5}”,“\d{10}”,,,“4413701234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”, “\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“BM”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“441”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],BN:[,[,,“[2-578]\d{6}”,“\d{7}”],[,,“[2-5]\d{6}”,“\d{7}”,,,“2345678”],[,,“[78]\d{6}”,“\d{7}”,,,“7123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BN”,673,“00”,,,,,,,,[[,“([2-578]\d{2})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”, “NA”],[,,“NA”,“NA”],,[,,“99[135]”,“\d{3}”,,,“991”],[,,“NA”,“NA”]],BO:[,[,,“[23467]\d{7}”,“\d{7,8}”],[,,“(?:2(?:2\d{2}|5(?:11|[258]\d|9[67])|6(?:12|2\d|9[34])|8(?:2[34]|39|62))|3(?:3\d{2}|4(?:6\d|8[24])|8(?:25|42|5[257]|86|9[25])|9(?:2\d|3[234]|4[248]|5[24]|6[2-6]|7\d))|4(?:4\d{2}|6(?:11|[24689]\d|72)))\d{4}”,“\d{7,8}”,,,“22123456”],[,,“[67]\d{7}”,“\d{8}”,,,“71234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BO”,591,“00(1\d)?”,“0”,,,“0(1\d)?”,,,,[[, “([234])(\d{7})”,“$1 $2”,[“[234]”],“”,“0$CC $1”,0],[,“([67]\d{7})”,“$1”,[“[67]”],“”,“0$CC $1”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“11[089]”,“\d{3}”,,,“110”],[,,“NA”,“NA”]],BQ:[,[,,“[347]\d{6}”,“\d{7}”],[,,“(?:318[023]|416[0239]|7(?:1[578]|50)\d)\d{3}”,“\d{7}”,,,“7151234”],[,,“(?:318[1456]|416[15-8]|7(?:0[01]|[89]\d)\d)\d{3}|”,“\d{7}”,,,“3181234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BQ”,599,“00”,,,,,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”], [,,“NA”,“NA”],,[,,“112|911”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],BR:[,[,,“[1-46-9]\d{7,10}|5\d{8,9}”,“\d{8,11}”],[,,“1[1-9][2-5]\d{7}|(?:[4689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[2-5]\d{7}”,“\d{8,11}”,,,“1123456789”],[,,“1(?:1(?:5[347]|[6-8]\d|9\d{1,2})|[2-9][6-9]\d)\d{6}|(?:[4689][1-9]|2[12478]|3[1-578]|5[13-5]|7[13-579])[6-9]\d{7}”,“\d{10,11}”,,,“1161234567”],[,,“800\d{6,7}”,“\d{8,11}”,,,“800123456”],[,,“[359]00\d{6,7}”,“\d{8,11}”,,,“300123456”],[,,“[34]00\d{5}”,“\d{8}”,,,“40041234”], [,,“NA”,“NA”],[,,“NA”,“NA”],“BR”,55,“00(?:1[45]|2[135]|[34]1|43)”,“0”,,,“0(?:(1[245]|2[135]|[34]1)(\d{10,11}))?”,“$2”,,,[[,“(\d{4})(\d{4})”,“$1-$2”,[“[2-9](?:[1-9]|0[1-9])”],“$1”,“”,0],[,“(\d{5})(\d{4})”,“$1-$2”,[“9(?:[1-9]|0[1-9])”],“$1”,“”,0],[,“(\d{2})(\d{5})(\d{4})”,“$1 $2-$3”,[“119”],“($1)”,“0 $CC ($1)”,0],[,“(\d{2})(\d{4})(\d{4})”,“$1 $2-$3”,[“[1-9][1-9]”],“($1)”,“0 $CC ($1)”,0],[,“([34]00\d)(\d{4})”,“$1-$2”,[“[34]00”],“”,“”,0],[,“([3589]00)(\d{2,3})(\d{4})”,“$1 $2 $3”,[“[3589]00”], “0$1”,“”,0]],[[,“(\d{2})(\d{5})(\d{4})”,“$1 $2-$3”,[“119”,“119”],“($1)”,“0 $CC ($1)”,0],[,“(\d{2})(\d{4})(\d{4})”,“$1 $2-$3”,[“[1-9][1-9]”,“[1-9][1-9]”],“($1)”,“0 $CC ($1)”,0],[,“([34]00\d)(\d{4})”,“$1-$2”,[“[34]00”,“[34]00”],“”,“”,0],[,“([3589]00)(\d{2,3})(\d{4})”,“$1 $2 $3”,[“[3589]00”,“[3589]00”],“0$1”,“”,0]],[,,“NA”,“NA”],,,[,,“[34]00\d{5}”,“\d{8}”,,,“40041234”],[,,“NA”,“NA”],,[,,“1(?:12|28|9[023])|911”,“\d{3}”,,,“190”],[,,“NA”,“NA”]],BS:[,[,,“[2589]\d{9}”,“\d{7}(?:\d{3})?”],[, ,“242(?:3(?:02|[236][1-9]|4[0-24-9]|5[0-68]|7[3467]|8[0-4]|9[2-467])|461|502|6(?:12|7[67]|8[78]|9[89])|702)\d{4}”,“\d{7}(?:\d{3})?”,,,“2423456789”],[,,“242(?:3(?:5[79]|[79]5)|4(?:[2-4][1-9]|5[1-8]|6[2-8]|7\d|81)|5(?:2[45]|3[35]|44|5[1-9]|65|77)|6[34]6|727)\d{4}”,“\d{10}”,,,“2423591234”],[,,“242300\d{4}|8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“BS”, 1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“242”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“91[19]”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],BT:[,[,,“[1-8]\d{6,7}”,“\d{6,8}”],[,,“(?:2[3-6]|[34][5-7]|5[236]|6[2-46]|7[246]|8[2-4])\d{5}”,“\d{6,7}”,,,“2345678”],[,,“[17]7\d{6}”,“\d{8}”,,,“17123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BT”,975,“00”,,,,,,,,[[,“([17]7)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“1|77”],“”,“”,0],[,“([2-8])(\d{3})(\d{3})”,“$1 $2 $3”,[“[2-68]|7[246]”],“”,“”, 0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“11[023]”,“\d{3}”,,,“113”],[,,“NA”,“NA”]],BW:[,[,,“[2-79]\d{6,7}”,“\d{7,8}”],[,,“(?:2(?:4[0-48]|6[0-24]|9[0578])|3(?:1[0235-9]|55|6\d|7[01]|9[0-57])|4(?:6[03]|7[1267]|9[0-5])|5(?:3[0389]|4[0489]|7[1-47]|88|9[0-49])|6(?:2[1-35]|5[149]|8[067]))\d{4}”,“\d{7}”,,,“2401234”],[,,“7(?:[1-35]\d{6}|[46][0-7]\d{5}|7[01]\d{5})”,“\d{8}”,,,“71123456”],[,,“NA”,“NA”],[,,“90\d{5}”,“\d{7}”,,,“9012345”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“79[12][01]\d{4}”, “\d{8}”,,,“79101234”],“BW”,267,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“[2-6]”],“”,“”,0],[,“(7\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“7”],“”,“”,0],[,“(90)(\d{5})”,“$1 $2”,[“9”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“99[789]”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],BY:[,[,,“[1-4]\d{8}|[89]\d{9,10}”,“\d{7,11}”],[,,“(?:1(?:5(?:1[1-5]|2\d|6[2-4]|9[1-7])|6(?:[235]\d|4[1-7])|7\d{2})|2(?:1(?:[246]\d|3[0-35-9]|5[1-9])|2(?:[235]\d|4[0-8])|3(?:2\d|3[02-79]|4[024-7]|5[0-7])))\d{5}”,“\d{7,9}”, ,,“152450911”],[,,“(?:2(?:5[5679]|9[1-9])|33\d|44\d)\d{6}”,“\d{9}”,,,“294911911”],[,,“8(?:0[13]|20\d)\d{7}”,“\d{10,11}”,,,“8011234567”],[,,“(?:810|902)\d{7}”,“\d{10}”,,,“9021234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BY”,375,“810”,“8”,,,“80?”,,“8~10”,,[[,“([1-4]\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“[1-4]”],“8 0$1”,“”,0],[,“([89]\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“8[01]|9”],“8 $1”,“”,0],[,“(8\d{2})(\d{4})(\d{4})”,“$1 $2 $3”,[“82”],“8 $1”,“”,0]],,[,,“NA”,“NA”],,,[,,“8(?:[01]|20)\d{8}|902\d{7}”, “\d{10,11}”,,,“82012345678”],[,,“NA”,“NA”],,[,,“1(?:0[123]|12)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],BZ:[,[,,“[2-8]\d{6}|0\d{10}”,“\d{7}(?:\d{4})?”],[,,“[234578][02]\d{5}”,“\d{7}”,,,“2221234”],[,,“6[0-367]\d{5}”,“\d{7}”,,,“6221234”],[,,“0800\d{7}”,“\d{11}”,,,“08001234123”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“BZ”,501,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1-$2”,[“[2-8]”],“”,“”,0],[,“(0)(800)(\d{4})(\d{3})”,“$1-$2-$3-$4”,[“0”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”, “NA”],1,[,,“9(?:0|11)”,“\d{2,3}”,,,“911”],[,,“NA”,“NA”]],CA:[,[,,“[2-9]\d{9}|3\d{6}”,“\d{7}(?:\d{3})?”],[,,“(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|65)|4(?:03|1[68]|3[178]|5[06])|5(?:0[06]|1[49]|79|8[17])|6(?:0[04]|13|39|47)|7(?:0[059]|80|78)|8(?:[06]7|19|73)|90[25])[2-9]\d{6}|310\d{4}”,“\d{7}(?:\d{3})?”,,,“2042345678”],[,,“(?:2(?:04|[23]6|[48]9|50)|3(?:06|43|65)|4(?:03|1[68]|3[178]|5[06])|5(?:0[06]|1[49]|79|8[17])|6(?:0[04]|13|39|47)|7(?:0[059]|80|78)|8(?:[06]7|19|73)|90[25])[2-9]\d{6}”,“\d{7}(?:\d{3})?”, ,,“2042345678”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}|310\d{4}”,“\d{7}(?:\d{3})?”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“CA”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112|911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],CC:[,[,,“[1458]\d{5,9}”,“\d{6,10}”],[,,“89162\d{4}”,“\d{8,9}”,,,“891621234”],[,,“4(?:[0-2]\d|3[0-57-9]|4[47-9]|5[0-37-9]|6[6-9]|7[07-9]|8[7-9])\d{6}”, “\d{9}”,,,“412345678”],[,,“1(?:80(?:0\d{2})?|3(?:00\d{2})?)\d{4}”,“\d{6,10}”,,,“1800123456”],[,,“190[0126]\d{6}”,“\d{10}”,,,“1900123456”],[,,“NA”,“NA”],[,,“500\d{6}”,“\d{9}”,,,“500123456”],[,,“550\d{6}”,“\d{9}”,,,“550123456”],“CC”,61,“(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]”,“0”,,,“0”,,“0011”,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“000|112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],CD:[,[,,“[2-6]\d{6}|[18]\d{6,8}|9\d{8}”,“\d{7,9}”],[,,“1(?:2\d{7}|\d{6})|[2-6]\d{6}”, “\d{7,9}”,,,“1234567”],[,,“8(?:[0-259]\d{2}|[48])\d{5}|9[7-9]\d{7}”,“\d{7,9}”,,,“991234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CD”,243,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“12”],“0$1”,“”,0],[,“([89]\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“8[0-259]|9”],“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,[“8[48]”],“0$1”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,[“[1-6]”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“NA”,“NA”],[, ,“NA”,“NA”]],CF:[,[,,“[278]\d{7}”,“\d{8}”],[,,“2[12]\d{6}”,“\d{8}”,,,“21612345”],[,,“7[0257]\d{6}”,“\d{8}”,,,“70012345”],[,,“NA”,“NA”],[,,“8776\d{4}”,“\d{8}”,,,“87761234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CF”,236,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“NA”,“NA”]],CG:[,[,,“[028]\d{8}”,“\d{9}”],[,,“222[1-589]\d{5}”,“\d{9}”,,,“222123456”],[,,“0[14-6]\d{7}”,“\d{9}”,,,“061234567”], [,,“800\d{6}”,“\d{9}”,,,“800123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CG”,242,“00”,,,,,,,,[[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“[02]”],“”,“”,0],[,“(\d)(\d{4})(\d{4})”,“$1 $2 $3”,[“8”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],1,[,,“NA”,“NA”],[,,“NA”,“NA”]],CH:[,[,,“[2-9]\d{8}|860\d{9}”,“\d{9}(?:\d{3})?”],[,,“(?:2[12467]|3[1-4]|4[134]|5[12568]|6[12]|[7-9]1)\d{7}”,“\d{9}”,,,“212345678”],[,,“7[46-9]\d{7}”,“\d{9}”,,,“741234567”],[,,“800\d{6}”,“\d{9}”, ,,“800123456”],[,,“90[016]\d{6}”,“\d{9}”,,,“900123456”],[,,“84[0248]\d{6}”,“\d{9}”,,,“840123456”],[,,“878\d{6}”,“\d{9}”,,,“878123456”],[,,“NA”,“NA”],“CH”,41,“00”,“0”,,,“0”,,,,[[,“([2-9]\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[2-7]|[89]1”],“0$1”,“”,0],[,“([89]\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“8[047]|90”],“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4 $5”,[“860”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:1[278]|44)”,“\d{3}”,,,“112”],[, ,“860\d{9}”,“\d{12}”,,,“860123456789”]],CI:[,[,,“[02-6]\d{7}”,“\d{8}”],[,,“(?:2(?:0[023]|1[02357]|[23][045]|4[03-5])|3(?:0[06]|1[069]|[2-4][07]|5[09]|6[08]))\d{5}”,“\d{8}”,,,“21234567”],[,,“(?:0[1-9]|4[0-24-9]|5[057-9]|6[05679])\d{6}”,“\d{8}”,,,“01234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CI”,225,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],1,[,,“1(?:1[01]|[78]0)”,“\d{3}”,,,“110”], [,,“NA”,“NA”]],CK:[,[,,“[2-57]\d{4}”,“\d{5}”],[,,“(?:2\d|3[13-7]|4[1-5])\d{3}”,“\d{5}”,,,“21234”],[,,“(?:5[0-68]|7\d)\d{3}”,“\d{5}”,,,“71234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CK”,682,“00”,,,,,,,,[[,“(\d{2})(\d{3})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“99[689]”,“\d{3}”,,,“998”],[,,“NA”,“NA”]],CL:[,[,,“(?:[2-9]|600|123)\d{7,8}”,“\d{6,11}”],[,,“(?:[23]2|41|58)\d{7}|(?:3[3-5]|4[235]|5[1-357]|6[13-57]|7[1-35])\d{6,7}”, “\d{6,9}”,,,“221234567”],[,,“9[5-9]\d{7}”,“\d{8,9}”,,,“961234567”],[,,“800\d{6}|1230\d{7}”,“\d{9,11}”,,,“800123456”],[,,“NA”,“NA”],[,,“600\d{7,8}”,“\d{10,11}”,,,“6001234567”],[,,“NA”,“NA”],[,,“44\d{7}”,“\d{9}”,,,“441234567”],“CL”,56,“(?:0|1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))0”,“0”,,,“0|(1(?:1[0-69]|2[0-57]|5[13-58]|69|7[0167]|8[018]))”,,,,[[,“(2)(\d{3,4})(\d{4})”,“$1 $2 $3”,[“2”],“($1)”,“$CC ($1)”,0],[,“(\d{2})(\d{2,3})(\d{4})”,“$1 $2 $3”,[“[357]|4[1-35]|6[13-57]”],“($1)”, “$CC ($1)”,0],[,“(9)([5-9]\d{3})(\d{4})”,“$1 $2 $3”,[“9”],“0$1”,“”,0],[,“(44)(\d{3})(\d{4})”,“$1 $2 $3”,[“44”],“0$1”,“”,0],[,“([68]00)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“60|8”],“$1”,“”,0],[,“(600)(\d{3})(\d{2})(\d{3})”,“$1 $2 $3 $4”,[“60”],“$1”,“”,0],[,“(1230)(\d{3})(\d{4})”,“$1 $2 $3”,[“1”],“$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“600\d{7,8}”,“\d{10,11}”,,,“6001234567”],[,,“NA”,“NA”],,[,,“13[123]”,“\d{3}”,,,“133”],[,,“NA”,“NA”]],CM:[,[,,“[237-9]\d{7}”,“\d{8}”],[,,“(?:22|33)\d{6}”,“\d{8}”,,, “22123456”],[,,“[79]\d{7}”,“\d{8}”,,,“71234567”],[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“88\d{6}”,“\d{8}”,,,“88012345”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CM”,237,“00”,,,,,,,,[[,“([237-9]\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[2379]|88”],“”,“”,0],[,“(800)(\d{2})(\d{3})”,“$1 $2 $3”,[“80”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1?1[37]”,“\d{2,3}”,,,“113”],[,,“NA”,“NA”]],CN:[,[,,“[1-7]\d{7,11}|8[0-357-9]\d{6,9}|9(?:5\d{3}|\d{9})”,“\d{4,12}”],[,,“21\d{8,10}|(?:10|2[02-57-9]|3(?:11|7[179])|4(?:[15]1|3[12])|5(?:1\d|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:71|98))\d{8}|(?:3(?:1[02-9]|35|49|5\d|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|3[3-9]|5[2-9]|6[4789]|7\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[17]\d|2[248]|3[04-9]|4[3-6]|5[0-3689]|6[2368]|9[02-9])|8(?:1[236-8]|2[5-7]|3\d|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]\d|4[13]|5[1-5]))\d{7}|80(?:29|6[03578]|7[018]|81)\d{4}”, “\d{4,12}”,,,“1012345678”],[,,“1(?:3\d|4[57]|[58][0-35-9])\d{8}”,“\d{11}”,,,“13123456789”],[,,“(?:10)?800\d{7}”,“\d{10,12}”,,,“8001234567”],[,,“16[08]\d{5}”,“\d{8}”,,,“16812345”],[,,“400\d{7}|95\d{3}”,“\d{5}(?:\d{5})?”,,,“4001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CN”,86,“(1[1279]\d{3})?00”,“0”,,,“(1[1279]\d{3})|0”,,“00”,,[[,“(80\d{2})(\d{4})”,“$1 $2”,[“80[2678]”],“0$1”,“$CC $1”,1],[,“([48]00)(\d{3})(\d{4})”,“$1 $2 $3”,[“[48]00”],“”,“”,0],[,“(\d{5})”,“$1”,[“95”],“”,“”,0],[,“(\d{3,4})(\d{4})”, “$1 $2”,[“[2-9]”],“”,“”,0],[,“(21)(\d{4})(\d{4,6})”,“$1 $2 $3”,[“21”],“0$1”,“$CC $1”,1],[,“([12]\d)(\d{4})(\d{4})”,“$1 $2 $3”,[“10[1-9]|2[02-9]”,“10[1-9]|2[02-9]”,“10(?:[1-79]|8(?:[1-9]|0[1-9]))|2[02-9]”],“0$1”,“$CC $1”,1],[,“(\d{3})(\d{4})(\d{4})”,“$1 $2 $3”,[“3(?:11|7[179])|4(?:[15]1|3[12])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:71|98)”],“0$1”,“$CC $1”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[4789]|7\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])”], “0$1”,“$CC $1”,1],[,“(1[3-58]\d)(\d{4})(\d{4})”,“$1 $2 $3”,[“1[3-58]”],“”,“$CC $1”,0],[,“(10800)(\d{3})(\d{4})”,“$1 $2 $3”,[“108”,“1080”,“10800”],“”,“”,0]],[[,“(80\d{2})(\d{4})”,“$1 $2”,[“80[2678]”,“80[2678]”],“0$1”,“$CC $1”,1],[,“([48]00)(\d{3})(\d{4})”,“$1 $2 $3”,[“[48]00”,“[48]00”],“”,“”,0],[,“(\d{5})”,“$1”,[“95”,“95”],“”,“”,0],[,“(21)(\d{4})(\d{4,6})”,“$1 $2 $3”,[“21”,“21”],“0$1”,“$CC $1”,1],[,“([12]\d)(\d{4})(\d{4})”,“$1 $2 $3”,“10[1-9]|2[02-9] 10[1-9]|2[02-9] 10(?:[1-79]|8(?:[1-9]|0[1-9]))|2[02-9] 10[1-9]|2[02-9] 10[1-9]|2[02-9] 10(?:[1-79]|8(?:[1-9]|0[1-9]))|2[02-9]”.split(“ ”), “0$1”,“$CC $1”,1],[,“(\d{3})(\d{4})(\d{4})”,“$1 $2 $3”,[“3(?:11|7[179])|4(?:[15]1|3[12])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:71|98)”,“3(?:11|7[179])|4(?:[15]1|3[12])|5(?:1|2[37]|3[12]|51|7[13-79]|9[15])|7(?:31|5[457]|6[09]|91)|8(?:71|98)”],“0$1”,“$CC $1”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[4789]|7\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])”, “3(?:1[02-9]|35|49|5|7[02-68]|9[1-68])|4(?:1[02-9]|2[179]|[35][2-9]|6[4789]|7\d|8[23])|5(?:3[03-9]|4[36]|5[02-9]|6[1-46]|7[028]|80|9[2-46-9])|6(?:3[1-5]|6[0238]|9[12])|7(?:01|[1579]|2[248]|3[04-9]|4[3-6]|6[2368])|8(?:1[236-8]|2[5-7]|3|5[1-9]|7[02-9]|8[3678]|9[1-7])|9(?:0[1-3689]|1[1-79]|[379]|4[13]|5[1-5])”],“0$1”,“$CC $1”,1],[,“(1[3-58]\d)(\d{4})(\d{4})”,“$1 $2 $3”,[“1[3-58]”,“1[3-58]”],“”,“$CC $1”,0],[,“(10800)(\d{3})(\d{4})”,“$1 $2 $3”,“108 1080 10800 108 1080 10800”.split(“ ”),“”,“”,0]], [,,“NA”,“NA”],,,[,,“(?:4|(?:10)?8)00\d{7}|95\d{3}”,“\d{5,12}”,,,“4001234567”],[,,“NA”,“NA”],,[,,“1(?:1[09]|20)”,“\d{3}”,,,“119”],[,,“NA”,“NA”]],CO:[,[,,“(?:[13]\d{0,3}|[24-8])\d{7}”,“\d{7,11}”],[,,“[124-8][2-9]\d{6}”,“\d{8}”,,,“12345678”],[,,“3(?:0[0-24]|1\d|2[01])\d{7}”,“\d{10}”,,,“3211234567”],[,,“1800\d{7}”,“\d{11}”,,,“18001234567”],[,,“19(?:0[01]|4[78])\d{7}”,“\d{11}”,,,“19001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CO”,57,“00[579]|#555|#999”,“0”,,,“0([3579]|4(?:44|56))?”, ,,,[[,“(\d)(\d{7})”,“$1 $2”,[“1(?:8[2-9]|9[0-3]|[2-7])|[24-8]”,“1(?:8[2-9]|9(?:09|[1-3])|[2-7])|[24-8]”],“($1)”,“0$CC $1”,0],[,“(\d{3})(\d{7})”,“$1 $2”,[“3”],“”,“0$CC $1”,0],[,“(1)(\d{3})(\d{7})”,“$1-$2-$3”,[“1(?:80|9[04])”,“1(?:800|9(?:0[01]|4[78]))”],“0$1”,“”,0]],[[,“(\d)(\d{7})”,“$1 $2”,[“1(?:8[2-9]|9[0-3]|[2-7])|[24-8]”,“1(?:8[2-9]|9(?:09|[1-3])|[2-7])|[24-8]”,“1(?:8[2-9]|9[0-3]|[2-7])|[24-8]”,“1(?:8[2-9]|9(?:09|[1-3])|[2-7])|[24-8]”],“($1)”,“0$CC $1”,0],[,“(\d{3})(\d{7})”,“$1 $2”,[“3”, “3”],“”,“0$CC $1”,0],[,“(1)(\d{3})(\d{7})”,“$1 $2 $3”,[“1(?:80|9[04])”,“1(?:800|9(?:0[01]|4[78]))”]]],[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:1[29]|23|32|56)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],CR:[,[,,“[24-9]\d{7,9}”,“\d{8,10}”],[,,“2[24-7]\d{6}”,“\d{8}”,,,“22123456”],[,,“5(?:0[0-4]|7[01])\d{5}|[67][0-2]\d{6}|8[3-9]\d{6}”,“\d{8}”,,,“83123456”],[,,“800\d{7}”,“\d{10}”,,,“8001234567”],[,,“90[059]\d{7}”,“\d{10}”,,,“9001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“210[0-6]\d{4}|4(?:0(?:[04]0\d{4}|10[0-3]\d{3}|2(?:00\d|900)\d{2}|3[01]\d{4}|5\d{5}|70[01]\d{3})|1[01]\d{5}|400\d{4})|5100\d{4}”, “\d{8}”,,,“40001234”],“CR”,506,“00”,,,,“(19(?:0[0-2468]|19|66|77))”,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,[“[24-7]|8[3-9]”],“”,“$CC $1”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1-$2-$3”,[“[89]0”],“”,“$CC $1”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112|911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],CU:[,[,,“[2-57]\d{5,7}”,“\d{4,8}”],[,,“2[1-4]\d{5,6}|3(?:1\d{6}|[23]\d{4,6})|4(?:[125]\d{5,6}|[36]\d{6}|[78]\d{4,6})|7\d{6,7}”,“\d{4,8}”,,,“71234567”],[,,“5\d{7}”,“\d{8}”,,,“51234567”],[,,“NA”,“NA”], [,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CU”,53,“119”,“0”,,,“0”,,,,[[,“(\d)(\d{6,7})”,“$1 $2”,[“7”],“(0$1)”,“”,0],[,“(\d{2})(\d{4,6})”,“$1 $2”,[“[2-4]”],“(0$1)”,“”,0],[,“(\d)(\d{7})”,“$1 $2”,[“5”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“10[456]”,“\d{3}”,,,“106”],[,,“NA”,“NA”]],CV:[,[,,“[259]\d{6}”,“\d{7}”],[,,“2(?:2[1-7]|3[0-8]|4[12]|5[1256]|6\d|7[1-3]|8[1-5])\d{4}”,“\d{7}”,,,“2211234”],[,,“(?:9\d|59)\d{5}”,“\d{7}”,,,“9911234”],[,,“NA”,“NA”],[, ,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“CV”,238,“0”,,,,,,,,[[,“(\d{3})(\d{2})(\d{2})”,“$1 $2 $3”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“13[012]”,“\d{3}”,,,“132”],[,,“NA”,“NA”]],CW:[,[,,“[169]\d{6,7}”,“\d{7,8}”],[,,“9(?:[48]\d{2}|50\d|7(?:2[0-2]|[34]\d|6[35-7]|77))\d{4}”,“\d{7,8}”,,,“94151234”],[,,“9(?:5(?:[1246]\d|3[01])|6(?:[1679]\d|3[01]))\d{4}”,“\d{7,8}”,,,“95181234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“(?:10|69)\d{5}”,“\d{7}”,,,“1011234”],[,,“NA”, “NA”],[,,“NA”,“NA”],“CW”,599,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“[13-7]”],“”,“”,0],[,“(9)(\d{3})(\d{4})”,“$1 $2 $3”,[“9”],“”,“”,0]],,[,,“955\d{5}”,“\d{7,8}”,,,“95581234”],1,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112|911”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],CY:[,[,,“[257-9]\d{7}”,“\d{8}”],[,,“2[2-6]\d{6}”,“\d{8}”,,,“22345678”],[,,“9[5-79]\d{6}”,“\d{8}”,,,“96123456”],[,,“800\d{5}”,“\d{8}”,,,“80001234”],[,,“90[09]\d{5}”,“\d{8}”,,,“90012345”],[,,“80[1-9]\d{5}”,“\d{8}”,,,“80112345”],[, ,“700\d{5}”,“\d{8}”,,,“70012345”],[,,“NA”,“NA”],“CY”,357,“00”,,,,,,,,[[,“(\d{2})(\d{6})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“(?:50|77)\d{6}”,“\d{8}”,,,“77123456”],,[,,“1(?:12|99)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],CX:[,[,,“[1458]\d{5,9}”,“\d{6,10}”],[,,“89164\d{4}”,“\d{8,9}”,,,“891641234”],[,,“4(?:[0-2]\d|3[0-57-9]|4[47-9]|5[0-37-9]|6[6-9]|7[07-9]|8[7-9])\d{6}”,“\d{9}”,,,“412345678”],[,,“1(?:80(?:0\d{2})?|3(?:00\d{2})?)\d{4}”,“\d{6,10}”,,,“1800123456”],[,,“190[0126]\d{6}”, “\d{10}”,,,“1900123456”],[,,“NA”,“NA”],[,,“500\d{6}”,“\d{9}”,,,“500123456”],[,,“550\d{6}”,“\d{9}”,,,“550123456”],“CX”,61,“(?:14(?:1[14]|34|4[17]|[56]6|7[47]|88))?001[14-689]”,“0”,,,“0”,,“0011”,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“000|112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],CZ:[,[,,“[2-8]\d{8}|9\d{8,11}”,“\d{9,12}”],[,,“2\d{8}|(?:3[1257-9]|4[16-9]|5[13-9])\d{7}”,“\d{9,12}”,,,“212345678”],[,,“(?:60[1-8]|7(?:0[2-5]|[2379]\d))\d{6}”,“\d{9,12}”,,,“601123456”],[,,“800\d{6}”, “\d{9,12}”,,,“800123456”],[,,“9(?:0[05689]|76)\d{6}”,“\d{9,12}”,,,“900123456”],[,,“8[134]\d{7}”,“\d{9,12}”,,,“811234567”],[,,“70[01]\d{6}”,“\d{9,12}”,,,“700123456”],[,,“9[17]0\d{6}”,“\d{9,12}”,,,“910123456”],“CZ”,420,“00”,,,,,,,,[[,“([2-9]\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“[2-8]|9[015-7]”],“”,“”,0],[,“(96\d)(\d{3})(\d{3})(\d{3})”,“$1 $2 $3 $4”,[“96”],“”,“”,0],[,“(9\d)(\d{3})(\d{3})(\d{3})”,“$1 $2 $3 $4”,[“9[36]”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“9(?:5\d|7[234])\d{6}”, “\d{9,12}”,,,“972123456”],,[,,“1(?:12|5[058])”,“\d{3}”,,,“112”],[,,“9(?:3\d{9}|6\d{7,10})”,“\d{9,12}”,,,“93123456789”]],DE:[,[,,“[1-35-9]\d{3,14}|4(?:[0-8]\d{4,12}|9(?:[0-37]\d|4(?:[1-35-8]|4\d?)|5\d{1,2}|6[1-8]\d?)\d{2,7})”,“\d{2,15}”],[,,“[246]\d{5,13}|3(?:[03-9]\d{4,13}|2\d{9})|5(?:0[2-8]|[1256]\d|[38][0-8]|4\d{0,2}|[79][0-7])\d{3,11}|7(?:0[2-8]|[1-9]\d)\d{3,10}|8(?:0[2-9]|[1-9]\d)\d{3,10}|9(?:0[6-9]|[1-9]\d)\d{3,10}”,“\d{2,15}”,,,“30123456”],[,,“1(?:5[0-2579]\d{8}|6[023]\d{7,8}|7(?:[0-57-9]\d?|6\d)\d{7})”, “\d{10,11}”,,,“15123456789”],[,,“800\d{7,10}”,“\d{10,13}”,,,“8001234567890”],[,,“900(?:[135]\d{6}|9\d{7})”,“\d{10,11}”,,,“9001234567”],[,,“180\d{5,11}”,“\d{8,14}”,,,“18012345”],[,,“700\d{8}”,“\d{11}”,,,“70012345678”],[,,“NA”,“NA”],“DE”,49,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{4,11})”,“$1 $2”,[“3[02]|40|[68]9”],“0$1”,“”,0],[,“(\d{3})(\d{3,11})”,“$1 $2”,[“2(?:\d1|0[2389]|1[24]|28|34)|3(?:[3-9][15]|40)|[4-8][1-9]1|9(?:06|[1-9]1)”],“0$1”,“”,0],[,“(\d{4})(\d{2,11})”,“$1 $2”,[“[24-6]|[7-9](?:\d[1-9]|[1-9]\d)|3(?:[3569][02-46-9]|4[2-4679]|7[2-467]|8[2-46-8])”, “[24-6]|[7-9](?:\d[1-9]|[1-9]\d)|3(?:3(?:0[1-467]|2[127-9]|3[124578]|[46][1246]|7[1257-9]|8[1256]|9[145])|4(?:2[135]|3[1357]|4[13578]|6[1246]|7[1356]|9[1346])|5(?:0[14]|2[1-3589]|3[1357]|4[1246]|6[1-4]|7[1346]|8[13568]|9[1246])|6(?:0[356]|2[1-489]|3[124-6]|4[1347]|6[13]|7[12579]|8[1-356]|9[135])|7(?:2[1-7]|3[1357]|4[145]|6[1-5]|7[1-4])|8(?:21|3[1468]|4[1347]|6[0135-9]|7[1467]|8[136])|9(?:0[12479]|2[1358]|3[1357]|4[134679]|6[1-9]|7[136]|8[147]|9[1468]))”],“0$1”,“”,0],[,“(\d{5})(\d{1,10})”,“$1 $2”, [“3”],“0$1”,“”,0],[,“(1\d{2})(\d{7,8})”,“$1 $2”,[“1[5-7]”],“0$1”,“”,0],[,“(177)(99)(\d{7,8})”,“$1 $2 $3”,[“177”,“1779”,“17799”],“0$1”,“”,0],[,“(8\d{2})(\d{7,10})”,“$1 $2”,[“800”],“0$1”,“”,0],[,“(\d{3})(\d)(\d{4,10})”,“$1 $2 $3”,[“(?:18|90)0”,“180|900[1359]”],“0$1”,“”,0],[,“(1\d{2})(\d{5,11})”,“$1 $2”,[“181”],“0$1”,“”,0],[,“(18\d{3})(\d{6})”,“$1 $2”,[“185”,“1850”,“18500”],“0$1”,“”,0],[,“(18\d{2})(\d{7})”,“$1 $2”,[“18[68]”],“0$1”,“”,0],[,“(18\d)(\d{8})”,“$1 $2”,[“18[2-579]”],“0$1”,“”, 0],[,“(700)(\d{4})(\d{4})”,“$1 $2 $3”,[“700”],“0$1”,“”,0]],,[,,“16(?:4\d{1,10}|[89]\d{1,11})”,“\d{4,14}”,,,“16412345”],,,[,,“NA”,“NA”],[,,“18(?:1\d{5,11}|[2-9]\d{8})”,“\d{8,14}”,,,“18500123456”],,[,,“11[02]”,“\d{3}”,,,“112”],[,,“17799\d{7,8}”,“\d{12,13}”,,,“177991234567”]],DJ:[,[,,“[27]\d{7}”,“\d{8}”],[,,“2(?:1[2-5]|7[45])\d{5}”,“\d{8}”,,,“21360003”],[,,“77[6-8]\d{5}”,“\d{8}”,,,“77831001”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“DJ”,253,“00”,,,,,,,, [[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1[78]”,“\d{2}”,,,“17”],[,,“NA”,“NA”]],DK:[,[,,“[2-9]\d{7}”,“\d{8}”],[,,“(?:[2-7]\d|8[126-9]|9[126-9])\d{6}”,“\d{8}”,,,“32123456”],[,,“(?:[2-7]\d|8[126-9]|9[126-9])\d{6}”,“\d{8}”,,,“20123456”],[,,“80\d{6}”,“\d{8}”,,,“80123456”],[,,“90\d{6}”,“\d{8}”,,,“90123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“DK”,45,“00”,,,,,,,1,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”, ,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],DM:[,[,,“[57-9]\d{9}”,“\d{7}(?:\d{3})?”],[,,“767(?:2(?:55|66)|4(?:2[01]|4[0-25-9])|50[0-4])\d{4}”,“\d{7}(?:\d{3})?”,,,“7674201234”],[,,“767(?:2(?:[234689]5|7[5-7])|31[5-7]|61[2-7])\d{4}”,“\d{10}”,,,“7672251234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”, “NA”],“DM”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“767”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“333|9(?:11|99)”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],DO:[,[,,“[589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“8(?:[04]9[2-9]\d{6}|29(?:2(?:[0-59]\d|6[04-9]|7[0-27]|8[0237-9])|3(?:[0-35-9]\d|4[7-9])|[45]\d{2}|6(?:[0-27-9]\d|[3-5][1-9]|6[0135-8])|7(?:0[013-9]|[1-37]\d|4[1-35689]|5[1-4689]|6[1-57-9]|8[1-79]|9[1-8])|8(?:0[146-9]|1[0-48]|[248]\d|3[1-79]|5[01589]|6[013-68]|7[124-8]|9[0-8])|9(?:[0-24]\d|3[02-46-9]|5[0-79]|60|7[0169]|8[57-9]|9[02-9]))\d{4})”, “\d{7}(?:\d{3})?”,,,“8092345678”],[,,“8[024]9[2-9]\d{6}”,“\d{7}(?:\d{3})?”,,,“8092345678”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”,,,“5002345678”],[,,“NA”,“NA”],“DO”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“8[024]9”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112|911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],DZ:[,[,,“(?:[1-4]|[5-9]\d)\d{7}”,“\d{8,9}”],[,,“(?:1\d|2[014-79]|3[0-8]|4[0135689])\d{6}|9619\d{5}”, “\d{8,9}”,,,“12345678”],[,,“(?:5[56]|7[7-9])\d{7}|6(?:[569]\d|70)\d{6}”,“\d{9}”,,,“551234567”],[,,“800\d{6}”,“\d{9}”,,,“800123456”],[,,“80[3-689]1\d{5}”,“\d{9}”,,,“808123456”],[,,“80[12]1\d{5}”,“\d{9}”,,,“801123456”],[,,“NA”,“NA”],[,,“98[23]\d{6}”,“\d{9}”,,,“983123456”],“DZ”,213,“00”,“0”,,,“0”,,,,[[,“([1-4]\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[1-4]”],“0$1”,“”,0],[,“([5-8]\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[5-8]”],“0$1”,“”,0],[,“(9\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”, [“9”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1[47]”,“\d{2}”,,,“17”],[,,“NA”,“NA”]],EC:[,[,,“1\d{9,10}|[2-8]\d{7}|9\d{8}”,“\d{7,11}”],[,,“[2-7][2-7]\d{6}”,“\d{7,8}”,,,“22123456”],[,,“9(?:[2-7]9|[89]\d)\d{6}”,“\d{9}”,,,“991234567”],[,,“1800\d{6,7}”,“\d{10,11}”,,,“18001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“[2-7]890\d{4}”,“\d{8}”,,,“28901234”],“EC”,593,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2-$3”,[“[247]|[356][2-8]”],“(0$1)”,“”,0],[,“(\d{2})(\d{3})(\d{4})”, “$1 $2 $3”,[“9”],“0$1”,“”,0],[,“(1800)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“1”],“$1”,“”,0]],[[,“(\d)(\d{3})(\d{4})”,“$1-$2-$3”,[“[247]|[356][2-8]”]],[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“9”,“9”],“0$1”,“”,0],[,“(1800)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“1”,“1”],“$1”,“”,0]],[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:0[12]|12)|911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],EE:[,[,,“1\d{3,4}|[3-9]\d{6,7}|800\d{6,7}”,“\d{4,10}”],[,,“(?:3[23589]|4(?:0\d|[3-8])|6\d|7[1-9]|88)\d{5}”,“\d{7,8}”,,,“3212345”], [,,“(?:5\d|8[1-5])\d{6}|5(?:[02]\d{2}|1(?:[0-8]\d|95)|5[0-478]\d|64[0-4]|65[1-589])\d{3}”,“\d{7,8}”,,,“51234567”],[,,“800(?:0\d{3}|1\d|[2-9])\d{3}”,“\d{7,10}”,,,“80012345”],[,,“900\d{4}”,“\d{7}”,,,“9001234”],[,,“NA”,“NA”],[,,“70[0-2]\d{5}”,“\d{8}”,,,“70012345”],[,,“NA”,“NA”],“EE”,372,“00”,,,,,,,,[[,“([3-79]\d{2})(\d{4})”,“$1 $2”,[“[369]|4[3-8]|5(?:[0-2]|5[0-478]|6[45])|7[1-9]”,“[369]|4[3-8]|5(?:[02]|1(?:[0-8]|95)|5[0-478]|6(?:4[0-4]|5[1-589]))|7[1-9]”],“”,“”,0],[,“(70)(\d{2})(\d{4})”, “$1 $2 $3”,[“70”],“”,“”,0],[,“(8000)(\d{3})(\d{3})”,“$1 $2 $3”,[“800”,“8000”],“”,“”,0],[,“([458]\d{3})(\d{3,4})”,“$1 $2”,[“40|5|8(?:00|[1-5])”,“40|5|8(?:00[1-9]|[1-5])”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“1\d{3,4}|800[2-9]\d{3}”,“\d{4,7}”,,,“8002123”],[,,“1(?:2[01245]|3[0-6]|4[1-489]|5[0-59]|6[1-46-9]|7[0-27-9]|8[189]|9[012])\d{1,2}”,“\d{4,5}”,,,“12123”],,[,,“11[02]”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],EG:[,[,,“1\d{4,9}|[2456]\d{8}|3\d{7}|[89]\d{8,9}”,“\d{5,10}”],[,,“(?:1(3[23]\d|5[23])|2[2-4]\d{2}|3\d{2}|4(?:0[2-5]|[578][23]|64)\d|5(?:0[2-7]|[57][23])\d|6[24-689]3\d|8(?:2[2-57]|4[26]|6[237]|8[2-4])\d|9(?:2[27]|3[24]|52|6[2356]|7[2-4])\d)\d{5}|1[69]\d{3}”, “\d{5,9}”,,,“234567890”],[,,“1(?:0[01269]|1[1245]|2[0-278])\d{7}”,“\d{10}”,,,“1001234567”],[,,“800\d{7}”,“\d{10}”,,,“8001234567”],[,,“900\d{7}”,“\d{10}”,,,“9001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“EG”,20,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{7,8})”,“$1 $2”,[“[23]”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“1[012]|[89]00”],“0$1”,“”,0],[,“(\d{2})(\d{6,7})”,“$1 $2”,[“1(?:3|5[23])|[4-6]|[89][2-9]”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:2[23]|80)”, “\d{3}”,,,“122”],[,,“NA”,“NA”]],EH:[,[,,“[5689]\d{8}”,“\d{9}”],[,,“528[89]\d{5}”,“\d{9}”,,,“528812345”],[,,“6(?:0[0-6]|[14-7]\d|2[2-46-9]|3[03-8]|8[01]|99)\d{6}”,“\d{9}”,,,“650123456”],[,,“80\d{7}”,“\d{9}”,,,“801234567”],[,,“89\d{7}”,“\d{9}”,,,“891234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“EH”,212,“00”,“0”,,,“0”,,,,,,[,,“NA”,“NA”],,“528[89]”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:[59]|77)”,“\d{2,3}”,,,“15”],[,,“NA”,“NA”]],ER:[,[,,“[178]\d{6}”,“\d{6,7}”],[,,“1(?:1[12568]|20|40|55|6[146])\d{4}|8\d{6}”, “\d{6,7}”,,,“8370362”],[,,“17[1-3]\d{4}|7\d{6}”,“\d{7}”,,,“7123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“ER”,291,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“NA”,“NA”]],ES:[,[,,“[5-9]\d{8}”,“\d{9}”],[,,“8(?:[13]0|[28][0-8]|[47][1-9]|5[01346-9]|6[0457-9])\d{6}|9(?:[1238][0-8]\d{6}|4[1-9]\d{6}|5\d{7}|6(?:[0-8]\d{6}|9(?:0(?:[0-57-9]\d{4}|6(?:0[0-8]|1[1-9]|[2-9]\d)\d{2})|[1-9]\d{5}))|7(?:[124-9]\d{2}|3(?:[0-8]\d|9[1-9]))\d{4})”, “\d{9}”,,,“810123456”],[,,“(?:6\d{6}|7[1-4]\d{5}|9(?:6906(?:09|10)|7390\d{2}))\d{2}”,“\d{9}”,,,“612345678”],[,,“[89]00\d{6}”,“\d{9}”,,,“800123456”],[,,“80[367]\d{6}”,“\d{9}”,,,“803123456”],[,,“90[12]\d{6}”,“\d{9}”,,,“901123456”],[,,“70\d{7}”,“\d{9}”,,,“701234567”],[,,“NA”,“NA”],“ES”,34,“00”,,,,,,,,[[,“([5-9]\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“51\d{7}”,“\d{9}”,,,“511234567”],,[,,“0(?:[69][12]|8[05])|112”,“\d{3}”,,,“112”],[,, “NA”,“NA”]],ET:[,[,,“[1-59]\d{8}”,“\d{7,9}”],[,,“(?:11(?:1(?:1[124]|2[2-57]|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[57]|44|5[0-4])|6(?:18|2[69]|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[0-6]|33[0134689]|44[04]|55[0-6]|66[01467])|4(?:44[0-8]|55[0-69]|66[0-3]|77[1-5]))|4(?:6(?:22[0-24-7]|33[1-5]|44[13-69]|55[14-689]|660|88[1-4])|7(?:11[1-9]|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}”, “\d{7,9}”,,,“111112345”],[,,“9(?:[1-3]\d|5[89])\d{6}”,“\d{9}”,,,“911234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“ET”,251,“00”,“0”,,,“0”,,,,[[,“([1-59]\d)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“9(?:11?|[23]|9[17])”,“\d{2,3}”,,,“991”],[,,“NA”,“NA”]],FI:[,[,,“1\d{4,11}|[2-9]\d{4,10}”,“\d{5,12}”],[,,“1(?:[3569][1-8]\d{3,9}|[47]\d{5,10})|2[1-8]\d{3,9}|3(?:[1-8]\d{3,9}|9\d{4,8})|[5689][1-8]\d{3,9}”,“\d{5,12}”, ,,“1312345678”],[,,“4\d{5,10}|50\d{4,8}”,“\d{6,11}”,,,“412345678”],[,,“800\d{4,7}”,“\d{7,10}”,,,“8001234567”],[,,“[67]00\d{5,6}”,“\d{8,9}”,,,“600123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“FI”,358,“00|99[049]”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3,7})”,“$1 $2”,[“(?:[1-3]00|[6-8]0)”],“0$1”,“”,0],[,“(\d{2})(\d{4,10})”,“$1 $2”,[“2[09]|[14]|50|7[135]”],“0$1”,“”,0],[,“(\d)(\d{4,11})”,“$1 $2”,[“[25689][1-8]|3”],“0$1”,“”,0]],,[,,“NA”,“NA”],1,,[,,“[13]00\d{3,7}|2(?:0(?:0\d{3,7}|2[023]\d{1,6}|9[89]\d{1,6}))|60(?:[12]\d{5,6}|6\d{7})|7(?:1\d{7}|3\d{8}|5[03-9]\d{2,7})”, “\d{5,10}”,,,“100123”],[,,“[13]0\d{4,8}|2(?:0(?:[016-8]\d{3,7}|[2-59]\d{2,7})|9\d{4,8})|60(?:[12]\d{5,6}|6\d{7})|7(?:1\d{7}|3\d{8}|5[03-9]\d{2,7})”,“\d{5,10}”,,,“10112345”],,[,,“112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],FJ:[,[,,“[36-9]\d{6}|0\d{10}”,“\d{7}(?:\d{4})?”],[,,“(?:3[0-5]|6[25-7]|8[58])\d{5}”,“\d{7}”,,,“3212345”],[,,“(?:7[0-467]|8[367]|9[02346-9])\d{5}”,“\d{7}”,,,“7012345”],[,,“0800\d{7}”,“\d{11}”,,,“08001234567”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”], “FJ”,679,“0(?:0|52)”,,,,,,“00”,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“[36-9]”],“”,“”,0],[,“(\d{4})(\d{3})(\d{4})”,“$1 $2 $3”,[“0”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],1,[,,“91[17]”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],FK:[,[,,“[2-7]\d{4}”,“\d{5}”],[,,“[2-47]\d{4}”,“\d{5}”,,,“31234”],[,,“[56]\d{4}”,“\d{5}”,,,“51234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“FK”,500,“00”,,,,,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“999”,“\d{3}”,,,“999”], [,,“NA”,“NA”]],FM:[,[,,“[39]\d{6}”,“\d{7}”],[,,“3[2357]0[1-9]\d{3}|9[2-6]\d{5}”,“\d{7}”,,,“3201234”],[,,“3[2357]0[1-9]\d{3}|9[2-7]\d{5}”,“\d{7}”,,,“3501234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“FM”,691,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911|320221”,“\d{3}(?:\d{3})?”,,,“911”],[,,“NA”,“NA”]],FO:[,[,,“[2-9]\d{5}”,“\d{6}”],[,,“(?:20|[3-4]\d|8[19])\d{4}”,“\d{6}”,,,“201234”],[,,“(?:2[1-9]|5\d|7[1-79])\d{4}”, “\d{6}”,,,“211234”],[,,“80[257-9]\d{3}”,“\d{6}”,,,“802123”],[,,“90(?:[1345][15-7]|2[125-7]|99)\d{2}”,“\d{6}”,,,“901123”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“(?:6[0-36]|88)\d{4}”,“\d{6}”,,,“601234”],“FO”,298,“00”,,,,“(10(?:01|[12]0|88))”,,,,[[,“(\d{6})”,“$1”,,“”,“$CC $1”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],FR:[,[,,“[124-9]\d{8}|3\d{3}(?:\d{5})?”,“\d{4}(?:\d{5})?”],[,,“[1-5]\d{8}”,“\d{9}”,,,“123456789”],[,,“6\d{8}|7[5-9]\d{7}”,“\d{9}”, ,,“612345678”],[,,“80\d{7}”,“\d{9}”,,,“801234567”],[,,“3\d{3}|89[1-37-9]\d{6}”,“\d{4}(?:\d{5})?”,,,“891123456”],[,,“8(?:1[019]|2[0156]|84|90)\d{6}”,“\d{9}”,,,“810123456”],[,,“NA”,“NA”],[,,“9\d{8}”,“\d{9}”,,,“912345678”],“FR”,33,“[04579]0”,“0”,,,“0”,,“00”,,[[,“([1-79])(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4 $5”,[“[1-79]”],“0$1”,“”,0],[,“(8\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“8”],“0 $1”,“”,0]],,[,,“NA”,“NA”],,,[,,“3\d{3}”,“\d{4}”,,,“3123”],[,,“NA”,“NA”],,[,,“1(?:[578]|12)”, “\d{2,3}”,,,“112”],[,,“NA”,“NA”]],GA:[,[,,“[01]\d{6,7}”,“\d{7,8}”],[,,“1\d{6}”,“\d{7,8}”,,,“1441234”],[,,“0[2-7]\d{6}”,“\d{7,8}”,,,“06031234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GA”,241,“00”,“0”,,,“0”,,,,[[,“(1)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“1”],“0$1”,“”,0],[,“(0\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“0”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1730|18|13\d{2}”,“\d{2,4}”,,,“1730”],[,,“NA”,“NA”]],GB:[,[,,“\d{7,10}”, “\d{4,10}”],[,,“2(?:0[01378]|3[0189]|4[017]|8[0-46-9]|9[012])\d{7}|1(?:(?:1(?:3[0-48]|[46][0-4]|5[012789]|7[0-49]|8[01349])|21[0-7]|31[0-8]|[459]1\d|61[0-46-9]))\d{6}|1(?:2(?:0[024-9]|2[3-9]|3[3-79]|4[1-689]|[58][02-9]|6[0-4789]|7[013-9]|9\d)|3(?:0\d|[25][02-9]|3[02-579]|[468][0-46-9]|7[1235679]|9[24578])|4(?:0[03-9]|[28][02-5789]|[37]\d|4[02-69]|5[0-8]|[69][0-79])|5(?:0[1235-9]|2[024-9]|3[015689]|4[02-9]|5[03-9]|6\d|7[0-35-9]|8[0-468]|9[0-5789])|6(?:0[034689]|2[0-35689]|[38][013-9]|4[1-467]|5[0-69]|6[13-9]|7[0-8]|9[0124578])|7(?:0[0246-9]|2\d|3[023678]|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-5789]|3[02-578]|4[0-578]|5[124-9]|6[2-69]|7\d|8[02-9]|9[02569])|9(?:0[02-589]|2[02-689]|3[1-5789]|4[2-9]|5[0-579]|6[234789]|7[0124578]|8\d|9[2-57]))\d{6}|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-4789]|8[345])))|3(?:638[2-5]|647[23]|8(?:47[04-9]|64[015789]))|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[123]))|5(?:24(?:3[2-79]|6\d)|276\d|6(?:26[06-9]|686))|6(?:06(?:4\d|7[4-79])|295[567]|35[34]\d|47(?:24|61)|59(?:5[08]|6[67]|74)|955[0-4])|7(?:26(?:6[13-9]|7[0-7])|442\d|50(?:2[0-3]|[3-68]2|76))|8(?:27[56]\d|37(?:5[2-5]|8[239])|84(?:3[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}|176888[234678]\d{2}|16977[23]\d{3}”, “\d{4,10}”,,,“1212345678”],[,,“7(?:[1-4]\d\d|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(?:[04-9]\d|1[02-9]|2[0-35-9]|3[0-689]))\d{6}”,“\d{10}”,,,“7400123456”],[,,“80(?:0(?:1111|\d{6,7})|8\d{7})|500\d{6}”,“\d{7}(?:\d{2,3})?”,,,“8001234567”],[,,“(?:87[123]|9(?:[01]\d|8[2349]))\d{7}”,“\d{10}”,,,“9012345678”],[,,“8(?:4(?:5464\d|[2-5]\d{7})|70\d{7})”,“\d{7}(?:\d{3})?”,,,“8431234567”],[,,“70\d{8}”,“\d{10}”,,,“7012345678”],[,,“56\d{8}”, “\d{10}”,,,“5612345678”],“GB”,44,“00”,“0”,“ x”,,“0”,,,,[[,“(\d{2})(\d{4})(\d{4})”,“$1 $2 $3”,[“2|5[56]|7(?:0|6[013-9])”,“2|5[56]|7(?:0|6(?:[013-9]|2[0-35-9]))”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“1(?:1|\d1)|3|9[018]”],“0$1”,“”,0],[,“(\d{5})(\d{4,5})”,“$1 $2”,[“1(?:38|5[23]|69|76|94)”,“1(?:387|5(?:24|39)|697|768|946)”,“1(?:3873|5(?:242|39[456])|697[347]|768[347]|9467)”],“0$1”,“”,0],[,“(1\d{3})(\d{5,6})”,“$1 $2”,[“1”],“0$1”,“”,0],[,“(7\d{3})(\d{6})”,“$1 $2”,[“7(?:[1-5789]|62)”, “7(?:[1-5789]|624)”],“0$1”,“”,0],[,“(800)(\d{4})”,“$1 $2”,[“800”,“8001”,“80011”,“800111”,“8001111”],“0$1”,“”,0],[,“(845)(46)(4\d)”,“$1 $2 $3”,[“845”,“8454”,“84546”,“845464”],“0$1”,“”,0],[,“(8\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“8(?:4[2-5]|7[0-3])”],“0$1”,“”,0],[,“(80\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“80”],“0$1”,“”,0],[,“([58]00)(\d{6})”,“$1 $2”,[“[58]00”],“0$1”,“”,0]],,[,,“76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\d{6}”,“\d{10}”,,,“7640123456”],1,,[,,“NA”,“NA”],[,,“(?:3[0347]|55)\d{8}”, “\d{10}”,,,“5512345678”],,[,,“112|999”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],GD:[,[,,“[4589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“473(?:2(?:3[0-2]|69)|3(?:2[89]|86)|4(?:[06]8|3[5-9]|4[0-49]|5[5-79]|68|73|90)|63[68]|7(?:58|84)|938)\d{4}”,“\d{7}(?:\d{3})?”,,,“4732691234”],[,,“473(?:4(?:0[3-79]|1[04-9]|20|58)|53[3-8])\d{4}”,“\d{10}”,,,“4734031234”],[,,“8(?:00|55|66|77|88)[2-9]\d{6}”,“\d{10}”,,,“8002123456”],[,,“900[2-9]\d{6}”,“\d{10}”,,,“9002123456”],[,,“NA”,“NA”],[,,“5(?:00|33|44)[2-9]\d{6}”,“\d{10}”, ,,“5002345678”],[,,“NA”,“NA”],“GD”,1,“011”,“1”,,,“1”,,,,,,[,,“NA”,“NA”],,“473”,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“911”,“\d{3}”,,,“911”],[,,“NA”,“NA”]],GE:[,[,,“[3458]\d{8}”,“\d{6,9}”],[,,“(?:3(?:[256]\d|4[124-9]|7[0-4])|4(?:1\d|2[2-7]|3[1-79]|4[2-8]|7[239]|9[1-7]))\d{6}”,“\d{6,9}”,,,“322123456”],[,,“5(?:14|5[01578]|68|7[0147-9]|9[0-35-9])\d{6}”,“\d{9}”,,,“555123456”],[,,“800\d{6}”,“\d{9}”,,,“800123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GE”,995,“810”,“8”,,,“8”,,“8~10”, ,[[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[348]”],“8 $1”,“”,0],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“5”],“$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“0(?:11|22|33)|1(?:1[123]|22)”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],GF:[,[,,“[56]\d{8}”,“\d{9}”],[,,“594(?:10|2[012457-9]|3[0-57-9]|4[3-9]|5[7-9]|6[0-3]|9[014])\d{4}”,“\d{9}”,,,“594101234”],[,,“694(?:[04][0-7]|1[0-5]|2[0-46-9]|38|9\d)\d{4}”,“\d{9}”,,,“694201234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”], [,,“NA”,“NA”],[,,“NA”,“NA”],“GF”,594,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1[578]”,“\d{2}”,,,“15”],[,,“NA”,“NA”]],GG:[,[,,“[135789]\d{6,9}”,“\d{6,10}”],[,,“1481\d{6}”,“\d{6,10}”,,,“1481456789”],[,,“7(?:781|839|911)\d{6}”,“\d{10}”,,,“7781123456”],[,,“80(?:0(?:1111|\d{6,7})|8\d{7})|500\d{6}”,“\d{7}(?:\d{2,3})?”,,,“8001234567”],[,,“(?:87[123]|9(?:[01]\d|8[0-3]))\d{7}”,“\d{10}”,,,“9012345678”], [,,“8(?:4(?:5464\d|[2-5]\d{7})|70\d{7})”,“\d{7}(?:\d{3})?”,,,“8431234567”],[,,“70\d{8}”,“\d{10}”,,,“7012345678”],[,,“56\d{8}”,“\d{10}”,,,“5612345678”],“GG”,44,“00”,“0”,“ x”,,“0”,,,,,,[,,“76(?:0[012]|2[356]|4[0134]|5[49]|6[0-369]|77|81|9[39])\d{6}”,“\d{10}”,,,“7640123456”],,,[,,“NA”,“NA”],[,,“(?:3[0347]|55)\d{8}”,“\d{10}”,,,“5512345678”],,[,,“112|999”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],GH:[,[,,“[235]\d{8}|8\d{7}”,“\d{7,9}”],[,,“3(?:0[237]\d|[167](?:2[0-6]|7\d)|2(?:2[0-5]|7\d)|3(?:2[0-3]|7\d)|4(?:2[013-9]|3[01]|7\d)|5(?:2[0-7]|7\d)|8(?:2[0-2]|7\d)|9(?:20|7\d))\d{5}”, “\d{7,9}”,,,“302345678”],[,,“(?:2[034678]|5[047])\d{7}”,“\d{9}”,,,“231234567”],[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GH”,233,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“[235]”],“0$1”,“”,0],[,“(\d{3})(\d{5})”,“$1 $2”,[“8”],“0$1”,“”,0]],,[,,“NA”,“NA”],,,[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“NA”,“NA”],,[,,“19[123]|999”,“\d{3}”,,,“999”],[,,“NA”,“NA”]],GI:[,[,,“[2568]\d{7}”,“\d{8}”],[,,“2(?:00\d|16[0-7]|22[2457])\d{4}”, “\d{8}”,,,“20012345”],[,,“(?:5[4-8]|60)\d{6}”,“\d{8}”,,,“57123456”],[,,“80\d{6}”,“\d{8}”,,,“80123456”],[,,“8[1-689]\d{6}”,“\d{8}”,,,“88123456”],[,,“87\d{6}”,“\d{8}”,,,“87123456”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GI”,350,“00”,,,,,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1(?:12|9[09])”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],GL:[,[,,“[1-689]\d{5}”,“\d{6}”],[,,“(?:19|3[1-6]|6[14689]|8[14-79]|9\d)\d{4}”,“\d{6}”,,,“321000”],[,,“[245][2-9]\d{4}”,“\d{6}”,,,“221234”],[,,“80\d{4}”,“\d{6}”, ,,“801234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“3[89]\d{4}”,“\d{6}”,,,“381234”],“GL”,299,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})”,“$1 $2 $3”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“112”,“\d{3}”,,,“112”],[,,“NA”,“NA”]],GM:[,[,,“[2-9]\d{6}”,“\d{7}”],[,,“(?:4(?:[23]\d{2}|4(?:1[024679]|[6-9]\d))|5(?:54[0-7]|6(?:[67]\d)|7(?:1[04]|2[035]|3[58]|48))|8\d{3})\d{3}”,“\d{7}”,,,“5661234”],[,,“(?:2[0-2]|[3679]\d)\d{5}”,“\d{7}”,,,“3012345”],[,,“NA”,“NA”],[,,“NA”,“NA”], [,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GM”,220,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1?1[678]”,“\d{2,3}”,,,“117”],[,,“NA”,“NA”]],GN:[,[,,“[23567]\d{7,8}”,“\d{8,9}”],[,,“30(?:24|3[12]|4[1-35-7]|5[13]|6[189]|[78]1|9[1478])\d{4}”,“\d{8}”,,,“30241234”],[,,“(?:24|55)\d{6}|6(?:0(?:2[0-35-9]|3[3467]|5[2457-9])|1[0-5]\d|2\d{2}|[4-9]\d{2}|3(?:[14]0|35))\d{4}|6(?:[03]1|2[128]|5[57]|6[2469])\d{6}”,“\d{8,9}”,,,“60201234”],[,,“NA”, “NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“78\d{6}”,“\d{8}”,,,“78123456”],“GN”,224,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[23567]”],“”,“”,0],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“6[02356]”],“”,“”,0]],,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“NA”,“NA”]],GP:[,[,,“[56]\d{8}”,“\d{9}”],[,,“590(?:1[12]|2[0-68]|3[28]|4[126-8]|5[067]|6[018]|[89]\d)\d{4}”,“\d{9}”,,,“590201234”],[,,“690(?:00|1[1-9]|2[013-5]|[3-5]\d|6[0-57-9]|7[1-6]|8[0-6]|9[09])\d{4}”, “\d{9}”,,,“690301234”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],[,,“NA”,“NA”],“GP”,590,“00”,“0”,,,“0”,,,,[[,“([56]90)(\d{2})(\d{4})”,“$1 $2-$3”,,“0$1”,“”,0]],,[,,“NA”,“NA”],1,,[,,“NA”,“NA”],[,,“NA”,“NA”],,[,,“1[578]”,“\d{2}”,,,“18”],[,,“NA”,“NA”]],GQ:[,[,,“[23589]\d{8}”,“\d{9}”],[,,“3(?:3(?:3\d[7-9]|[0-24-9]\d[46])|5\d{2)\d{4}”,“\d{9}”,,,“333091234”],,[,,“80\d\d{5}”,“\d{9}”,,,“800123456”],[,,“90\d\d{5}”,“\d{9}”, ,,“900123456”],,[,,“NA”,“NA”],,“GQ”,240,“00”,,,,,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“”,“”,0],[,“(\d{3})(\d{6})”,“$1 $2”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],GR:[,[,,“\d{9}”,“\d{10}”],[,,“2(?:1\d{2}|2(?:3|4|5|6|7|[289])|3(?:1\d|2|3|[45]|7|8|9)|4(?:1\d|2|3|4|6|9)|5(?:1\d|[1-4]|4|5)|6(?:1\d|3|4|5|[269]|7|8)|7(?:1\d|2|3|4|5|6|9)|8(?:1\d|2|[34]|9))\d{6}”, “\d{10}”,,,“2123456789”],,[,,“800\d{7}”,“\d{10}”,,,“8001234567”],[,,“90\d{7}”,“\d{10}”,,,“9091234567”],[,,“8(?:0|12|25)\d{7}”,“\d{10}”,,,“8011234567”],,[,,“NA”,“NA”],“GR”,30,“00”,,,,,,,,[[,“(\d)(\d{4})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“2[2-9]1|”],“”,“”,0],[,“(2\d{3})(\d{6})”,“$1 $2”,[“2[02-9]”],“”,“”,0]],,,,,[,,“NA”,“NA”],[,,“NA”, “NA”],,,[,,“NA”,“NA”]],GT:[,[,,“\d{7}|1\d{9}”,“\d{8}(?:\d{3})?”],[,,“[267]\d{6}”,“\d{8}”,,,“22456789”],[,,“\d{7}”,“\d{8}”,,,“51234567”],[,,“18\d{8}”,“\d{11}”,,,“18001112222”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“GT”,502,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(\d{4})(\d{3})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],, ,[,,“1(?:10|2)”,“\d{3}”,,,“110”],],GU:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“671(?:3(?:00|3|4|55|6)|4(?:56|7|8)|5(?:55|6|88)|6(?:3|4|5|78|8)|7(?:[079]7|2|3|8)|8(?:[2-5789]8|6)|9(?:2|6|7|8|9))\d{4}”,“\d{7}(?:\d{3})?”,,,“6713001234”],[,,“671(?:3(?:00|3|4|55|6)|4(?:56|7|8)|5(?:55|6|88)|6(?:3|4|5|78|8)|7(?:[079]7|2|3|8)|8(?:[2-5789]8|6)|9(?:2|6|7|8|9))\d{4}”, “\d{7}(?:\d{3})?”,,,“6713001234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”,,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“GU”,1,“011”,“1”,,,“1”,,,1,,,,,“671”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],GW:[,[,,“\d{6}”,“\d{7}”],[,,“3(?:2|3|4|5|70|9)\d{4}”,“\d{7}”,,,“3201234”],[,,“\d{6}”,“\d{7}”,,,“5012345”],[, ,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“GW”,245,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“113”],],GY:[,[,,“\d{6}”,“\d{7}”],[,,“(?:2(?:1|2|3|5|6\d|7)|3(?:2|3\d)|4(?:4|5)|77)\d{4}”,“\d{7}”,,,“2201234”],,[,,“(?:289|862)\d{4}”,“\d{7}”,,,“2891234”],, [,,“NA”,“NA”],,[,,“NA”,“NA”],“GY”,592,“001”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“91”,“\d{3}”,,,“911”],],HK:[,[,,“\d{7}|8\d{7,8}|9\d{4,10}”,“\d{5,11}”],[,,“(?:[23]\d|5)\d{6}”,“\d{8}”,,,“21234567”],[,,“(?:5\d|6\d{2}|9(?:0|[1-8]\d))\d{5}”,“\d{8}”,,,“51234567”],,[,,“900(?:\d{7}|3\d{1,4})”,“\d{5,11}”,,,“90012345678”],, [,,“8\d{6}”,“\d{8}”,,,“81123456”],,“HK”,852,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,[“|[89](?:0|[1-9])”],“”,“”,0],[,“(800)(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0],[,“(900)(\d{2})(\d{3})(\d{3})”,“$1 $2 $3 $4”,,“”,“”,0],[,“(900)(\d{2,5})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112|99”,“\d{3}”,,,“999”],],HN:[,[,,“\d{7}”,“\d{8}”],[,,“2(?:2(?:0|1|[23]\d|4|5|8|9)|4(?:2|3-59]|3|4|5)|5(?:4|5\d|6|74)|6(?:4|[56]\d|[0-8]|9)|7(?:6|7|8)|8(?:79|8|9))\d{4}”, “\d{8}”,,,“22123456”],[,,“\d{7}”,“\d{8}”,,,“91234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“HN”,504,“00”,,,,,,,,[],,[,,“NA”,“NA”],,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],HR:[,[,,“\d{5,8}|[89]\d{6,11}”,“\d{6,12}”],[,,“1\d{7}|(?:2|3|4|5)\d{6}”,“\d{6,8}”,,,“12345678”],[,,“9\d{6,10}”,“\d{8,12}”,,,“912345678”],[,,“80\d{4,7}”,“\d{7,10}”,,,“8001234567”], [,,“6(?:\d{7}|[145]\d{4,7})”,“\d{6,9}”,,,“611234”],,[,,“7\d{4,7}”,“\d{6,9}”,,,“741234567”],,“HR”,385,“00”,“0”,,,“0”,,,,[[,“(1)(\d{4})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(6)(\d{4})(\d{3})”,“$1 $2 $3”,[“6”],“0$1”,“”,0],[,“(62)(\d{3})(\d{3,4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(9\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(9\d)(\d{4})(\d{4})”,“$1 $2 $3”,,“0$1”, “”,0],[,“(9\d)(\d{3,4})(\d{3})(\d{3})”,“$1 $2 $3 $4”,,“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{2,3})”,“$1 $2 $3”,[“6|7”],“0$1”,“”,0],[,“(\d{2})(\d{3,4})(\d{3})”,“$1 $2 $3”,[“6|7”],“0$1”,“”,0],[,“(80)(\d{2})(\d{2,3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(80)(\d{3,4})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:12|92)|9”,“\d{2,3}”,,,“112”],],HT:[,[,,“\d{7}”,“\d{8}”],[,,“2(?:\d|5|94)\d{5}”, “\d{8}”,,,“22453300”],[,,“(?:3|4\d)\d{6}”,“\d{8}”,,,“34101234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“98\d{5}”,“\d{8}”,,,“98901234”],“HT”,509,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“118”],],HU:[,[,,“\d{7,8}”,“\d{6,9}”],[,,“(?:1\d|2(?:1\d|)|3|4|5|6|7(?:1\d|)|8|9)\d{6}”,“\d{6,9}”, ,,“12345678”],[,,“(?:[27]0|3)\d{7}”,“\d{9}”,,,“201234567”],,[,,“9\d{6}”,“\d{8}”,,,“90123456”],,[,,“NA”,“NA”],,“HU”,36,“00”,“06”,,,“06”,,,,[[,“(1)(\d{3})(\d{4})”,“$1 $2 $3”,,“($1)”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“($1)”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],ID:[,[,,“\d{6,10}”,“\d{5,11}”],[,,“2(?:1(?:\d{6,7}|9\d{6})|[24]\d{7,8})|(?:2(?:[1-4]|6|7|8\d|9)|3(?:1|2|3|4|5|6|7|8\d)|4(?:0|1|2|3|5|6|7|8)|5(?:1|2|3|4|5|6)|6(?:19?|\d|3|4)|7(?:1|2|[36]\d|4|5|7)|9(?:0|1|2|5|6|7|8))\d{5,8}”, “\d{5,10}”,,,“612345678”],[,,“(?:2(?:1(?:3|4|5|60|8|9\d)|2(?:88|9)|3[1-4]9|4(?:36|91)|5(?:1|[2-4]9)|6[0-7]9|7(?:[1-36]9|4)|8[1-5]9|9[1-48]9)|3(?:19|2[12]9|3[13]9|4(?:1|39)|5[14]9|6(?:1|2)|709)|4[13]19|5(?:1(?:19|8)|4[129]9|6[12]9)|6(?:19|2(?:[23]9|77))|7(?:1[13]9|2[15]9|419|5(?:1|29)|6[15]9|79))\d{5,6}|8\d{7,9}”,“\d{9,11}”,,,“812345678”],,[,,“809\d{7}”,“\d{10}”, ,,“8091234567”],,[,,“NA”,“NA”],,“ID”,62,“0(?:0|10(?:00|1))”,“0”,,,“0”,,,,[[,“(\d{2})(\d{7,8})”,“$1 $2”,[“2|[36]1”],“(0$1)”,“”,0],[,“(\d{3})(\d{5,7})”,“$1 $2”,[“|2|[36]”],“(0$1)”,“”,0],[,“(8\d{2})(\d{3,4})(\d{3,4})”,“$1-$2-$3”,[“8”],“0$1”,“”,0],[,“(177)(\d{6,8})”,“$1 $2”,,“0$1”,“”,0],[,“(800)(\d{5,7})”,“$1 $2”,,“0$1”,“”,0],[,“(809)(\d)(\d{3})(\d{3})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,,,,[,,“NA”, “NA”],,,[,,“11”,“\d{3}”,,,“112”],],IE:[,[,,“\d{6,9}”,“\d{5,10}”],[,,“1\d{7,8}|2(?:1\d{6,7}|3\d{7}|[24-9]\d{5})|4(?:0\d{5}|[1-469]\d{7}|5\d{6}|7\d{5}|8\d{7})|5(?:0\d{5}|1\d{6}|[23679]\d{7}|8\d{5})|6(?:1\d{6}|[237-9]\d{5}|[4-6]\d{7})|7\d{7}|9(?:1\d{6}|[04]\d{7}|[35-9]\d{5})”,“\d{5,10}”,,,“2212345”],[,,“8(?:22\d{6}|\d{7})”,“\d{9}”,,,“850123456”],,[,,“15(?:1|[2-8]0|9)\d{6}”, “\d{10}”,,,“1520123456”],[,,“180\d{6}”,“\d{10}”,,,“1850123456”],,[,,“76\d{7}”,“\d{9}”,,,“761234567”],“IE”,353,“00”,“0”,,,“0”,,,,[[,“(1)(\d{3,4})(\d{4})”,“$1 $2 $3”,,“(0$1)”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,[“2|47|58|6|9”],“(0$1)”,“”,0],[,“(\d{3})(\d{5})”,“$1 $2”,[“40|50”],“(0$1)”,“”,0],[,“(48)(\d{4})(\d{4})”,“$1 $2 $3”,,“(0$1)”,“”,0],[,“(818)(\d{3})(\d{3})”,“$1 $2 $3”,,“(0$1)”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”, “$1 $2 $3”,[“|7”],“(0$1)”,“”,0],[,“(\d)(\d{3,4})(\d{4})”,“$1 $2 $3”,[“76|8”],“0$1”,“”,0],[,“(700)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{4})(\d{3})(\d{3})”,“$1 $2 $3”,[“1(?:8|5)”,“1(?:8[059]0|5)”],“$1”,“”,0]],,,,,[,,“180\d{6}”,“\d{10}”,,,“1850123456”],,,[,,“112|999”,“\d{3}”,,,“112”],[,,“8\d{8}”,“\d{10}”,,,“8501234567”]],IL:[,[,,“\d{6,9}|[2-589]\d{3}(?:\d{3,6})?|6\d{3}”,“\d{4,10}”], [,,“[2-489]\d{7}”,“\d{7,8}”,,,“21234567”],[,,“5(?:\d{2}|5(?:2|3|4|5|6|7|8)|6\d)\d{5}”,“\d{9}”,,,“501234567”],[,,“1(?:80\d{3}|255)\d{3}”,“\d{7,10}”,,,“1800123456”],[,,“1(?:212|(?:9(?:0|19)|200)\d{2})\d{4}”,“\d{8,10}”,,,“1919123456”],,[,,“NA”,“NA”],[,,“7(?:2\d|3\d|47\d|6(?:5\d|8)|7\d{2}|8(?:33|55|77|81))\d{5}”,“\d{9}”,,,“771234567”],“IL”,972,“0(?:0|1)”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{4})”, “$1-$2-$3”,[“”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{4})”,“$1-$2-$3”,[“”],“0$1”,“”,0],[,“(1)(\d{2})(\d{3})(\d{3})”,“$1-$2-$3-$4”,[“1”],“$1”,“”,0],[,“(1255)(\d{3})”,“$1-$2”,,“$1”,“”,0],[,“(1200)(\d{3})(\d{3})”,“$1-$2-$3”,,“$1”,“”,0],[,“(1212)(\d{2})(\d{2})”,“$1-$2-$3”,,“$1”,“”,0],[,“(1599)(\d{6})”,“$1-$2”,,“$1”,“”,0],[,“(\d{4})”,“*$1”,[“”],“$1”,“”,0]],,,,,[,,“1700\d{6}|[2-689]\d{3}”,“\d{4,10}”,,,“1700123456”],[,,“\d{3}”, “\d{4}”,,,“2250”],,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],IM:[,[,,“\d{6,9}”,“\d{6,10}”],[,,“1624\d{6}”,“\d{6,10}”,,,“1624456789”],[,,“724\d{6}”,“\d{10}”,,,“7924123456”],,[,,“(?:872299|90624)\d{4}”,“\d{10}”,,,“9016247890”],[,,“8(?:4(?:4006|5624\d)|70624\d)\d{3}”,“\d{10}”,,,“8456247890”],,[,,“56\d{8}”,“\d{10}”,,,“5612345678”],“IM”,44,“00”, “0”,“ x”,,“0”,,,,,,,,,[,,“NA”,“NA”],[,,“3(?:08162\d|3\d{5}|4(?:4006|5624\d)|7(?:0624\d|2299\d))\d{3}|55\d{8}”,“\d{10}”,,,“5512345678”],,,[,,“NA”,“NA”]],IN:[,[,,“1\d{7,12}|\d{9,10}”,“\d{6,13}”],[,,“(?:11|2|33|4|79)\d{7}|80\d{7}|(?:1(?:2|3|4|[59]|6|7|8)|2(?:1|3|4|5|6|78|8|9)|3(?:26|4|5|6|7|8)|4(?:1|2|3|5|6|7|8|9)|5(?:[25]|22|4|5|[78]1|9)|6(?:12|[2345]1|57|6|7|80)|7(?:12|2|3|4|5|[67]1|88)|8(?:16|2|3|6|7|8|91))\d{6}|(?:(?:1(?:2|3|4|[59]|6|7|8)|2(?:1|3|4|5|6|7|8|9)|3(?:01|1|2|4|5|6|7|8)|4(?:1|2|3|5|6|73|8|9)|5(?:[146-9]|2|3|4|5|7|8|9)|6(?:1|2|3|4|[57]|6|8)|8(?:1|2|3|4|5\d|6|7|8|9))\d|7(?:(?:1[013-9]|2|3|4|5|[67]|9\d)\d|8(?:2|[013-8]\d)))\d{5}”, “\d{6,10}”,,,“1123456789”],[,,“(?:7(?:2(?:0|5|7|9)|3(?:0|[58]\d|7|9)|4(?:0|1|[29]|39|8)|5(?:0\d|[47]9|[25]0|6|[89])|6(?:0|12|20|3|5|6|7|9)|7(?:0|3|42|60|7|8|9)|8(?:[07-9]|14|2|[4-7]\d|9))|8(?:0(?:\d|6)|1(?:\d|1|7)|2(?:\d|5)|3(?:\d|4|5)|[45]\d{2}|6\d|7\d|8(?:\d|44|5)|9(?:\d|2|4))|9\d{3})\d{6}”, “\d{10}”,,,“9123456789”],,[,,“186\d{9}”,“\d{13}”,,,“1861123456789”],,[,,“NA”,“NA”],,“IN”,91,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{2})(\d{6})”,“$1 $2 $3”,[“7(?:2|3|4|5|6|7|8)|8(?:0|1|2|3|[45]|6|7|8|9)|9”,“7(?:2(?:0|5|7|9)|3(?:0|[58]|7|9)|4(?:0|1|[29]|39|8)|5(?:0|[47]9|[25]0|6|[89])|6(?:0|12|20|3|5|6|7|9)|7(?:0|3|42|60|7|8|9)|8(?:[07-9]|14|2|[4-7]|9))|8(?:0(?:|6)|1(?:|1|7)|2(?:|5)|3(?:|4|5)|[45]|6|7|8(?:|44|5)|9(?:|2|4))|9”], “0$1”,“”,1],[,“(\d{2})(\d{4})(\d{4})”,“$1 $2 $3”,[“11|2|33|4|79|80”],“0$1”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“1(?:2|3|4|[569]|7|8|[68])|2(?:1|3|4|5|6|78|8|9)|3(?:26|4|5|6|7|8)|4(?:1|2|3|5|6|7|8|9)|5(?:[25]|22|4|5|[78]1|9)|6(?:12|[2345]1|57|6|7|80)”],“0$1”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”, [“7(?:12|2|3|4|5|[67]1|88)”,“7(?:12|2|3|4|5(?:1|5)|[67]1|88)”],“0$1”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“8(?:16|2|3|6|7|8|91)”],“0$1”,“”,1],[,“(\d{4})(\d{3})(\d{3})”,“$1 $2 $3”,[“1(?:|[68])|[2-8]”],“0$1”,“”,1],[,“(1600)(\d{2})(\d{4})”,“$1 $2 $3”,,“$1”,“”,0],[,“(1800)(\d{4,5})”,“$1 $2”,,“$1”,“”,0],[,“(180)(\d{2,4})(\d{4})”,“$1 $2 $3”,[“18”,“180”],“$1”,“”,0],[,“(\d{4})(\d{3})(\d{4})(\d{2})”, “$1 $2 $3 $4”,[“18”,“18(?:03|6)”],“$1”,“”,0]],,,,,[,,“1(?:600\d{6}|8(?:0(?:0\d{4,8}|3\d{9})|6(?:0\d{7}|[12]\d{9})))”,“\d{8,13}”,,,“1800123456”],,,[,,“1(?:0|12|298)|2611”,“\d{3,4}”,,,“108”],],IO:[,,[,,“37\d{5}”,“\d{7}”,,,“3709100”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“IO”,246,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”, ,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],IQ:[,[,,“\d{7,9}”,“\d{6,10}”],[,,“1\d{7}|(?:2|3|4|5|6)\d{6,7}”,“\d{6,9}”,,,“12345678”],[,,“7\d{8}”,“\d{10}”,,,“7912345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“IQ”,964,“00”,“0”,,,“0”,,,,[[,“(1)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(7\d{2})(\d{3})(\d{4})”, “$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],IR:[,[,,“\d{4,9}|9(?:\d{8}|9\d{2,8})|[178]\d{9}”,“\d{4,10}”],[,,“2(?:1\d{2,7}|51\d{3,7})|(?:241|3(?:11|51)|441|51)\d{4,7}|(?:3(?:34|41)|6(?:11|52))\d{6,7}|(?:1(?:[12]|[1-4])|2(?:2|[389]|42|5|6|7)|3(?:12|2|3|4|5|[6-9])|4(?:[12]|2|4)|5(?:12|2|3|4|[5-7]|8)|6(?:12|[12]|51|6)|7(?:[12]|2|4|6|7)|8(?:[12]|3|6|7))\d{7}”, “\d{5,10}”,,,“2123456789”],[,,“9(?:1(?:\d|[1-35-9]|2|4|[57]|8)|2\d|3(?:\d|13|2|47))\d{6}”,“\d{10}”,,,“9123456789”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“993\d{6}”,“\d{10}”,,,“9932123456”],“IR”,98,“00”,“0”,,,“0”,,,,[[,“(21)(\d{3,5})”,“$1 $2”,,“0$1”,“”,0],[,“(21)(\d{3})(\d{3,4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(2)(\d{4})(\d{4})”,“$1 $2 $3”,[“2”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1 $2 $3”, [“[13-9]|2”],“0$1”,“”,0]],,[,,“943\d{6}”,“\d{10}”,,,“9432123456”],,,,[,,“9990\d{0,6}”,“\d{4,10}”,,,“9990123456”],,[,,“1(?:1|25)”,“\d{3}”,,,“112”],],IS:[,[,,“\d{6}|38\d{7}”,“\d{7,9}”],[,,“(?:4(?:[0-245]|2|[37]|5|6\d|8)|5(?:05|\d|2|3|4|7|8|9)|87)\d{4}”,“\d{7}”,,,“4101234”],[,,“38\d{6}|(?:6(?:1|3|4|5|[67]|9\d)|7(?:5|7\d|8)|8(?:2|[469]\d|5))\d{4}”, “\d{7,9}”,,,“6101234”],,[,,“90\d{5}”,“\d{7}”,,,“9011234”],,[,,“NA”,“NA”],[,,“49\d{4}”,“\d{7}”,,,“4921234”],“IS”,354,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(3\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112”,“\d{3}”,,,“112”],[,,“388\d{6}|(?:6(?:2|49|8\d)|8(?:2|[38]\d|50|7)|95)\d{4}”,“\d{7,9}”,,,“388123456”]],IT:[,[,,“\d{5,10}|3(?:\d{8}|[36]\d{7,9})”, “\d{6,11}”],[,,“0(?:\d{4,9}|(?:1(?:\d|[1-5]|31|4|6|8)|3(?:\d|2|3|[48]|6|7)|4(?:\d|[1-9]|4|6|7|81)|5(?:\d|2|3|4|6|7|8)|7(?:\d|2|3|4|6|7|8)|8(?:\d|2|3|[6-8])|9(?:\d|[1-5]|4|6|7))\d{2,7})”,“\d{6,11}”,,,“0212345678”],[,,“3(?:\d{8}|6\d{7,8}|3\d{7,9})”,“\d{9,11}”,,,“3123456789”], [,,“80(?:0\d{6}|3\d{3})”,“\d{6,9}”,,,“800123456”],[,,“0878\d{5}|1(?:44|6)\d{6}|89(?:2\d{3}|4(?:\d{2}|[5-9]\d{4})|5(?:\d{2}|[5-9]\d{6})|9\d{6})”,“\d{6,10}”,,,“899123456”],[,,“84(?:\d{6}|[17]\d{3})”,“\d{6,9}”,,,“848123456”],,[,,“55\d{8}”,“\d{10}”,,,“5512345678”],“IT”,39,“00”,,,,,,,,[[,“(\d{2})(\d{3,4})(\d{4})”,“$1 $2 $3”,[“0|55”],“”,“”,0],[,“(0)(\d{4})(\d{5})”,“$1 $2 $3”,[“0”],“”,“”,0],[,“(0)(\d{4,6})”, “$1 $2”,[“0”],“”,“”,0],[,“(0\d{2})(\d{3,4})(\d{4})”,“$1 $2 $3”,[“0[0159]”],“”,“”,0],[,“(\d{3})(\d{3,6})”,“$1 $2”,[“0[0159]|8(?:03|4|9)”,“0[0159]|8(?:03|4|9(?:2|[0-4]))”],“”,“”,0],[,“(0\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“0[2-46-8]”],“”,“”,0],[,“(0\d{3})(\d{2,6})”,“$1 $2”,[“0[2-46-8]”],“”,“”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“|8(?:00|4|9)”,“[13]|8(?:00|4|9(?:5|9))”],“”,“”,0],[,“(\d{4})(\d{4})”, “$1 $2”,[“894”,“894”],“”,“”,0],[,“(\d{3})(\d{4})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“848\d{6}”,“\d{9}”,,,“848123456”],,1,[,,“11”,“\d{3}”,,,“112”],],JE:[,[,,“\d{6,9}”,“\d{6,10}”],[,,“1534\d{6}”,“\d{6,10}”,,,“1534456789”],,[,,“80(?:07(?:35|81)|8901)\d{4}”,“\d{10}”,,,“8007354567”],[,,“(?:871206|90(?:066|1810|71(?:07|55)))\d{4}”,“\d{10}”,,,“9018105678”],[, ,“8(?:4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|70002)\d{4}”,“\d{10}”,,,“8447034567”],,[,,“56\d{8}”,“\d{10}”,,,“5612345678”],“JE”,44,“00”,“0”,“ x”,,“0”,,,,,,[,,“76(?:0|2|4|5|6|77|81|9)\d{6}”,“\d{10}”,,,“7640123456”],,,,[,,“3(?:0(?:07(?:35|81)|8901)|3\d{4}|4(?:4(?:4(?:05|42|69)|703)|5(?:041|800))|7(?:0002|1206))\d{4}|55\d{8}”,“\d{10}”,,,“5512345678”],,,[,,“NA”,“NA”]],JM:[,[, ,“[589]\d{9}”,“\d{7}(?:\d{3})?”],[,,“876(?:5(?:0|1|2|63)|6(?:0|1|[23]\d|40|5|6|7|8|9)|7(?:0|[1-6]\d|8|9)|9(?:0|1|[2-8]\d|9))\d{4}”,“\d{7}(?:\d{3})?”,,,“8765123456”],[,,“876(?:2\d|\d{2}|5(?:08|27|6|[3-578]\d)|7(?:0|7\d|8|9)|9(?:[01]9|9))\d{4}”,“\d{10}”,,,“8762101234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”, ,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“JM”,1,“011”,“1”,,,“1”,,,,,,,,“876”,,[,,“NA”,“NA”],,[,,“11”,“\d{3}”,,,“119”],],JO:[,[,,“\d{7,8}”,“\d{7,9}”],[,,“(?:2(?:6(?:2|3|4|5|[6-9])|7(?:0|10|2|3|4|5))|32(?:0|1|2|3\d|[02]|60)|53(?:[02]|2|49|5|6|7|8|9)|6(?:2[50]0|300|4(?:0|1|2|[38]|4|6|7\d|9)|5(?:[056]|2|3|4|5|6|7|8|9))|87(?:[02]0|7|9))\d{4}”, “\d{7,8}”,,,“62001234”],[,,“7(?:55|7|8|9)\d{6}”,“\d{9}”,,,“790123456”],,[,,“900\d{5}”,“\d{8}”,,,“90012345”],,[,,“70\d{7}”,“\d{9}”,,,“700123456”],,“JO”,962,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“|87”],“(0$1)”,“”,0],[,“(7)(\d{4})(\d{4})”,“$1 $2 $3”,[“7”],“0$1”,“”,0],[,“(\d{3})(\d{5,6})”,“$1 $2”,[“70|8|9”],“0$1”,“”,0]],,[,,“74(?:66|77)\d{5}”,“\d{9}”, ,,“746612345”],,,,[,,“8(?:10|8\d)\d{5}”,“\d{8}”,,,“88101234”],,,[,,“NA”,“NA”]],JP:[,[,,“\d{8,9}|0(?:\d{7,14}|7\d{5,7}|8\d{7})”,“\d{7,16}”],[,,“(?:1(?:1|2|3|4|[58]|6|7|9)|2\d|[1-9]\d|4(?:6|[2-578]\d|9)|5(?:6|7|[2-589]\d)|7(?:3|4|[25-9]\d)|8(?:3|4|5|8|[2679]\d)|9(?:[1-9]|\d))\d{6}”,“\d{9}”,,,“312345678”],[,,“(?:[79]0\d|80)\d{7}”, “\d{10}”,,,“7012345678”],[,,“120\d{6}|800\d{7}|0(?:37\d{6,13}|66\d{6,13}|777(?:\d{2}|5\d{3}|8\d{4})|882\d{4})”,“\d{7,16}”,,,“120123456”],,[,,“NA”,“NA”],,[,,“50\d{7}”,“\d{10}”,,,“5012345678”],“JP”,81,“010”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{4})”,“$1-$2”,,“0$1”,“”,0],[, “(\d{3})(\d{2})(\d{3,4})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{4})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{4})(\d{4,5})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{5})(\d{5,6})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{3})(\d{6})(\d{6,7})”,“$1-$2-$3”,,“0$1”,“”,0],[,“(\d{2})(\d{4})(\d{4})”,“$1-$2-$3”,[“[2579]0|80”],“0$1”,“”,0],[,“(\d{4})(\d)(\d{4})”,“$1-$2-$3”, [“1(?:26|3|4|5|6)|5(?:76|97)|499|746|8(?:3|63|47|51)|9(?:49|80|9)”,“1(?:267|3(?:7|9)|4(?:5|66)|5(?:47|58|64|8)|6(?:3|48|5))|5(?:76|97)9|499|7468|8(?:3(?:8|96)|636|477|51)|9(?:496|802|9(?:1|69))”,“1(?:267|3(?:7|9)|4(?:5|66)|5(?:47|58|64|8)|6(?:3|48|5))|5(?:769|979)|499|7468|8(?:3(?:8|96)|636|477|51)|9(?:496|802|9(?:1|69))”],“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{4})”, “$1-$2-$3”,[“1(?:2|3|4|5|[68]|7|9)|2(?:2|3|4|5|6|7|8|9)|4(?:2|3|6|7|80|9)|5(?:3|4|5|6|7|8|9)|7(?:2|3|4|6|7|9)|8(?:2|3|4|5|6|7|8|9)|9(?:[23]0|4|5|6|7|8|9)”,“1(?:2|3|4|5(?:|[45])|[68]|7|9)|2(?:2(?:|3)|3|4|5(?:5|7|[0468])|6(?:|4)|7(?:|8)|8(?:|3|9)|9(?:11|3))|4(?:2(?:2|8)|3|6|7(?:[2-8]|)|80|9)|5(?:3|4|5|6|7|8|9(?:[2-8]|))|7(?:2|3|4|6|7|9(?:|4|5|6))|8(?:2(?:4|9)|3(?:7|[3-6]|8)|4|5|6(?:|5|6|8|9)|7|8|9)|9(?:[23]0|4|5|6|7|8|9(?:3|[4-7]))”, “1(?:2|3|4|5(?:|[45])|[68]|7|9)|2(?:2(?:|3)|3|4|5(?:5|7|[0468])|6(?:|4)|7(?:|8)|8(?:|3|9)|9(?:11|3))|4(?:2(?:2|8)|3|6|7(?:[2-8]|)|80|9)|5(?:3|4|5|6|7|8|9(?:[2-8]|))|7(?:2|3|4|6|7|9(?:|4|5|6))|8(?:2(?:4|9(?:|20|4|6))|3(?:7(?:|6)|[3-6]|8)|4|5|6(?:|5(?:|5)|6(?:|9)|8|9(?:|9))|7|8|9)|9(?:[23]0|4|5|6|7|8|9(?:3(?:3|4)|4|[5-7]))”, “1(?:2|3|4|5(?:|[45])|[68]|7|9)|2(?:2(?:|3)|3|4|5(?:5|7|[0468])|6(?:|4)|7(?:|8)|8(?:|3|9)|9(?:11|3))|4(?:2(?:2|8)|3|6|7(?:[2-8]|)|80|9)|5(?:3|4|5|6|7|8|9(?:[2-8]|))|7(?:2|3|4|6|7|9(?:|4|5|6))|8(?:2(?:4|9(?:|20|4|6(?:5|60)))|3(?:7(?:|6)|[3-6]|8)|4|5|6(?:|5(?:|5)|6(?:|9)|8|9(?:|9))|7|8|9)|9(?:[23]0|4|5|6|7|8|9(?:3(?:3|4)|4|[5-7]))”], “0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”,“$1-$2-$3”,[“1|2(?:2|5|64|78|8|91)|4(?:2|64|7)|5(?:|39)|60|8(?:|3|2)|9(?:|93)”,“1|2(?:2|5(?:|[68]0|9)|64|78|8|917)|4(?:2(?:|20|9)|64|7)|5(?:|39)|60|8(?:|3|2)|9(?:|93)”,“1|2(?:2|5(?:|[68]0|9(?:17|99))|64|78|8|917)|4(?:2(?:|20|9)|64|7)|5(?:|39)|60|8(?:|3|2)|9(?:|93(?:31|4))”], “0$1”,“”,0],[,“(\d{3})(\d{2})(\d{4})”,“$1-$2-$3”,[“2(?:9|74|[34]7|[56]9)|82|993”],“0$1”,“”,0],[,“(\d)(\d{4})(\d{4})”,“$1-$2-$3”,[“3|4(?:2|7)|6”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”,“$1-$2-$3”,[“[1-9]”],“0$1”,“”,0]],,,,,[,,“0(?:37\d{6,13}|66\d{6,13}|777(?:\d{2}|5\d{3}|8\d{4})|882\d{4})”,“\d{7,16}”,,,“0777012”],,1,[,,“11”,“\d{3}”,,,“110”],],KE:[,[,,“20\d{6,7}|\d{6,9}”, “\d{5,10}”],[,,“20\d{6,7}|4(?:\d{7}|[24-6]\d{5,7})|5(?:\d{5,7}|[459]\d{5})|6(?:\d{5}|[14-79]\d{5,7}|2\d{7})”,“\d{5,9}”,,,“202012345”],[,,“7(?:0|[123]\d|5|7|8)\d{6}”,“\d{9}”,,,“712123456”],[,,“800\d{5,6}”,“\d{9,10}”,,,“800223456”],[,,“900\d{5}”,“\d{9}”,,,“900223456”],,[,,“NA”,“NA”],,“KE”,254,“000”,“0”,,,“0”,,,,[[,“(\d{2})(\d{4,7})”,“$1 $2”,[“”],“0$1”,“”,0],[,“(\d{3})(\d{6,7})”,“$1 $2”,,“0$1”, “”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112|999”,“\d{3}”,,,“999”],],KG:[,[,,“\d{8,9}”,“\d{5,10}”],[,,“(?:3(?:1(?:2\d|3|47|5|6)|2(?:22|3|6)|4(?:22|5|6)|5(?:22|3|59|6)|6(?:22|5|6)|7(?:22|3|4|59|6\d|7)|9(?:22|4|6))|6(?:09|12|2)\d)\d{5}”,“\d{5,10}”,,,“312123456”],[,,“5\d{7}|7(?:0|7\d)\d{6}”, “\d{9}”,,,“700123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“KG”,996,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“31|[5-7]”],“0$1”,“”,0],[,“(\d{4})(\d{5})”,“$1 $2”,[“3(?:1|[2-9])”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d)(\d{3})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“10”,“\d{3}”,,,“101”],],KH:[,[,,“\d{7,9}”,“\d{6,10}”],[,,“(?:2|3|4|[567])(?:[2-47-9]|5\d|6\d?)\d{5}”, “\d{6,9}”,,,“23456789”],[,,“(?:(?:1\d|6|7(?:|6\d))|8(?:0|[134679]\d|5|8\d{2})|9(?:[1-9]|[1-9]\d?))\d{5}”,“\d{8,9}”,,,“91234567”],[,,“1800(?:1\d|2)\d{4}”,“\d{10}”,,,“1800123456”],[,,“1900(?:1\d|2)\d{4}”,“\d{10}”,,,“1900123456”],,[,,“NA”,“NA”],,“KH”,855,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“1\d|[2-9]”],“0$1”,“”,0],[,“(100)(\d{3})(\d{3})”,“$1 $2 $3”,[“10”],“”,“”,0]], ,[,,“NA”,“NA”],,,,[,,“NA”,“NA”],,[,,“11|666”,“\d{3}”,,,“117”],],KI:[,[,,“\d{4}”,“\d{5}”],[,,“(?:[234]\d|50|8)\d{3}”,“\d{5}”,,,“31234”],[,,“6\d{4}|9(?:\d|9)\d{2}”,“\d{5}”,,,“61234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“KI”,686,“00”,,,,“0”,,,,,,,,,[,,“NA”,“NA”],,,[,,“99”,“\d{3}”,,,“999”],],KM:[,[,,“\d{6}”,“\d{7}”],[,,“7(?:6|7)\d{4}”, “\d{7}”,,,“7712345”],[,,“3\d{5}”,“\d{7}”,,,“3212345”],,[,,“(?:39|90)\d{4}”,“\d{7}”,,,“9001234”],,[,,“NA”,“NA”],,“KM”,269,“00”,,,,,,,,[[,“(\d{3})(\d{2})(\d{2})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“17”],],KN:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“869(?:2(?:29|36)|302|4(?:6|70))\d{4}”,“\d{7}(?:\d{3})?”,,,“8692361234”],[,,“869(?:5(?:5|6)|66\d|76)\d{4}”, “\d{10}”,,,“8695561234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”,,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“KN”,1,“011”,“1”,,,“1”,,,,,,,,“869”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],KP:[,[,,“1\d{9}|\d{7}”,“\d{6,8}|\d{10}”],[,,“2\d{7}|85\d{6}”,“\d{6,8}”,,,“21234567”],[,,“19\d{7}”,“\d{10}”,,,“1921234567”],, [,,“NA”,“NA”],,[,,“NA”,“NA”],,“KP”,850,“00|99”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“2(?:\d{2}|3(?:\d|8))\d{4}”,“\d{8}”,,,“23821234”],,,[,,“NA”,“NA”],],KR:[,[,,“\d{3,9}|8\d{8}”,“\d{4,10}”],[,,“(?:2|3|[46]|5)(?:1\d{2,3}|[2-9]\d{6,7})”, “\d{4,10}”,,,“22123456”],[,,“1\d{7,8}”,“\d{9,10}”,,,“1023456789”],,[,,“60\d{6}”,“\d{9}”,,,“602345678”],,[,,“50\d{8}”,“\d{10}”,,,“5012345678”],,“KR”,82,“00(?:|[37]\d{2})”,“0”,,,“0(8|85\d{2})?”,,,,[[,“(\d{2})(\d{4})(\d{4})”,“$1-$2-$3”,[“1(?:0|1|[69]9|5)|[57]0”,“1(?:0|1|[69]9|5(?:44|59|8))|[57]0”],“0$1”,“0$CC-$1”,0],[,“(\d{2})(\d{3,4})(\d{4})”,“$1-$2-$3”,[“1(?:[2-8]||5)|[68]0|[1-9]”, “1(?:[2-8]||5(?:|4))|[68]0|[1-9]”],“0$1”,“0$CC-$1”,0],[,“(\d{3})(\d)(\d{4})”,“$1-$2-$3”,,“0$1”,“0$CC-$1”,0],[,“(\d{3})(\d{2})(\d{4})”,“$1-$2-$3”,[“131”,“131”],“0$1”,“0$CC-$1”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1-$2-$3”,[“13”],“0$1”,“0$CC-$1”,0],[,“(\d{2})(\d{2})(\d{3})(\d{4})”,“$1-$2-$3-$4”,,“0$1”,“0$CC-$1”,0],[,“(\d)(\d{3,4})(\d{4})”,“$1-$2-$3”,[“2”],“0$1”,“0$CC-$1”,0],[,“(\d)(\d{3,4})”,“$1-$2”,[“21”],“0$1”,“0$CC-$1”, 0],[,“(\d{2})(\d{3,4})”,“$1-$2”,[“[1-9]1”,“[1-9]1(?:)”],“0$1”,“0$CC-$1”,0],[,“(\d{4})(\d{4})”,“$1-$2”,[“1(?:5|6)”,“1(?:5(?:44|66|77|88|99)|6(?:00|44|6|70|88))”],“$1”,“0$CC-$1”,0]],,,,,[,,“NA”,“NA”],[,,“1(?:5(?:44|66|77|88|99)|6(?:00|44|6|70|88))\d{4}”,“\d{8}”,,,“15441234”],,[,,“11”,“\d{3}”,,,“112”],],KW:[,[,,“\d{6,7}”,“\d{7,8}”],[,,“(?:18\d|2(?:\d{2}|4(?:\d|44)|5(?:0|[2-46]\d|5|7)))\d{4}”, “\d{7,8}”,,,“22345678”],[,,“(?:5(?:1|[05]\d)|6(?:0|5|6\d|7|9)|9(?:0|4|6|[79]\d))\d{5}”,“\d{8}”,,,“50012345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“KW”,965,“00”,,,,,,,,[[,“(\d{4})(\d{3,4})”,“$1 $2”,[“”],“”,“”,0],[,“(5\d)(\d{5})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112”,“\d{3}”,,,“112”],],KY:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“345(?:2(?:22|44)|444|6(?:23|38|40)|7(?:4|6|77)|8(?:00|1|25|[48]8)|9(?:14|4))\d{4}”, “\d{7}(?:\d{3})?”,,,“3452221234”],[,,“345(?:32|5(?:1|2|4|76)|9(?:1|2|3))\d{4}”,“\d{10}”,,,“3453231234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”],[,,“900\d{6}|345976\d{4}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“KY”,1,“011”,“1”,,,“1”,,,,,,,,“345”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],KZ:[, [,,“(?:33\d|7\d{2}|80)\d{7}”,“\d{10}”],[,,“33622\d{5}|7(?:1(?:0(?:\d|4|59|63)|1(?:\d|4|59)|2(?:\d|59)|3(?:2\d|3|4|59)|4(?:2\d|3|4|5)|5(?:2\d|3|4|59)|6(?:\d|5|61)|72\d|8(?:\d|3|4))|2(?:1(?:\d|4|5)|2(?:2\d|3|46|5)|3(?:\d|5)|4(?:2\d|3|59)|5(?:\d|4|59|61)|6(?:2\d|3|4|59)|7(?:\d|40|5)|8(?:\d|4|59)|9(?:2\d|3|59)))\d{5}”, “\d{10}”,,,“7123456789”],[,,“7(?:0|6|7|85)\d{7}”,“\d{10}”,,,“7710009998”],,[,,“809\d{7}”,“\d{10}”,,,“8091234567”],,[,,“NA”,“NA”],,“KZ”,7,“810”,“8”,,,“8”,,“8~10”,,,,,,,[,,“751\d{7}”,“\d{10}”,,,“7511234567”],,,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],LA:[,[,,“\d{7,9}”,“\d{6,10}”],[,,“(?:2|[35-7]|41|8)\d{6}”,“\d{6,8}”,,,“21212862”], [,,“20(?:2|5|7|9)\d{6}”,“\d{10}”,,,“2023123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“LA”,856,“00”,“0”,,,“0”,,,,[[,“(20)(\d{2})(\d{3})(\d{3})”,“$1 $2 $3 $4”,,“0$1”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“2|[3-8]”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“19”,“\d{3}”,,,“190”],],LB:[,[,,“\d{6,7}”,“\d{7,8}”],[,,“(?:[14-6]\d{2}|7(?:\d|62|8)|[89]\d)\d{4}”, “\d{7}”,,,“1123456”],[,,“(?:3\d|7(?:\d|6|8|91))\d{5}”,“\d{7,8}”,,,“71123456”],,[,,“9\d{6}”,“\d{8}”,,,“90123456”],[,,“8\d{6}”,“\d{8}”,,,“80123456”],,[,,“NA”,“NA”],“LB”,961,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“|7(?:|62|8)|[89]”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“[01]|7(?:|6|8|91)”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:12|40|75)|999”, “\d{3}”,,,“112”],],LC:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“758(?:234|4(?:30|5|6|8)|572|638|758)\d{4}”,“\d{7}(?:\d{3})?”,,,“7582345678”],[,,“758(?:28|384|4(?:6|8)|5(?:1|20|84)|7(?:1|2))\d{4}”,“\d{10}”,,,“7582845678”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”,,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“LC”,1,“011”,“1”,,,“1”, ,,,,,[,,“NA”,“NA”],,“758”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],LI:[,[,,“6\d{8}|\d{6}”,“\d{7,9}”],[,,“(?:2(?:01|1|3\d|6|96)|3(?:7|8|9))\d{4}”,“\d{7}”,,,“2345678”],[,,“6(?:51|6(?:[0-4]|2|88)|710)\d{5}|7(?:36|4|56|\d)\d{4}”,“\d{7,9}”,,,“661234567”],[,,“80(?:0(?:2|79)|9\d{2})\d{2}”,“\d{7}”,,,“8002222”],[,,“90(?:0(?:2|79)|1(?:23|3)|6(?:4\d|6))\d{2}”,“\d{7}”,,,“9002222”], [,,“NA”,“NA”],,[,,“NA”,“NA”],“LI”,423,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{2})(\d{2})”,“$1 $2 $3”,[“|7|87”],“”,“”,0],[,“(6\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0],[,“(6\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“6”],“”,“”,0],[,“(69)(7\d{2})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(0\d)(\d{2})(\d{2})”,“$1 $2 $3”,[“[7-9]0”],“”,“”,0],[,“(0\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“[89]0”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”], [,,“87(?:0|7)\d{3}”,“\d{7}”,,,“8770123”],,[,,“1(?:1|44)”,“\d{3}”,,,“112”],[,,“697(?:[35]6|4|[7-9]\d)\d{4}”,“\d{9}”,,,“697361234”]],LK:[,[,,“\d{8}”,“\d{7,9}”],[,,“(?:[189]1|2|3|4|5|6)[2-57]\d{6}”,“\d{7,9}”,,,“112345678”],[,,“7\d{7}”,“\d{9}”,,,“712345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“LK”,94,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{1})(\d{6})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”, “$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“119”],],LR:[,[,,“(?:\d||7\d{1,2}|[38]\d{2})\d{6}”,“\d{7,9}”],[,,“2\d{7}”,“\d{8}”,,,“21234567”],[,,“(?:4|5\d|6|77?\d{2}|88\d{2})\d{5}”,“\d{7,9}”,,,“4612345”],,[,,“90\d{6}”,“\d{8}”,,,“90123456”],,[,,“NA”,“NA”],,“LR”,231,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“”], “0$1”,“”,0],[,“(7\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“()(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“355|911”,“\d{3}”,,,“911”],],LS:[,[,,“\d{7}”,“\d{8}”],[,,“2\d{7}”,“\d{8}”,,,“22123456”],[,,“\d{7}”,“\d{8}”,,,“50123456”],[,,“800\d{4}”,“\d{8}”,,,“80021234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“LS”,266, “00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“112”],],LT:[,[,,“\d{7}”,“\d{8}”],[,,“(?:3|4|52)\d{6}”,“\d{8}”,,,“31234567”],,[,,“800\d{5}”,“\d{8}”,,,“80012345”],[,,“9(?:0|10)\d{5}”,“\d{8}”,,,“90012345”],,[,,“700\d{5}”,“\d{8}”,,,“70012345”],,“LT”,370,“00”,“8”,,,“”,,,,[[,“([34]\d)(\d{6})”, “$1 $2”,[“37|4(?:1|5|6)”],“(8-$1)”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,[“3|4(?:|6)|528|6”],“(8-$1)”,“”,0],[,“(\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,[“”],“8 $1”,“”,0],[,“(5)(2\d{2})(\d{4})”,“$1 $2 $3”,[“52”],“(8-$1)”,“”,0]],,,,,[,,“NA”,“NA”],[,,“70\d{5}”,“\d{8}”,,,“70712345”],,[,,“0(?:11?|22?|33?)|1(?:0|12)”,“\d{2,3}”,,,“112”],],LU:[,[,,“\d{3,10}|3(?:\d{2,9}|5\d{1,8})”,“\d{4,11}”],[,,“(?:2(?:2\d{1,2}|3|[67]\d|4\d?|5\d?|9\d?)|3(?:[05-9]|\d|[015-9]|4|7|8)\d?|4\d{2,3}|5(?:\d|[0-69]|3|[69])\d?|7(?:1[019]|2|3|[45]|[679]|8)\d?|8(?:0[2-9]|1|3|[469]9|[7-9]|7)\d?|9(?:0[89]|2|37|49|5|7|9)\d?)\d{1,7}”, “\d{4,11}”,,,“27123456”],[,,“6[18]\d{6}”,“\d{9}”,,,“628123456”],,[,,“90\d{5}”,“\d{8}”,,,“90012345”],,[,,“70\d{6}”,“\d{8}”,,,“70123456”],,“LU”,352,“00”,,,,“(15(?:0|1|35|4|55|6|77|88|99)\d)”,,,,[[,“(\d{2})(\d{3})”,“$1 $2”,[“|7|[89](?:|0)”],“”,“$CC $1”,0],[,“(\d{2})(\d{2})(\d{2})”,“$1 $2 $3”,[“|7|[89](?:|0)”],“”, “$CC $1”,0],[,“(\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,,“”,“$CC $1”,0],[,“(\d{2})(\d{2})(\d{2})(\d{1,2})”,“$1 $2 $3 $4”,[“2(?:|4)”],“”,“$CC $1”,0],[,“(\d{2})(\d{2})(\d{2})(\d{3})”,“$1 $2 $3 $4”,,“”,“$CC $1”,0],[,“(\d{2})(\d{2})(\d{2})(\d{2})(\d{1,2})”,“$1 $2 $3 $4 $5”,[“2(?:|4)”],“”,“$CC $1”,0],[,“(\d{2})(\d{2})(\d{2})(\d{1,4})”,“$1 $2 $3 $4”,[“2(?:|4)|[3-5]|7|[89](?:|0)”],“”,“$CC $1”,0],[,“(\d{3})(\d{2})(\d{3})”,“$1 $2 $3”, [“[89]0|70”],“”,“$CC $1”,0],[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“$CC $1”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“112”],],LV:[,[,,“\d{7}”,“\d{8}”],[,,“6\d{6}”,“\d{8}”,,,“63123456”],,[,,“80\d{6}”,“\d{8}”,,,“80123456”],,[,,“81\d{6}”,“\d{8}”,,,“81123456”],,[,,“NA”,“NA”],“LV”,371,“00”,,,,,,,,[[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“”, “”,0]],,,,,[,,“NA”,“NA”],,,[,,“0|112”,“\d{2,3}”,,,“112”],],LY:[,[,,“\d{8}”,“\d{7,9}”],[,,“(?:2|5|6|71)\d{7}”,“\d{7,9}”,,,“212345678”],[,,“9\d{7}”,“\d{9}”,,,“912345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“LY”,218,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{7})”,“$1-$2”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“19”,“\d{3}”,,,“193”],],MA:[,[,,“\d{8}”, “\d{9}”],[,,“5(?:2(?:(?:\d|2|3|4|8)\d|9(?:0\d|[89]0))|3(?:(?:[0-4]\d|[2-9]|6|9)\d|8(?:0\d|[89]0)))\d{4}”,“\d{9}”,,,“520123456”],[,,“6(?:0|[14-7]\d|2|3|8|99)\d{6}”,“\d{9}”,,,“650123456”],,[,,“89\d{7}”,“\d{9}”,,,“891234567”],,[,,“NA”,“NA”],,“MA”,212,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{6})”,“$1-$2”,[“5(?:2|3)|6”],“0$1”,“”,0],[,“(\d{3})(\d{5})”, “$1-$2”,[“5(?:2|3)|892”,“5(?:2(?:|90)|3(?:|80))|892”],“0$1”,“”,0],[,“(5\d{4})(\d{4})”,“$1-$2”,[“5(?:29|38)”,“5(?:29|38)”],“0$1”,“”,0],[,“(8)(\d{7})”,“$1-$2”,[“8(?:0|9)”],“0$1”,“”,0]],,,1,,,[,,“NA”,“NA”],,[,,“1(?:|77)”,“\d{2,3}”,,,“15”],],MC:[,[,,“\d{7,8}”,“\d{8,9}”],[,,“9\d{6}”,“\d{8}”,,,“99123456”],,[,,“(?:8\d|90)\d{6}”,“\d{8}”,,,“90123456”],[,, “NA”,“NA”],,[,,“NA”,“NA”],,“MC”,377,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”],“$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(6)(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4 $5”,,“0$1”,“”,0]],,,,,[,,“8\d{7}”,“\d{8}”],[,,“NA”,“NA”],,[,,“1(?:12|)”,“\d{2,3}”,,,“112”],],MD:[,[,,“\d{7}”,“\d{8}”],[,,“(?:2(?:1|2\d|3|4|5|6|7|9)|5(?:33|5))\d{5}”, “\d{8}”,,,“22212345”],[,,“(?:562|6(?:50|7|[089]\d)|7(?:7|[89]\d))\d{5}”,“\d{8}”,,,“65012345”],,[,,“90\d{5}”,“\d{8}”,,,“90012345”],,[,,“NA”,“NA”],[,,“3\d{6}”,“\d{8}”,,,“30123456”],“MD”,373,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,[“2|[5-7]”],“0$1”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,[“”],“0$1”,“”,0]], ,[,,“NA”,“NA”],,,,[,,“8(?:03|14)\d{5}”,“\d{8}”,,,“80312345”],,[,,“112|90”,“\d{3}”,,,“112”],],ME:[,[,,“\d{7,8}”,“\d{6,9}”],[,,“(?:20|3(?:0|1|2|3)|4(?:0|1)|5(?:0|1|2))\d{5}”,“\d{6,8}”,,,“30234567”],[,,“6(?:32\d|\d{2}|7(?:\d|9(?:|[0-2]\d)))\d{4}”,“\d{8,9}”,,,“67622901”],[,,“800\d{4}”,“\d{8}”,,,“80080002”],[,,“(?:88\d|9(?:4|5))\d{5}”,“\d{8}”,,,“94515151”],, [,,“NA”,“NA”],[,,“78\d{5}”,“\d{8}”,,,“78108780”],“ME”,382,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“|6”,“[2-57-9]|6(?:|7(?:|9))”],“0$1”,“”,0],[,“(67)(9)(\d{3})(\d{3})”,“$1 $2 $3 $4”,[“679”,“679”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:12|2)”,“\d{3}”,,,“112”],],MG:[,[,,“\d{8}”,“\d{7,9}”],[,,“2(?:0(?:(?:2\d|4|5|6|8|9)\d|7(?:2[29]|[35]\d))|210\d)\d{4}”, “\d{7,9}”,,,“202123456”],[,,“3\d{7}”,“\d{9}”,,,“301234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MG”,261,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{2})(\d{3})(\d{2})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11?”,“\d{2,3}”,,,“117”],],MF:[,[,,“\d{8}”,“\d{9}”],[,,“590(?:10|2|5|[78]7)\d{4}”,“\d{9}”,,,“590271234”],[,,“690(?:10|2|66|77|8)\d{4}”,“\d{9}”,,,“690221234”],,[, ,“NA”,“NA”],,[,,“NA”,“NA”],,“MF”,590,“00”,“0”,,,“0”,,,,,,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“18”],],MH:[,[,,“\d{6}”,“\d{7}”],[,,“(?:247|528|625)\d{4}”,“\d{7}”,,,“2471234”],[,,“(?:235|329|45|545)\d{4}”,“\d{7}”,,,“2351234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MH”,692,“011”,“1”,,,“1”,,,,[],,[,,“NA”,“NA”],,,, [,,“NA”,“NA”],,,[,,“NA”,“NA”]],MK:[,[,,“\d{7}”,“\d{8}”],[,,“(?:2(?:\d|5|6)|3(?:1|[23]|4)|4(?:[2-6]|4|5|6|7|8))\d{5}”,“\d{6,8}”,,,“22212345”],[,,“7(?:\d|33)\d{5}”,“\d{8}”,,,“72345678”],,[,,“5\d{6}”,“\d{8}”,,,“50012345”],[,,“8(?:0|[1-9]\d)\d{5}”,“\d{8}”,,,“80123456”],,[,,“NA”,“NA”],“MK”,389,“00”,“0”,,,“0”,,,,[[,“(2)(\d{3})(\d{4})”,“$1 $2 $3”, [“2”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d{2})(\d)(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:12|9)”,“\d{3}”,,,“112”],],ML:[,[,,“\d{7}”,“\d{8}”],[,,“(?:2(?:0(?:2|7)|1(?:2|[3-689]\d))|44\d)\d{4}”,“\d{8}”,,,“20212345”],[,,“(?:6|7\d)\d{6}”,“\d{8}”,,,“65012345”],,[,,“NA”,“NA”],, [,,“NA”,“NA”],,“ML”,223,“00”,,,,,,,,[[,“(\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“17”],],MM:[,[,,“\d{5,7}|[26]\d{5,8}|9(?:|4\d{1,2}|[679]\d?)\d{6}”,“\d{5,10}”],[,,“1(?:2\d{1,2}|[3-5]\d|6\d?|[0-6]\d)\d{4}|2(?:\d{4}|4(?:0\d{5}|\d{4})|5(?:1\d{3,6}|[02-9]\d{3,5}))|4(?:2|[346]|5)\d{4}|5(?:2(?:20?|)|3|4(?:21?|)|5|6|7|8|9)\d{4}|6(?:0|1|[24]|3|5|6|7(?:|4\d|5\d?|8\d)|8|9)\d{4}|7(?:[24-8]|[2-7]|22|3)\d{4}|8(?:1(?:2\d?|)|2|3|4|5|6)\d{4}”, “\d{5,9}”,,,“1234567”],[,,“17\d{4}|9(?:2|4(?:0\d|\d|[0-589]\d|5\d{2}|88)|5|61?\d|73\d|8\d|9(?:1\d|))\d{5}”,“\d{7,10}”,,,“92123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MM”,95,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“1|2”],“0$1”,“”,0],[,“(2)(\d{4})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d)(\d{2})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”, “$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(9)(\d{3})(\d{4,5})”,“$1 $2 $3”,[“9(?:|4)”],“0$1”,“”,0],[,“(9)(4\d{4})(\d{4})”,“$1 $2 $3”,[“94”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“199”,“\d{3}”,,,“199”],],MN:[,[,,“\d{7,9}|[57-9]\d{7}”,“\d{6,10}”],[,,“[12](?:1\d|2(?:\d?|7\d)|3\d{1,2}|4\d{1,2}|5\d{1,2})\d{5}|5\d{6}”,“\d{6,10}”,,,“50123456”], [,,“(?:8|9)\d{6}”,“\d{8}”,,,“88123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“7\d{6}”,“\d{8}”,,,“75123456”],“MN”,976,“001”,“0”,,,“0”,,,,[[,“(\d)(\d{2})(\d{4})”,“$1 $2 $3”,[“[12]1”],“0$1”,“”,0],[,“(2\d)(\d{5,6})”,“$1 $2”,[“[12]2”],“0$1”,“”,0],[,“(\d{3})(\d{5})”,“$1 $2”,[“(?:27|)”,“[12](?:27|\d)2”],“0$1”,“”,0],[,“(\d{4})(\d{4})”,“$1 $2”,[“”],“$1”,“”,0],[,“(\d{4})(\d{4,5})”,“$1 $2”,[“(?:27|)”,“[12](?:27|\d)”], “0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“10”,“\d{3}”,,,“102”],],MO:[,[,,“\d{7}”,“\d{8}”],[,,“(?:28|8\d)\d{5}”,“\d{8}”,,,“28212345”],[,,“6\d{6}”,“\d{8}”,,,“66123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MO”,853,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”],],MP:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”], [,,“670(?:2(?:3|56|8)|32|4(?:33|8)|5(?:32|55|88)|6(?:64|70|82)|78|88|989)\d{4}”,“\d{7}(?:\d{3})?”,,,“6702345678”],[,,“670(?:2(?:3|56|8)|32|4(?:33|8)|5(?:32|55|88)|6(?:64|70|82)|78|88|989)\d{4}”,“\d{7}(?:\d{3})?”,,,“6702345678”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”,,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“MP”,1,“011”, “1”,,,“1”,,,1,,,,,“670”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],MQ:[,[,,“\d{8}”,“\d{9}”],[,,“596(?:0|[12]0|3|4|[5-7]\d|89|9)\d{4}”,“\d{9}”,,,“596301234”],[,,“696(?:\d|5|8)\d{4}”,“\d{9}”,,,“696201234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MQ”,596,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],, ,[,,“1(?:12|)”,“\d{2,3}”,,,“15”],],MR:[,[,,“\d{7}”,“\d{8}”],[,,“25\d{5}|35\d{6}|45\d{5}”,“\d{8}”,,,“35123456”],[,,“(?:2(?:2\d|70)|3(?:3\d|6|7)|4(?:4\d|6|7))\d{5}”,“\d{8}”,,,“22123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“MR”,222,“00”,,,,,,,,[[,“(\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”, ,,“17”],],MS:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“664491\d{4}”,“\d{7}(?:\d{3})?”,,,“6644912345”],[,,“66449\d{4}”,“\d{10}”,,,“6644923456”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”,,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“MS”,1,“011”,“1”,,,“1”,,,,,,,,“664”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],MT:[,[,,“\d{7}”, “\d{8}”],[,,“2(?:0(?:1|[69]\d)|\d{2})\d{4}”,“\d{8}”,,,“21001234”],[,,“(?:7(?:210|\d{2})|9(?:2\d|696|8(?:1|89|97)|9\d{2}))\d{4}”,“\d{8}”,,,“96961234”],,[,,“50(?:0(?:3|4\d)|\d{2}|7\d)\d{3}”,“\d{8}”,,,“50031234”],,[,,“NA”,“NA”],,“MT”,356,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112”,“\d{3}”,,,“112”],],MU:[,[, ,“[2-9]\d{6}”,“\d{7}”],[,,“(?:2(?:\d|1|6)|4(?:\d|2)|[56]\d{2}|8(?:14|3))\d{4}”,“\d{7}”,,,“2012345”],[,,“(?:25\d|4(?:2|9\d)|7\d{2}|8(?:20|7)|9\d)\d{4}”,“\d{7}”,,,“2512345”],[,,“80\d{4}”,“\d{7}”,,,“8001234”],,[,,“NA”,“NA”],,[,,“3(?:20|9\d)\d{4}”,“\d{7}”,,,“3201234”],“MU”,230,“0(?:[2-7]0|33)”,,,,,,“020”,,[[,“(\d{2})(\d{4})”,“$1 $2”,,“”,“”,0]],,[,,“2(?:1|2\d)\d{4}”, “\d{7}”,,,“2181234”],,,,[,,“NA”,“NA”],,[,,“11|99\d”,“\d{3}”,,,“999”],],MV:[,[,,“\d{6}|9(?:00\d{7}|\d{6})”,“\d{7,10}”],[,,“(?:3(?:0|3)|6(?:[02468]|8|90))\d{4}”,“\d{7}”,,,“6701234”],[,,“(?:46|7\d|9\d)\d{4}”,“\d{7}”,,,“7712345”],,[,,“900\d{7}”,“\d{10}”,,,“9001234567”],,[,,“NA”,“NA”],,“MV”,960,“0(?:0|19)”,,,,,,“00”,,[[,“(\d{3})(\d{4})”,“$1-$2”,[“|9(?:|0)”],“”, “”,0],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:02|19)”,“\d{3}”,,,“102”],],MW:[,[,,“(?:1(?:\d{2})?|\d{2})\d{6}”,“\d{7,9}”],[,,“(?:1|21\d{2})\d{5}”,“\d{7,9}”,,,“1234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“MW”,265,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”, “”,0],[,“(2\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“199|99”,“\d{3}”,,,“997”],],MX:[,[,,“\d{9,10}”,“\d{7,11}”],[,,“(?:33|55|81)\d{8}|(?:2(?:2|3|4|7|8|9)|3(?:1|[2458]|7|9)|4(?:1|[24-6]|[37]|8|9)|5(?:88|9)|6(?:1|[234]|5|6|7|8|9)|7(?:[1-9]|2|5|8|9)|8(?:2|3|4|6|7|9)|9(?:1|2|3|5|[69]|7|8))\d{7}”, “\d{7,10}”,,,“2221234567”],[,,“1(?:(?:33|55|81)\d{8}|(?:2(?:2|3|4|7|8|9)|3(?:1|[2458]|7|9)|4(?:1|[24-6]|[37]|8|9)|5(?:88|9)|6(?:1|[2-4]|5|6|7|8|9)|7(?:[1-9]|2|5|8|9)|8(?:2|3|4|6|7|9)|9(?:1|2|3|5|[69]|7|8))\d{7})”,“\d{11}”,,,“12221234567”],[,,“800\d{7}”, “\d{10}”,,,“8001234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“MX”,52,“0”,“01”,,,“0|04(\d{10})”,“1$1”,,,[[,“(\d)(\d{4})(\d{4})”,“$1 $2 $3”,,“01 $1”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“|3|5|8|9”],“01 $1”,“”,1],[,“(1)(\d)(\d{4})(\d{4})”,“044 $2 $3 $4”,,“$1”,“”,0],[,“(1)(\d{3})(\d{3})(\d{4})”,“044 $2 $3 $4”,[“1(?:|3|5|8|9)”], “$1”,“”,0]],[[,“(\d)(\d{4})(\d{4})”,“$1 $2 $3”,,“01 $1”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“|3|5|8|9”,“[2467]|3|5|8|9”],“01 $1”,“”,1],[,“(1)(\d)(\d{4})(\d{4})”,“$1 $2 $3 $4”,],[,“(1)(\d{3})(\d{3})(\d{4})”,“$1 $2 $3 $4”,[“1(?:|3|5|8|9)”]]],[,,“NA”,“NA”],,,,[,,“NA”,“NA”],,[,,“06|911”,“\d{3}”,,,“066”],],MY:[, [,,“[13-9]\d{7,9}”,“\d{6,10}”],[,,“(?:3\d|[2-9])\d{6}”,“\d{6,9}”,,,“323456789”],[,,“1(?:1\d{2}|[02-4679]\d|8(?:1|[2-9]\d))\d{5}”,“\d{9,10}”,,,“123456789”],[,,“100\d{6}”,“\d{10}”,,,“1300123456”],,[,,“NA”,“NA”],,[,,“154\d{7}”,“\d{10}”,,,“1541234567”],“MY”,60,“00”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{4})”,“$1-$2 $3”,[“”],“0$1”,“”,0],[,“(3)(\d{4})(\d{4})”,“$1-$2 $3”,, “0$1”,“”,0],[,“(\d)(\d{3})(\d{3,4})”,“$1-$2 $3”,[“1[1-9]|8”],“0$1”,“”,0],[,“(1)(00)(\d{2})(\d{4})”,“$1-$2-$3-$4”,[“10”],“”,“”,0],[,“(11)(\d{4})(\d{4})”,“$1-$2 $3”,,“0$1”,“”,0],[,“(154)(\d{3})(\d{4})”,“$1-$2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112|999”,“\d{3}”,,,“999”],],MZ:[,[,,“\d{7,8}”,“\d{8,9}”],[,,“2(?:\d|5|[78]|93)\d{5}”,“\d{8}”,,,“21123456”],[,,“8\d{7}”,“\d{9}”,,,“821234567”], [,,“800\d{6}”,“\d{9}”,,,“800123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“MZ”,258,“00”,,,,,,,,[[,“(\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“2|8”],“”,“”,0],[,“(80\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:1|9)”,“\d{3}”,,,“119”],],NA:[,[,,“\d{7,8}”,“\d{8,9}”],[,,“6(?:1(?:17|2(?:\d||7\d?)|3(?:2\d|3)|4|69|7)|2(?:17|25|5(?:|4\d?)|69|70)|3(?:17|2(?:\d?|)|34|6|7|81)|4(?:17|2(?:|7?)|4(?:|1\d)|5(?:|[25]\d?)|69|7)|5(?:17|2(?:|[23678]\d?)|69|7)|6(?:17|2(?:5|6\d?)|38|42|69|7)|7(?:17|2(?:|[234]\d?)|3(?:0\d?|)|69|7))\d{4}”, “\d{8,9}”,,,“612012345”],[,,“(?:60|8)\d{7}”,“\d{9}”,,,“811234567”],,[,,“8701\d{5}”,“\d{9}”,,,“870123456”],,[,,“NA”,“NA”],,“NA”,264,“00”,“0”,,,“0”,,,,[[,“(8\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“8”],“0$1”,“”,0],[,“(6\d)(\d{2,3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(88)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(870)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],[, ,“NA”,“NA”],,,[,,“NA”,“NA”]],NC:[,[,,“\d{5}”,“\d{6}”],[,,“(?:2|3|4|88)\d{4}”,“\d{6}”,,,“201234”],[,,“(?:\d|8)\d{4}”,“\d{6}”,,,“751234”],,[,,“36\d{4}”,“\d{6}”,,,“366711”],,[,,“NA”,“NA”],,“NC”,687,“00”,,,,,,,,[],,[,,“NA”,“NA”],,,,[,,“NA”,“NA”],,[,,“1”,“\d{2}”,,,“15”],],NE:[,[,,“\d{7}”,“\d{8}”],[,,“2(?:0(?:20|3|4|5|6|7)|1(?:4|5|6|7|88))\d{4}”, “\d{8}”,,,“20201234”],[,,“9\d{6}”,“\d{8}”,,,“93123456”],,[,,“09\d{6}”,“\d{8}”,,,“09123456”],,[,,“NA”,“NA”],,“NE”,227,“00”,,,,,,,,[[,“(\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“|09”],“”,“”,0],[,“(08)(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],NF:[,[,,“\d{5}”,“\d{5,6}”],[,,“(?:1(?:06|17|28|39)|3\d)\d{3}”,“\d{5,6}”,,,“106609”], [,,“38\d{4}”,“\d{5,6}”,,,“381234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“NF”,672,“00”,,,,,,,,[[,“(\d{2})(\d{4})”,“$1 $2”,,“”,“”,0],[,“(\d)(\d{5})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“9(?:11|55|77)”,“\d{3}”,,,“911”],],NG:[,[,,“\d{5,8}|[78]\d{5,13}”,“\d{5,14}”],[,,“[12]\d{6,7}|9\d{7}|(?:3\d|4|5|6|7|8)\d{6}|(?:4|5|6|7)\d{5,6}|(?:78|41)\d{5}”, “\d{5,9}”,,,“12345678”],[,,“(?:1(?:7\d|8(?:04|\d|8)|95\d)|287|3(?:18|88|9(?:8|6))|4(?:28|6(?:7|8)|88)|5(?:2(?:7|8\d)|38|48|68)|6(?:2(?:7|8\d)|4(?:3|[68]|7|9)|58|98)|7(?:38|69|78)|8(?:28|38|4(?:2|3|5|7|8|90)|58|78|88)|98\d)\d{4}|(?:70(?:\d|2)|8(?:0|1\d)\d)\d{6}”,“\d{8,10}”,,,“8021234567”], [,,“800\d{7,11}”,“\d{10,14}”,,,“80017591759”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“NG”,234,“009”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{2,3})”,“$1 $2 $3”,[“|7(?:|0)|8”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“70|8”],“0$1”,“”,0],[,“(00)(\d{4})(\d{4,5})”,“$1 $2 $3”,[“[78]00”],“0$1”,“”,0],[,“(00)(\d{5})(\d{5,6})”,“$1 $2 $3”,[“00”],“0$1”,“”,0],[,“(78)(\d{2})(\d{3})”, “$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“199”,“\d{3}”,,,“199”],],NI:[,[,,“\d{7}”,“\d{8}”],[,,“2\d{7}”,“\d{8}”,,,“21234567”],,[,,“1800\d{4}”,“\d{8}”,,,“18001234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“NI”,505,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“118”,“\d{3}”,,,“118”],], NL:[,[,,“1\d{4,8}|\d{8}|[89]\d{6,9}”,“\d{5,10}”],[,,“(?:1|2|3|4|[57]\d|8)\d{7}”,“\d{9}”,,,“101234567”],[,,“6\d{7}”,“\d{9}”,,,“612345678”],,[,,“90\d{4,7}”,“\d{7,10}”,,,“9001234”],,[,,“NA”,“NA”],,“NL”,31,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“1|2|3|4|5|7|8”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”, “$1 $2 $3”,[“1|2|3|4|5”],“0$1”,“”,0],[,“(6)(\d{8})”,“$1 $2”,[“6”],“0$1”,“”,0],[,“(66)(\d{7})”,“$1 $2”,,“0$1”,“”,0],[,“(14)(\d{3,4})”,“$1 $2”,,“$1”,“”,0],[,“(0\d)(\d{4,7})”,“$1 $2”,,“0$1”,“”,0]],,,,,[,,“14\d{3,4}”,“\d{5,6}”],[,,“140(?:1(?:|[16-8]\d)|2(?:|[259]\d)|3(?:|[124]\d)|4(?:|[17-9]\d)|5(?:|[124679]\d)|7\d|8)”,“\d{5,6}”,,,“14020”],,[,,“112|911”,“\d{3}”, ,,“112”],],NO:[,[,,“0\d{4}|\d{7}”,“\d{5}(?:\d{3})?”],[,,“(?:2|3|5|6|7)\d{6}”,“\d{8}”,,,“21234567”],[,,“(?:4|5|9\d)\d{6}”,“\d{8}”,,,“41234567”],[,,“80\d{5}”,“\d{8}”,,,“80012345”],[,,“82\d{5}”,“\d{8}”,,,“82012345”],[,,“810(?:0|[2-8]\d)\d{3}”,“\d{8}”,,,“81021234”],,[,,“85\d{5}”,“\d{8}”,,,“85012345”],“NO”,47,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{3})”,“$1 $2 $3”,[“”], “”,“”,0],[,“(\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”],“”,“”,0]],,,1,,,[,,“0\d{4}|81(?:0(?:0|1\d)|5\d{2})\d{3}”,“\d{5}(?:\d{3})?”,,,“01234”],1,[,,“11”,“\d{3}”,,,“112”],[,,“81\d{5}”,“\d{8}”,,,“81212345”]],NP:[,[,,“\d{7}|9(?:\d{6}|7\d{5,7}|8\d{8})”,“\d{6,10}”],[,,“(?:1|2|3|4|5|6|7|8|9)\d{6}”,“\d{6,8}”,,,“14567890”],[,,“9(?:7|8)\d{7}”,“\d{10}”, ,,“9841234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“NP”,977,“00”,“0”,,,“0”,,,,[[,“(1)(\d{7})”,“$1-$2”,[“1”],“0$1”,“”,0],[,“(\d{2})(\d{6})”,“$1-$2”,[“1|[2-8]|9(?:|7)”],“0$1”,“”,0],[,“(9\d{2})(\d{7})”,“$1-$2”,[“9(?:7|8)”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],NR:[,[,,“\d{6}”,“\d{7}”],[,,“(?:444|888)\d{4}”,“\d{7}”,,,“4441234”],[,,“55\d{4}”,“\d{7}”, ,,“5551234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“NR”,674,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“110”],],NU:[,[,,“\d{3}”,“\d{4}”],[,,“[34]\d{3}”,“\d{4}”,,,“4002”],[,,“\d{3}”,“\d{4}”,,,“1234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“NU”,683,“00”,,,,,,,,,,,,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”], [,,“NA”,“NA”]],NZ:[,[,,“6\d{6}|[2-57-9]\d{7,10}”,“\d{7,11}”],[,,“(?:3|[49]|6|7)\d{6}|24099\d{3}”,“\d{7,8}”,,,“32345678”],[,,“2(?:\d{7,8}|1(?:0\d{5,7}|[12]\d{5,6}|[3-9]\d{5})|[79]\d{7})”,“\d{8,10}”,,,“211234567”],,[,,“90\d{7,9}”,“\d{9,11}”,,,“900123456”],,[,,“NA”,“NA”],,“NZ”,64,“0(?:0|161)”,“0”,,,“0”,,“00”,,[[,“()(\d{3})(\d{4})”,“$1-$2 $3”,[“|9”], “0$1”,“”,0],[,“(24099)(\d{3})”,“$1 $2”,,“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“2(?:1|[69]|7)|86”],“0$1”,“”,0],[,“(2\d)(\d{3,4})(\d{4})”,“$1 $2 $3”,[“2”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“2(?:10|74)|5|[89]0”],“0$1”,“”,0]],,[,,“6\d{6,7}”,“\d{8,9}”,,,“26123456”],,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],OM:[,[,,“(?:2|5|9)\d{6}|800\d{5,6}”, “\d{7,9}”],[,,“2\d{6}”,“\d{8}”,,,“23123456”],[,,“9\d{6}”,“\d{8}”,,,“92123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“OM”,968,“00”,,,,,,,,[[,“(2\d)(\d{6})”,“$1 $2”,,“”,“”,0],[,“(9\d{3})(\d{4})”,“$1 $2”,,“”,“”,0],[,“(00)(\d{4,6})”,“$1 $2”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“9999”,“\d{4}”,,,“9999”],],PA:[,[,,“\d{6,7}”,“\d{7,8}”],[,,“(?:1(?:0|19|2|3|4|57|65|7|8|9)|2(?:\d|1|4|8)|3(?:0|1|2|3|4|5|6|7|80|9\d)|4(?:3|4\d|7)|5(?:\d|2|[56]0|79)|7(?:0|2|[349]0|5|7|8)|8(?:\d|5|8)|9(?:0|1|2|3|40|5|6|7|8|9))\d{4}”, “\d{7}”,,,“2001234”],[,,“(?:1[16]1|21|8(?:1|7))\d{4}|6(?:\d|1|2|3)\d{5}”,“\d{7,8}”,,,“60012345”],[,,“80\d{4}”,“\d{7}”,,,“8001234”],[,,“(?:779|8(?:2|55|60|7|86|95)|9(?:0|81))\d{4}”,“\d{7}”,,,“8601234”],,[,,“NA”,“NA”],,“PA”,507,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1-$2”,[“”],“”,“”,0],[,“(\d{4})(\d{4})”,“$1-$2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“911”,“\d{3}”,,,“911”],[,,“NA”, “NA”]],PE:[,[,,“\d{7,8}”,“\d{6,9}”],[,,“(?:1\d|4|5|6|7|8)\d{6}”,“\d{6,8}”,,,“11234567”],,[,,“800\d{5}”,“\d{8}”,,,“80012345”],,[,,“801\d{5}”,“\d{8}”,,,“80112345”],[,,“80\d{5}”,“\d{8}”,,,“80212345”],,“PE”,51,“19(?:1|77|90)00”,“0”,“ Anexo ”,,“0”,,,,[[,“(1)(\d{7})”,“$1 $2”,,“(0$1)”,“”,0],[,“(\d)(\d{6})”,“$1 $2”,[“|8”],“(0$1)”,“”,0],[,“(\d{3})(\d{5})”, “$1 $2”,,“(0$1)”,“”,0],[,“(9\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:05|1)”,“\d{3}”,,,“105”],],PF:[,[,,“\d{5}”,“\d{6}”],[,,“(?:4(?:\d|1)|[5689]\d{2})\d{3}”,“\d{6}”,,,“401234”],[,,“(?:\d{2}|3\d|411)\d{3}”,“\d{6}”,,,“212345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“PF”,689,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})”,“$1 $2 $3”,,“”,“”,0]],,[,,“NA”, “NA”],,,,[,,“NA”,“NA”],,[,,“1”,“\d{2}”,,,“15”],],PG:[,[,,“\d{6,7}”,“\d{7,8}”],[,,“(?:3\d{2}|4\d|5\d|6(?:29|4)|85|9\d)\d{4}”,“\d{7}”,,,“3123456”],[,,“(?:68|7\d)\d{5}”,“\d{7,8}”,,,“6812345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“PG”,675,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(7\d{2})(\d{2})(\d{3})”, “$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“000”,“\d{3}”,,,“000”],],PH:[,[,,“\d{7,9}|1800\d{7,9}”,“\d{7,13}”],[,,“(?:2|3|4|5|6|7|8)\d{7}”,“\d{7,9}”,,,“21234567”],[,,“9(?:0|1|2|3|4|7|89|9)\d{7}”,“\d{10}”,,,“9051234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“PH”,63,“00”,“0”,,,“0”,,,,[[,“(2)(\d{3})(\d{4})”, “$1 $2 $3”,,“(0$1)”,“”,0],[,“(\d{4})(\d{5})”,“$1 $2”,[“3(?:23|39|46)|4(?:2|[35]9|4|76)|5(?:22|44)|642|8(?:62|8)”,“3(?:230|397|461)|4(?:2(?:35|[46]4|51)|396|4(?:22|63)|59|76)|5(?:221|446)|642|8(?:622|8(?:[24]2|5))”],“(0$1)”,“”,0],[,“(\d{5})(\d{4})”,“$1 $2”,[“346|4(?:27|9)|883”,“3469|4(?:279|9(?:30|56))|8834”],“(0$1)”,“”,0],[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“”],“(0$1)”,“”,0],[,“(9\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(1800)(\d{3})(\d{4})”, “$1 $2 $3”,,“”,“”,0],[,“(1800)(\d{1,2})(\d{3})(\d{4})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11|911”,“\d{3}”,,,“117”],],PK:[,[,,“1\d{8}|\d{5,11}|9(?:\d{4,9}|2\d(?:111\d{6}|\d{3,7}))”,“\d{6,12}”],[,,“(?:21|42)\d{7}|(?:2|4|5|6|7|8|91)\d{6}|(?:2(?:3|4|9)|45|54|60|72|8(?:2|3|4|5)|9(?:1|2|3|4|6|9))[2-9]\d{5,6}|58\d{7}”, “\d{6,10}”,,,“2123456789”],[,,“3(?:0\d|1|2|3|4|55|64)\d{7}”,“\d{10}”,,,“3012345678”],,[,,“900\d{5}”,“\d{8}”,,,“90012345”],,[,,“122\d{6}”,“\d{9}”,,,“122044444”],,“PK”,92,“00”,“0”,,,“0”,,,,[[,“(\d{2})(111)(\d{3})(\d{3})”,“$1 $2 $3 $4”,[“(?:2|4|5|6|7|8|91)1”,“(?:2|4|5|6|7|8|91)11”,“(?:2|4|5|6|7|8|91)111”], “(0$1)”,“”,0],[,“(\d{3})(111)(\d{3})(\d{3})”,“$1 $2 $3 $4”,[“2|45|54|60|72|8|9”,“(?:2|45|54|60|72|8|9)\d1”,“(?:2[349]|45|54|60|72|8|9)\d11”,“(?:2[349]|45|54|60|72|8|9)\d111”],“(0$1)”,“”,0],[,“(\d{2})(\d{7,8})”,“$1 $2”,[“(?:2|4|5|6|7|8|91)”],“(0$1)”,“”,0],[,“(\d{3})(\d{6,7})”,“$1 $2”,[“2|45|54|60|72|8|9”,“(?:2|45|54|60|72|8|9)\d[2-9]”],“(0$1)”,“”,0],[,“(3\d{2})(\d{7})”, “$1 $2”,,“0$1”,“”,0],[,“(\d{3})(\d{5,6})”,“$1 $2”,[“58|1”],“(0$1)”,“”,0],[,“(586\d{2})(\d{5})”,“$1 $2”,,“(0$1)”,“”,0],[,“(00)(\d{3})(\d{2})”,“$1 $2 $3”,[“[89]00”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],[,,“(?:2(?:|3|4|9)|4(?:|5)|5(?:|4)|6(?:|0)|7(?:|2)|8(?:|2|3|4|5)|9(?:1|22|3|4|6|9))111\d{6}”,“\d{11,12}”,,,“21111825888”],,[,,“1(?:1(?:22?|5)|)”, “\d{2,4}”,,,“112”],],PL:[,[,,“\d{6,8}|9\d{8}|[67]\d{5,8}”,“\d{6,9}”],[,,“(?:1|2|3|4|5|6|7|8)\d{5,7}|77\d{4,7}|(?:89|9)\d{7}”,“\d{6,9}”,,,“123456789”],[,,“(?:5|6|7|88)\d{7}”,“\d{9}”,,,“512345678”],,[,,“70\d{7}”,“\d{9}”,,,“701234567”],,[,,“NA”,“NA”],,“PL”,48,“00”,,,,,,,,[[,“(\d{2})(\d{3})(\d{2})(\d{2})”, “$1 $2 $3 $4”,[“|3|5|6|7|8|9”],“”,“”,0],[,“(\d{2})(\d{4,6})”,“$1 $2”,[“|3|5|6|7|8”],“”,“”,0],[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“39|5|6|7|8”],“”,“”,0],[,“(\d{3})(\d{2})(\d{2,3})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{3})(\d{3})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112|99”,“\d{3}”,,,“112”],],PM:[,[,,“\d{5}”, “\d{6}”],[,,“41\d{4}”,“\d{6}”,,,“411234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“PM”,508,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{2})(\d{2})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“17”],],PR:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“(?:787|939)\d{6}”,“\d{7}(?:\d{3})?”,,,“7872345678”],[,,“(?:787|939)\d{6}”,“\d{7}(?:\d{3})?”,,,“7872345678”],[,,“8(?:00|55|66|77|88)\d{6}”, “\d{10}”,,,“8002345678”],[,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“PR”,1,“011”,“1”,,,“1”,,,1,,,,,“787|939”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],PS:[,[,,“\d{7,8}|1(?:\d{8}|[49]\d{2,3})”,“\d{4,10}”],[,,“(?:22|42|82|92)\d{5}”,“\d{7,8}”,,,“22234567”],[,,“5\d{7}”,“\d{9}”,,,“599123456”],, [,,“1(?:4|9\d)\d{2}”,“\d{4,5}”,,,“19123”],,[,,“NA”,“NA”],,“PS”,970,“00”,“0”,,,“0”,,,,[[,“()(2\d{2})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(5\d)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(100)(\d{3})(\d{3})”,“$1 $2 $3”,[“1”],“$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],PT:[,[,,“\d{8}”,“\d{9}”],[,,“2(?:\d|[1-689]|4|6|7|8|9)\d{6}”, “\d{9}”,,,“212345678”],[,,“9(?:\d{2}|2\d|480)\d{5}”,“\d{9}”,,,“912345678”],[,,“80\d{6}”,“\d{9}”,,,“800123456”],[,,“76(?:0|1|2)\d{5}”,“\d{9}”,,,“760123456”],[,,“80(?:8\d|9)\d{5}”,“\d{9}”,,,“808123456”],[,,“884\d{5}”,“\d{9}”,,,“884123456”],,“PT”,351,“00”,,,,,,,,[[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],[,,“70(?:7\d|8)\d{5}”,“\d{9}”,,,“707123456”],,[,, “112”,“\d{3}”,,,“112”],],PW:[,[,,“\d{6}”,“\d{7}”],[,,“2552255|(?:277|345|488|5(?:35|44|87)|6(?:22|54|79)|7(?:33|47)|8(?:24|55|76))\d{4}”,“\d{7}”,,,“2771234”],[,,“(?:6[234689]0|77)\d{4}”,“\d{7}”,,,“6201234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“PW”,680,“01”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“911”,“\d{3}”,,,“911”],],PY:[,[,,“5\d{4,7}|[2-46-9]\d{5,8}”, “\d{5,9}”],[,,“(?:[26]1|3|4|7|8)\d{5,7}|(?:2(?:2|7|9)|3(?:18|3|4|51)|4(?:18|2|3|5|64|71|9)|5(?:\d|5)|6(?:3|44|7)|7(?:17|4|6|75|8)|858)\d{5,6}”,“\d{5,9}”,,,“212345678”],[,,“9(?:61|[1-6]|9)\d{6}”,“\d{9}”,,,“961456789”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“8700\d{4}”,“\d{9}”,,,“870012345”],“PY”,595,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{5,7})”,“$1 $2”, [“(?:[26]1|3|4|7|8)”],“($1)”,“”,0],[,“(\d{3})(\d{3,6})”,“$1 $2”,[“0”],“0$1”,“”,0],[,“(\d{3})(\d{6})”,“$1 $2”,[“9”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{3})(\d{4,6})”,“$1 $2”,[“[1-9]”],“($1)”,“”,0]],,,,,[,,“NA”,“NA”],[,,“0\d{4,7}”,“\d{6,9}”,,,“201234567”],,,[,,“NA”,“NA”]],QA:[,[,,“\d{6,7}”,“\d{7,8}”],[,,“4\d{6}”,“\d{7,8}”,,,“44123456”],[,,“\d{7}”, “\d{7,8}”,,,“33123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“QA”,974,“00”,,,,,,,,[[,“(\d{2})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0]],,[,,“2(?:\d|61)\d{4}”,“\d{7}”,,,“2123456”],,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],RE:[,[,,“\d{8}”,“\d{9}”],[,,“262\d{6}”,“\d{9}”,,,“262161234”],[,,“6(?:9|47)\d{6}”,“\d{9}”,,,“692123456”],[,,“80\d{7}”, “\d{9}”,,,“801234567”],[,,“89\d{6}”,“\d{9}”,,,“891123456”],[,,“8(?:1|2|84|90)\d{6}”,“\d{9}”,,,“810123456”],,[,,“NA”,“NA”],“RE”,262,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“0$1”,“”,0]],,,1,“262|6|8”,,[,,“NA”,“NA”],,[,,“1(?:12|)”,“\d{2,3}”,,,“15”],],RO:[,[,,“2\d{5,8}|\d{8}”,“\d{6,9}”],[,,“2(?:1(?:\d{7}|9\d{3})|[3-6](?:\d{7}|\d9\d{2}))|3\d{7}”,“\d{6,9}”,,,“211234567”], [,,“7\d{7}”,“\d{9}”,,,“712345678”],,[,,“90\d{6}”,“\d{9}”,,,“900123456”],,[,,“802\d{6}”,“\d{9}”,,,“802123456”],,“RO”,40,“00”,“0”,“ int ”,,“0”,,,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“1”],“0$1”,“”,0],[,“(21)(\d{4})”,“$1 $2”,,“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“[3-7]|”],“0$1”,“”,0],[,“(2\d{2})(\d{3})”,“$1 $2”,[“2”],“0$1”,“”,0]],,,,, [,,“NA”,“NA”],,,[,,“112”,“\d{3}”,,,“112”],],RS:[,[,,“\d{4,11}|3(?:\d{3,10}|8\d{2,9})”,“\d{5,12}”],[,,“(?:1(?:[2-9]|1)\d|2(?:[0-24-7][2-9]\d|(?:0|[2-9]\d))|3(?:[2-9]\d|9(?:\d|0)))\d{3,8}”,“\d{5,12}”,,,“10234567”],[,,“6(?:|7\d)\d{6,7}”,“\d{8,10}”,,,“601234567”],,[,,“(?:90|78\d)\d{3,7}”,“\d{6,12}”,,,“90012345”],, [,,“NA”,“NA”],,“RS”,381,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{4,9})”,“$1 $2”,[“(?:2|39)0”],“0$1”,“”,0],[,“(\d)(\d{5,10})”,“$1 $2”,[“1|2(?:|[389])|3(?:|9)”],“0$1”,“”,0],[,“(6\d)(\d{6,8})”,“$1 $2”,,“0$1”,“”,0],[,“(\d{2})(\d{3,9})”,“$1 $2”,[“”],“0$1”,“”,0],[,“(7)(\d{4,9})”,“$1 $2”,[“7”],“0$1”,“”,0],[,“(7\d)(\d{4,9})”,“$1 $2”,[“7”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],[,,“7\d{4,10}”,“\d{6,12}”,,,“700123456”], ,[,,“112|9”,“\d{2,3}”,,,“112”],],RU:[,[,,“\d{9}”,“\d{10}”],[,,“(?:3(?:0|4|5|8|9)|4(?:01|1|2|7|8|9)|8(?:1|2|3|4|5|6|7))\d{7}”,“\d{10}”,,,“3011234567”],,[,,“80\d{7}”,“\d{10}”,,,“8001234567”],[,,“80\d{7}”,“\d{10}”,,,“8091234567”],,[,,“NA”,“NA”],,“RU”,7,“810”,“8”,,,“8”,,“8~10”,,[[,“(\d{3})(\d{2})(\d{2})”, “$1-$2-$3”,[“”],“$1”,“”,0],[,“(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2-$3-$4”,[“”],“8 ($1)”,“”,1],[,“(7\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,,“8 ($1)”,“”,1]],[[,“(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2-$3-$4”,[“”,“[34689]”],“8 ($1)”,“”,1],[,“(7\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,,“8 ($1)”,“”,1]],,1,,,[,,“NA”,“NA”],,[,,“0|112”,“\d{2,3}”,,,“112”],],RW:[,[,,“\d{7,8}”,“\d{8,9}”],[,,“2\d{7}|06\d{6}”, “\d{8,9}”,,,“250123456”],[,,“7\d{7}”,“\d{9}”,,,“720123456”],,[,,“900\d{6}”,“\d{9}”,,,“900123456”],,[,,“NA”,“NA”],,“RW”,250,“00”,“0”,,,“0”,,,,[[,“(2\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(0\d)(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],SA:[,[, ,“(?:[1-467]|92)\d{7}|5\d{8}|8\d{9}”,“\d{7,10}”],[,,“(?:[12]|3|4|6|7)\d{6}”,“\d{7,8}”,,,“12345678”],[,,“(?:5\d|8111)\d{6}”,“\d{9,10}”,,,“512345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SA”,966,“00”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(5\d)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(9200)(\d{5})”,“$1 $2”,,“$1”,“”,0],[,“(800)(\d{3})(\d{4})”, “$1 $2 $3”,,“$1”,“”,0],[,“(8111)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“99”,“\d{3}”,,,“999”],],SB:[,[,,“\d{4,6}”,“\d{5,7}”],[,,“(?:1|[23]\d|4|5|6)\d{3}”,“\d{5}”,,,“40123”],[,,“48\d{3}|7(?:\d|5|90)\d{4}|8\d{5}|9(?:\d|5|7|8|9)\d{4}”,“\d{5,7}”,,,“7421234”],[,,“1\d{3}”,“\d{5}”,,,“18123”],,[, ,“NA”,“NA”],,[,,“5\d{3}”,“\d{5}”,,,“51123”],“SB”,677,“0”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”],],SC:[,[,,“\d{5,6}”,“\d{6,7}”],[,,“4\d{5}”,“\d{7}”,,,“4217123”],[,,“2\d{5}”,“\d{7}”,,,“2510123”],,[,,“98\d{4}”,“\d{6}”,,,“981234”],,[,,“NA”,“NA”],,“SC”,248,“0”,,,, ,,“00”,,[[,“(\d{3})(\d{3})”,“$1 $2”,[“”],“”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”],],SD:[,[,,“\d{8}”,“\d{9}”],[,,“1(?:\d|8)\d{6}”,“\d{9}”,,,“121231234”],[,,“9\d{7}”,“\d{9}”,,,“911231234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SD”,249,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0]],,, ,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”],],SE:[,[,,“\d{6,9}”,“\d{5,10}”],[,,“1(?:0\d{6}|[136]\d{5,7}|(?:2|4|5|7|[89]\d)\d{5,6})|2(?:\d{5,7}|(?:2|4|5|7|8|9)\d{5,6})|3(?:\d{5,7}|(?:0|1\d|2|4|7|8|9)\d{5,6})|4(?:\d{5,7}|(?:1|3|5|7|8|9)\d{5,6})|5(?:0|[15]|2|3|4\d|6|7|8|9)\d{5,6}|6(?:\d{5,7}|(?:1|2|4|5|6|7|8|9)\d{5,6})|8\d{6,8}|9(?:0\d{5,7}|(?:1|2\d|3|[45]|[68]|7)\d{5,6})”, “\d{5,9}”,,,“8123456”],[,,“7\d{7}”,“\d{9}”,,,“701234567”],,[,,“9(?:00|39|44)\d{7}”,“\d{10}”,,,“9001234567”],,[,,“75\d{7}”,“\d{9}”,,,“751234567”],,“SE”,46,“00”,“0”,,,“0”,,,,[[,“(8)(\d{2,3})(\d{2,3})(\d{2})”,“$1-$2 $3 $4”,,“0$1”,“”,0],[,“(\d)(\d{2,3})(\d{2})(\d{2})”,“$1-$2 $3 $4”,[“1|2|3|4|54|6|90”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{2})”,“$1-$2 $3”, [“1|2|3|4|54|6|90”],“0$1”,“”,0],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1-$2 $3 $4”,[“1|2|3|4|5|6|9(?:|3|4)”],“0$1”,“”,0],[,“(\d{3})(\d{2,3})(\d{2})”,“$1-$2 $3”,[“1|2|3|4|5|6|9(?:|3|4)”],“0$1”,“”,0],[,“(7\d)(\d{3})(\d{2})(\d{2})”,“$1-$2 $3 $4”,,“0$1”,“”,0],[,“(20)(\d{2,3})(\d{2})”,“$1-$2 $3”,,“0$1”,“”,0],[,“(9\d)(\d{2})(\d{2})(\d{3})”, “$1-$2 $3 $4”,[“9”],“0$1”,“”,0]],[[,“(8)(\d{2,3})(\d{2,3})(\d{2})”,“$1 $2 $3 $4”,],[,“([1-69]\d)(\d{2,3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“1|2|3|4|54|6|90”]],[,“(\d)(\d{3})(\d{2})”,“$1 $2 $3”,[“1|2|3|4|54|6|90”]],[,“(\d{3})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“1|2|3|4|5|6|9(?:|3|4)”]],[,“(\d{3})(\d{2,3})(\d{2})”,“$1 $2 $3”,[“1|2|3|4|5|6|9(?:|3|4)”]], [,“(7\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,],[,“(20)(\d{2,3})(\d{2})”,“$1 $2 $3”,],[,“(9\d)(\d{2})(\d{2})(\d{3})”,“$1 $2 $3 $4”,[“9”]]],[,,“74\d{7}”,“\d{9}”,,,“741234567”],,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],SG:[,[,,“\d{7}|[17-9]\d{7,10}”,“\d{8,11}”],[,,“6\d{6}”,“\d{8}”,,,“61234567”],[,,“(?:8|9)\d{6}”,“\d{8}”,,,“81234567”],,[,,“1900\d{7}”,“\d{11}”, ,,“19001234567”],,[,,“NA”,“NA”],[,,“3\d{6}”,“\d{8}”,,,“31234567”],“SG”,65,“0\d”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“|8”],“”,“”,0],[,“(100)(\d{3})(\d{4})”,“$1 $2 $3”,[“1”],“”,“”,0],[,“(7000)(\d{4})(\d{3})”,“$1 $2 $3”,,“”,“”,0],[,“(800)(\d{3})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“99”,“\d{3}”,,,“999”],],SH:[,[,,“\d{3}”,“\d{4}”],[,,“(?:[2-468]\d|7)\d{2}”, “\d{4}”,,,“2158”],,[,,“NA”,“NA”],[,,“(?:\d|7)\d{2}”,“\d{4}”,,,“5012”],,[,,“NA”,“NA”],,“SH”,290,“00”,,,,,,,,,,,,,[,,“NA”,“NA”],,,[,,“9(?:11|99)”,“\d{3}”,,,“999”],],SI:[,[,,“\d{6,7}|[89]\d{4,7}”,“\d{5,8}”],[,,“(?:1\d|[2-8]|3|4|7)\d{6}”,“\d{7,8}”,,,“11234567”],[,,“(?:[01]|4|51|6)\d{6}”,“\d{8}”,,,“31234567”],,[,,“90\d{4,6}|89\d{2,5}”, “\d{5,8}”,,,“90123456”],,[,,“NA”,“NA”],[,,“(?:59|8)\d{6}”,“\d{8}”,,,“59012345”],“SI”,386,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“|3|4|5|7”],“(0$1)”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“[01]|4|51|6”],“0$1”,“”,0],[,“([09])(\d{3,6})”,“$1 $2”,[“[09]”],“0$1”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,[“59|8”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“112”], [,,“NA”,“NA”]],SJ:[,[,,“0\d{4}|\d{7}”,“\d{5}(?:\d{3})?”],[,,“79\d{6}”,“\d{8}”,,,“79123456”],[,,“(?:4|5|9\d)\d{6}”,“\d{8}”,,,“41234567”],[,,“80\d{5}”,“\d{8}”,,,“80012345”],[,,“82\d{5}”,“\d{8}”,,,“82012345”],[,,“810(?:0|[2-8]\d)\d{3}”,“\d{8}”,,,“81021234”],,[,,“85\d{5}”,“\d{8}”,,,“85012345”],“SJ”,47,“00”,,,,,,,,,,,,,[,,“NA”,“NA”],[,,“0\d{4}|81(?:0(?:0|1\d)|5\d{2})\d{3}”,“\d{5}(?:\d{3})?”, ,,“01234”],1,[,,“11”,“\d{3}”,,,“112”],[,,“81\d{5}”,“\d{8}”,,,“81212345”]],SK:[,[,,“\d{8}”,“\d{9}”],[,,“[2-5]\d{8}”,“\d{9}”,,,“212345678”],[,,“9(?:0|1|4)\d{6}”,“\d{9}”,,,“912123456”],,[,,“9(?:\d{7}|00\d{6})”,“\d{9}”,,,“900123456”],[,,“8\d{7}”,“\d{9}”,,,“850123456”],,[,,“6(?:5|9)\d{6}”,“\d{9}”,,,“690123456”],“SK”,421,“00”,“0”,,,“0”,,,,[[,“(2)(\d{3})(\d{3})(\d{2})”,“$1/$2 $3 $4”, [“2”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{2})(\d{2})”,“$1/$2 $3 $4”,[“”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0]],,,,,[,,“(?:8(?:00|\d)|9(?:00|\d))\d{6}”,“\d{9}”,,,“800123456”],,,[,,“1(?:12|5)”,“\d{3}”,,,“112”],],SL:[,[,,“\d{7}”,“\d{6,8}”],[,,“[235]2[2-9]\d{4}”,“\d{6,8}”,,,“22221234”],[,,“(?:2|3|4|5|7|88)\d{6}”,“\d{6,8}”,,,“25123456”], [,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“SL”,232,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{6})”,“$1 $2”,,“(0$1)”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“(?:01|99)9”,“\d{3}”,,,“999”],],SM:[,[,,“\d{7,9}”,“\d{6,10}”],[,,“0549(?:8|9\d)\d{4}”,“\d{6,10}”,,,“0549886377”],[,,“6\d{6}”,“\d{8}”,,,“66661212”],,[,,“7\d{6}”,“\d{8}”,,,“71123456”],,[,,“NA”,“NA”],[,,“5\d{6}”,“\d{8}”,,,“58001110”], “SM”,378,“00”,,,,“(?:0549)?(\d{5})”,“0549$1”,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”],“”,“”,0],[,“(0549)(\d{6})”,“$1 $2”,,“”,“”,0],[,“(\d{6})”,“0549 $1”,[“”],“”,“”,0]],[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,[“”,“[5-7]”],“”,“”,0],[,“(0549)(\d{6})”,“($1) $2”,],[,“(\d{6})”,“(0549) $1”,[“”]]],[,,“NA”,“NA”],,,,[,,“NA”,“NA”],1,[,,“11”,“\d{3}”,,,“113”],],SN:[,[,,“\d{8}”,“\d{9}”],[,,“3(?:0(?:1|80)|3(?:8|9))\d{5}”, “\d{9}”,,,“301012345”],[,,“7(?:0(?:[01279]0|3|4|5|6|8)|6(?:1|2|3|4|5\d|6|7|8)|7\d{2}|8(?:01|1))\d{5}”,“\d{9}”,,,“701012345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SN”,221,“00”,,,,,,,,[[,“(\d{2})(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],SO:[,[,,“\d{6,8}”,“\d{7,9}”],[,,“(?:[134]\d|2|5)\d{5}”, “\d{7}”,,,“5522010”],[,,“(?:15\d|2(?:4\d|8)|6?\d{2}|7\d{2}|9\d)\d{5}”,“\d{7,9}”,,,“90792024”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SO”,252,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{6})”,“$1 $2”,[“2|[13-5]”],“”,“”,0],[,“(\d)(\d{7})”,“$1 $2”,[“24|”],“”,“”,0],[,“(\d{2})(\d{5,7})”,“$1 $2”,[“15|28|6|9”],“”,“”,0],[,“(69\d)(\d{6})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],SR:[,[,,“\d{5,6}”, “\d{6,7}”],[,,“(?:2|3|4\d|5|68\d)\d{4}”,“\d{6,7}”,,,“211234”],[,,“(?:7|8)\d{5}”,“\d{7}”,,,“7412345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SR”,597,“00”,,,,,,,,[[,“(\d{3})(\d{3})”,“$1-$2”,[“|5”],“”,“”,0],[,“(\d{2})(\d{2})(\d{2})”,“$1-$2-$3”,,“”,“”,0],[,“(\d{3})(\d{4})”,“$1-$2”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“115”,“\d{3}”,,,“115”],],SS:[, [,,“[19]\d{8}”,“\d{9}”],[,,“18\d{7}”,“\d{9}”,,,“181234567”],[,,“(?:12|9)\d{7}”,“\d{9}”,,,“977123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“SS”,211,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],ST:[,[,,“\d{6}”,“\d{7}”],[,,“22\d{5}”,“\d{7}”,,,“2221234”],[,,“9\d{5}”,“\d{7}”,,,“9812345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”], [,,“NA”,“NA”],“ST”,239,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“112”,“\d{3}”,,,“112”],],SV:[,[,,“\d{7}|[89]\d{6}(?:\d{4})?”,“\d{7,8}|\d{11}”],[,,“2\d{6}”,“\d{8}”,,,“21234567”],[,,“\d{7}”,“\d{8}”,,,“70123456”],,[,,“900\d{4}(?:\d{4})?”,“\d{7}(?:\d{4})?”,,,“9001234”],,[,,“NA”,“NA”],,“SV”,503,“00”,,,,,,,,[[,“(\d{4})(\d{4})”, “$1 $2”,[“”],“”,“”,0],[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(\d{3})(\d{4})(\d{4})”,“$1 $2 $3”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“911”,“\d{3}”,,,“911”],],SX:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“7215(?:4|8|9)\d{4}”,“\d{7}(?:\d{3})?”,,,“7215425678”],[,,“7215(?:1|2\d|5|8)\d{4}”,“\d{10}”,,,“7215205678”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002123456”],[,,“900\d{6}”,“\d{10}”, ,,“9002123456”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“SX”,1,“011”,“1”,,,“1”,,,,,,,,“721”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],SY:[,[,,“\d{7,8}”,“\d{6,9}”],[,,“(?:1(?:1\d?|4\d|)|2|3(?:\d|4)|4|5)\d{6}”,“\d{6,9}”,,,“112345678”],[,,“9(?:22|[0-8]|4\d|6|88|9)\d{6}”,“\d{9}”,,,“944567890”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],, “SY”,963,“00”,“0”,,,“0”,,,,[[,“(\d{2})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,1],[,“(9\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,1]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“112”],],SZ:[,[,,“\d{7}”,“\d{8}”],[,,“2(?:2(?:0|[13]7|2)|3(?:0|[1278]3|3|[46])|(?:40|67)|5(?:0|1|[23]|48|5))\d{4}”,“\d{8}”,,,“22171234”],[,,“7\d{6}”,“\d{8}”,,,“76123456”],, [,,“NA”,“NA”],,[,,“NA”,“NA”],,“SZ”,268,“00”,,,,,,,,[[,“(\d{4})(\d{4})”,“$1 $2”,[“”],“”,“”,0]],,,,,[,,“0800\d{4}”,“\d{8}”,,,“08001234”],,1,,[,,“NA”,“NA”]],TC:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“649(?:712|9(?:4\d|50))\d{4}”,“\d{7}(?:\d{3})?”,,,“6497121234”],[,,“649(?:2(?:3|4)|3(?:3|4)|4[12])\d{4}”,“\d{10}”,,,“6492311234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”], [,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],[,,“64971\d{4}”,“\d{10}”,,,“6497101234”],“TC”,1,“011”,“1”,,,“1”,,,,,,,,“649”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],TD:[,[,,“\d{7}”,“\d{8}”],[,,“22(?:[3789]0|5|6)\d{4}”,“\d{8}”,,,“22501234”],[,,“(?:6\d|77\d|9(?:5|9\d))\d{5}”,“\d{8}”,,,“63012345”],,[,,“NA”,“NA”],,[,,“NA”, “NA”],,“TD”,235,“00|16”,,,,,,“00”,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“17”],],TG:[,[,,“\d{7}”,“\d{8}”],[,,“2(?:2|3|44|55|66|77)\d{5}”,“\d{8}”,,,“22212345”],[,,“9\d{6}”,“\d{8}”,,,“90112345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“TG”,228,“00”,,,,,,,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“”,“”,0]],,[,,“NA”, “NA”],,,,[,,“NA”,“NA”],,[,,“1(?:01|1|7)”,“\d{3}”,,,“117”],],TH:[,[,,“\d{7,8}|1\d{3}(?:\d{6})?”,“\d{4}|\d{8,10}”],[,,“(?:2|3|4|5|7)\d{6}”,“\d{8}”,,,“21234567”],[,,“\d{8}”,“\d{9}”,,,“812345678”],,[,,“1900\d{6}”,“\d{10}”,,,“1900123456”],,[,,“NA”,“NA”],,“TH”,66,“00”,“0”,,,“0”,,,,[[,“(2)(\d{3})(\d{4})”,“$1 $2 $3”,,“0$1”,“”,0], [,“([3-9]\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(100)(\d{3})(\d{3})”,“$1 $2 $3”,,“$1”,“”,0]],,,,,[,,“1\d{3}”,“\d{4}”,,,“1100”],,,[,,“1(?:669|9)”,“\d{3,4}”,,,“191”],],TJ:[,[,,“\d{8}”,“\d{3,9}”],[,,“(?:3(?:1|2|3|4|5|72)|4(?:46|74|87))\d{6}”,“\d{3,9}”,,,“372123456”],[,,“(?:505|9\d)\d{6}”,“\d{9}”,,,“917123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”], [,,“NA”,“NA”],“TJ”,992,“810”,“8”,,,“8”,,“8~10”,,[[,“(\d{2})(\d{2})(\d{4})”,“$1 $2 $3”,[“[34]7|91”],“(8) $1”,“”,1],[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“4|5|9(?:1|[0235-9])”],“(8) $1”,“”,1],[,“(331700)(\d)(\d{2})”,“$1 $2 $3”,,“(8) $1”,“”,1],[,“(\d{4})(\d)(\d{4})”,“$1 $2 $3”,[“3”,“3(?:|3(?:|1))”],“(8) $1”,“”,1]],,,,,[,,“NA”,“NA”],,,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],TK:[, [,,“[2-5]\d{3}”,“\d{4}”],[,,“[2-4]\d{3}”,“\d{4}”,,,“3010”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“TK”,690,“00”,,,,,,,,,,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],TL:[,[,,“\d{6}|7\d{6,7}”,“\d{7,8}”],[,,“(?:2|3|4)\d{5}”,“\d{7}”,,,“2112345”],[,,“7\d{6}”,“\d{8}”,,,“77212345”],,[,,“90\d{5}”,“\d{7}”,,,“9012345”],,[,,“70\d{5}”, “\d{7}”,,,“7012345”],,“TL”,670,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“112”],],TM:[,[,,“\d{7}”,“\d{8}”],[,,“(?:1(?:2\d|3)|2(?:22|4)|3(?:22|4)|4(?:22|3|4\d|6)|5(?:22|5|6))\d{5}”,“\d{8}”,,,“12345678”],[,,“6\d{6}”,“\d{8}”,,,“66123456”],,[,,“NA”,“NA”],,[, ,“NA”,“NA”],,“TM”,993,“810”,“8”,,,“8”,,“8~10”,,[[,“(\d{2})(\d{2})(\d{2})(\d{2})”,“$1 $2-$3-$4”,,“(8 $1)”,“”,0],[,“(\d{2})(\d{6})”,“$1 $2”,,“8 $1”,“”,0],[,“(\d{3})(\d)(\d{2})(\d{2})”,“$1 $2-$3-$4”,[“13|”],“(8 $1)”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“0”,“\d{2}”,,,“03”],],TN:[,[,,“\d{7}”,“\d{8}”],[,,“(?:3|7\d)\d{6}”,“\d{8}”,,,“71234567”],[,,“(?:\d|4)\d{6}”,“\d{8}”,,,“20123456”],, [,,“8\d{6}”,“\d{8}”,,,“80123456”],,[,,“NA”,“NA”],,“TN”,216,“00”,,,,,,,,[[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“19”,“\d{3}”,,,“197”],],TO:[,[,,“\d{4,6}”,“\d{5,7}”],[,,“(?:2\d|3|4|[56]0|7|8)\d{3}”,“\d{5}”,,,“20123”],[,,“(?:7|8)\d{5}”,“\d{7}”,,,“7715123”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],, “TO”,676,“00”,,,,,,,,[[,“(\d{2})(\d{3})”,“$1-$2”,[“|7|8”],“”,“”,0],[,“(\d{3})(\d{4})”,“$1 $2”,[“7|8”],“”,“”,0],[,“(\d{4})(\d{3})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],TR:[,[,,“\d{9}|444\d{4}”,“\d{7,10}”],[,,“(?:2(?:[26]|[2468]|[268]|[246])|3(?:[28]|[2468]|[02468]|92)|4(?:[246]|[2468]|4))\d{7}”,“\d{10}”,,,“2123456789”],[,,“5(?:0|22|\d|5|9)\d{7}”, “\d{10}”,,,“5012345678”],,[,,“900\d{7}”,“\d{10}”,,,“9001234567”],,[,,“NA”,“NA”],,“TR”,90,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“|4(?:|4)”],“(0$1)”,“”,1],[,“(\d{3})(\d{3})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,1],[,“(444)(\d{1})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“444\d{4}”,“\d{7}”,,,“4441444”],[,,“444\d{4}|850\d{7}”,“\d{7,10}”,,, “4441444”],,[,,“1(?:1|55)”,“\d{3}”,,,“112”],],TT:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“868(?:2(?:01|2)|6(?:07|1|2|[3-6]\d|7|9)|82)\d{4}”,“\d{7}(?:\d{3})?”,,,“8682211234”],[,,“868(?:2(?:8|9\d)|3(?:0|1|[2-9]\d)|4(?:\d|8)|6(?:20|78|8\d)|7(?:03|1|[2-9]\d))\d{4}”,“\d{10}”,,,“8682911234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”],[,,“900\d{6}”,“\d{10}”,,,“9002345678”],, [,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“TT”,1,“011”,“1”,,,“1”,,,,,,,,“868”,,[,,“NA”,“NA”],,[,,“99”,“\d{3}”,,,“999”],],TV:[,[,,“\d{4,5}”,“\d{5,6}”],[,,“2\d{3}”,“\d{5}”,,,“20123”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“TV”,688,“00”,,,,,,,,,,,,,[,,“NA”,“NA”],,,[,,“911”,“\d{3}”,,,“911”],],TW:[,[,,“\d{7,8}”, “\d{8,9}”],[,,“[2-8]\d{7,8}”,“\d{8,9}”,,,“21234567”],,[,,“800\d{6}”,“\d{9}”,,,“800123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“TW”,886,“0(?:0|19)”,“0”,“#”,,“0”,,,,[[,“()(\d{3,4})(\d{4})”,“$1 $2 $3”,[“|8”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11”,“\d{3}”,,,“110”],],TZ:[,[,,“\d{9}”, “\d{7,9}”],[,,“2\d{7}”,“\d{7,9}”,,,“222345678”],[,,“(?:6|7)\d{7}”,“\d{9}”,,,“612345678”],[,,“80\d{6}”,“\d{9}”,,,“800123456”],,[,,“8(?:40|6)\d{6}”,“\d{9}”,,,“840123456”],,[,,“41\d{7}”,“\d{9}”,,,“412345678”],“TZ”,255,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“”],“0$1”,“”,0],[,“(\d{2})(\d{2})(\d{4})”,“$1 $2 $3”,[“”], “0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“11|999”,“\d{3}”,,,“111”],],UA:[,[,,“\d{8}”,“\d{5,9}”],[,,“(?:3|4|5|6)\d{7}”,“\d{5,9}”,,,“311234567”],[,,“(?:39|50|6|9)\d{7}”,“\d{9}”,,,“391234567”],,[,,“900\d{6}”,“\d{9}”,,,“900123456”],,[,,“NA”,“NA”],,“UA”,380,“00”,“0”,,,“0”,,“0~0”,,[[,“(\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“39|4(?:[0-5]|87)|5(?:0|6|7)|6|9”, “39|4(?:[0-5]|87)|5(?:0|6(?:3|7)|7)|6|9”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“3[1-8]2|4[1378]2|5(?:[12457]2|6)|6(?:[49]2|[29]|5)|8|90”,“3(?:[1-46-8]2|52)|4[1378]2|5(?:[12457]2|6)|6(?:[49]2|[29]|5)|8|90”],“0$1”,“”,0],[,“(\d{3})(\d{5})”,“$1 $2”,[“3(?:5|[1-46-8])|4(?:[013-9]|6|[6-9]|8)|5(?:[013-9]|6|3|7)|6(?:[013-9]|5|[12])”,“3(?:5|[1-46-8](?:22|))|4(?:[013-9]|6|[6-9]|8)|5(?:[013-9]|6(?:3|[015689])|3|7)|6(?:[013-9]|5|[12])”], “0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:0|12)”,“\d{3}”,,,“112”],],UG:[,,[,,“20(?:\d{2}|2(?:40|\d)|3\d|5\d|60\d|8\d)\d{4}|[34]\d{8}”,“\d{5,9}”,,,“312345678”],[,,“7(?:0|[15789]\d|[23]0|[0-4])\d{6}”,“\d{9}”,,,“712345678”],[,,“800\d{5}”,“\d{9}”,,,“800123456”],[,,“90\d{6}”,“\d{9}”,,,“901123456”],,[,,“NA”,“NA”],,“UG”,256,“00”,“0”,,,“0”,,,,[[,“(\d{3})(\d{6})”, “$1 $2”,[“|20(?:|2)|4(?:6|[7-9])”],“0$1”,“”,0],[,“(\d{2})(\d{7})”,“$1 $2”,[“3|4(?:|6)”],“0$1”,“”,0],[,“(2024)(\d{5})”,“$1 $2”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“999”,“\d{3}”,,,“999”],],US:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“(?:2(?:0|1|2|3|4|5|6|7|8)|3(?:0|1|2|3|47|5|6|8)|4(?:0|1|2|3|4|58|69|7|8)|5(?:0|1|20|3|4|5|6|7|8)|6(?:0|1|2|3|4|5|6|78|8)|7(?:0|1|2|3|4|5|6|7|8)|8(?:0|1|28|3|4|5|6|7)|9(?:0|1|2|3|4|5|7|8))[2-9]\d{6}”, “\d{7}(?:\d{3})?”,,,“2015550123”],[,,“(?:2(?:0|1|2|3|4|5|6|7|8)|3(?:0|1|2|3|47|5|6|8)|4(?:0|1|2|3|4|58|69|7|8)|5(?:0|1|20|3|4|5|6|7|8)|6(?:0|1|2|3|4|5|6|78|8)|7(?:0|1|2|3|4|5|6|7|8)|8(?:0|1|28|3|4|5|6|7)|9(?:0|1|2|3|4|5|7|8))[2-9]\d{6}”, “\d{7}(?:\d{3})?”,,,“2015550123”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”],[,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“US”,1,“011”,“1”,,,“1”,,,1,[,[,“(\d{3})(\d{3})(\d{4})”,“($1) $2-$3”,,“”,“”,1]],[],[,,“NA”,“NA”],1,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],UY:[,[,,“\d{6,7}”, “\d{7,8}”],[,,“2\d{7}|4\d{6}”,“\d{7,8}”,,,“21231234”],[,,“9\d{6}”,“\d{8}”,,,“94231234”],[,,“80\d{4}”,“\d{7}”,,,“8001234”],[,,“90\d{4}”,“\d{7}”,,,“9001234”],,[,,“NA”,“NA”],,“UY”,598,“0(?:1\d|0)”,“0”,“ int. ”,,“0”,,“00”,,[[,“(\d{4})(\d{4})”,“$1 $2”,[“”],“”,“”,0],[,“(\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“9”],“0$1”,“”,0],[,“(\d{3})(\d{4})”,“$1 $2”,[“[89]0”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“128|911”, “\d{3}”,,,“911”],],UZ:[,[,,“\d{8}”,“\d{7,9}”],[,,“(?:6(?:1(?:22|3|4|5|64)|2(?:22|3|41)|5(?:22|3|5)|6\d{2}|7(?:\d|7)|9(?:22|4|6))|7(?:0(?:5|6|7|9)|1\d|2(?:22|3|4|5)|3(?:2\d|3|4|5|61)|4(?:2\d|3|7)|5(?:22|5|6)|6(?:22|3|4)|9(?:22|5)))\d{5}”,“\d{7,9}”,,,“662345678”],[,,“6(?:1(?:2(?:98|2)|35|50\d|61|7(?:[017]|4\d|55|9))|2(?:11\d|2(?:[12]1|9)|5(?:\d|3)|7\d{2})|5(?:19|2(?:27|9)|30\d|59\d|7\d{2})|6(?:2(?:1|2|38|41|52|60)|3\d|4(?:56|83)|7(?:\d|1|3|4|5|67|8|9)|9\d)|7(?:2(?:24|3|4|7)|5(?:7|8)|7(?:0\d|[07])|9(?:0\d|7))|9(2(?:1|5\d|3|7)|5\d|6(?:2|8\d)|7\d{2}))\d{4}|7(?:0\d{3}|1(?:13|6(?:0|1|66)|71|98\d)|2(?:2(?:2|95)|3(?:2|6)|57\d|7(?:0\d|1|2|3|44|5|66|88))|3(?:2(?:1|21|3|7)|33\d|5(?:0|5|9\d)|7(?:\d|4|6|8)|9\d)|4(?:2(?:29|5|6|7)|5(?:1|8\d|9)|7(?:0\d|1|2|3|[46]|5|7|9)|9(?:7|[89]\d))|5(?:112|2(?:0\d|2|[49]4)|3\d|52|7(?:0|1|[23]7|4|[5-7]\d|8|9))|6(?:2(?:2|4)|39\d|41|5(?:\d|5)|7(?:0|[13]\d|22|44|55|67|88))|9(?:22|3(?:2|7\d)|57|7(?:2|3|4\d|60|7|87|9)))\d{4}|9\d{7}”, “\d{7,9}”,,,“912345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“UZ”,998,“810”,“8”,,,“8”,,“8~10”,,[[,“(\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“8 $1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“0(?:0|[123]|50)”,“\d{2,3}”,,,“01”],],VA:[,,[,,“06698\d{5}”,“\d{10}”,,,“0669812345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“VA”,379,“00”,,,,,,,,[[,“(06)(\d{4})(\d{4})”, “$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,[,,“11”,“\d{3}”,,,“113”],],VC:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“784(?:266|3(?:6|7\d|8)|4(?:38|5|8\d|9)|555|638|784)\d{4}”,“\d{7}(?:\d{3})?”,,,“7842661234”],[,,“784(?:4(?:3|5|9)|5(?:2|3|93))\d{4}”,“\d{10}”,,,“7844301234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”],[,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[, ,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“VC”,1,“011”,“1”,,,“1”,,,,,,,,“784”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],VE:[,[,,“\d{9}”,“\d{7,10}”],[,,“(?:2(?:12|3|[58]|[467]\d|9)|50)\d{7}”,“\d{7,10}”,,,“2121234567”],[,,“4(?:1|2)\d{7}”,“\d{10}”,,,“4121234567”],,[,,“900\d{7}”,“\d{10}”,,,“9001234567”],,[,,“NA”,“NA”],, “VE”,58,“00”,“0”,,,“(1\d{2})|0”,,,,[[,“(\d{3})(\d{7})”,“$1-$2”,,“0$1”,“$CC $1”,0]],,,,,[,,“NA”,“NA”],,,[,,“171”,“\d{3}”,,,“171”],],VG:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“284(?:(?:229|4(?:22|9)|774|8(?:52|6))\d{4}|496\d{3})”,“\d{7}(?:\d{3})?”,,,“2842291234”],[,,“284(?:(?:3(?:0|4)|4(?:4|68|99)|54)\d{4}|496\d{3})”,“\d{10}”,,,“2843001234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”], [,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“VG”,1,“011”,“1”,,,“1”,,,,,,,,“284”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],VI:[,[,,“\d{9}”,“\d{7}(?:\d{3})?”],[,,“340(?:2(?:01|2|36|44|77)|3(?:32|44)|4(?:4|7)|5(?:1|55)|6(?:26|4|9)|7(?:\d|27)|884|998)\d{4}”,“\d{7}(?:\d{3})?”,,,“3406421234”],[,,“340(?:2(?:01|2|36|44|77)|3(?:32|44)|4(?:4|7)|5(?:1|55)|6(?:26|4|9)|7(?:\d|27)|884|998)\d{4}”, “\d{7}(?:\d{3})?”,,,“3406421234”],[,,“8(?:00|55|66|77|88)\d{6}”,“\d{10}”,,,“8002345678”],[,,“900\d{6}”,“\d{10}”,,,“9002345678”],,[,,“5(?:00|33|44)\d{6}”,“\d{10}”,,,“5002345678”],,“VI”,1,“011”,“1”,,,“1”,,,1,,,,,“340”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],VN:[,[,,“\d{6,9}|[2-69]\d{7,9}|8\d{6,8}”,“\d{7,10}”],[,,“(?:2(?:|1|[348])|3(?:|[25])|4\d|5(?:[01]|)|6(?:|5)|7(?:|[18])|8)\d{7}”, “\d{9,10}”,,,“2101234567”],[,,“(?:9\d|1(?:2\d|6|8|99))\d{7}”,“\d{9,10}”,,,“912345678”],,[,,“1900\d{4,6}”,“\d{8,10}”,,,“1900123456”],,[,,“NA”,“NA”],,“VN”,84,“00”,“0”,,,“0”,,,,[[,“(99)(\d{4})”,“$1 $2”,[“[17]99”],“0$1”,“”,1],[,“()(\d{4})(\d{4})”,“$1 $2 $3”,[“”],“0$1”,“”,1],[,“(\d)(\d{4})(\d{3})”,“$1 $2 $3”,[“2|3|5|6|7”],“0$1”,“”,1],[,“(80)(\d{5})”,“$1 $2”, [“80”],“0$1”,“”,1],[,“(69\d)(\d{4,5})”,“$1 $2”,,“0$1”,“”,1],[,“(\d{2})(\d{4})(\d{3})”,“$1 $2 $3”,[“2|3|5|65|7”],“0$1”,“”,1],[,“(9\d)(\d{3})(\d{2})(\d{2})”,“$1 $2 $3 $4”,,“0$1”,“”,1],[,“(1\d)(\d{3})(\d{4})”,“$1 $2 $3”,[“1(?:|8|99)”],“0$1”,“”,1],[,“(100)(\d{4,6})”,“$1 $2”,[“1[89]0”],“$1”,“”,0]],,,,,[,,“[17]99\d{4}|69\d{5,6}”,“\d{7,8}”,,,“1992000”],[,,“99\d{4}|69\d{5,6}|80\d{5}”,“\d{7,8}”,,,“1992000”],,[,,“11”, “\d{3}”,,,“113”],],VU:[,[,,“\d{4,6}”,“\d{5,7}”],[,,“(?:2\d|3(?:\d|8)|48|88\d)\d{2}”,“\d{5}”,,,“22123”],[,,“(?:5(?:7|[3-69]\d)|7\d)\d{4}”,“\d{7}”,,,“5912345”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“VU”,678,“00”,,,,,,,,[[,“(\d{3})(\d{4})”,“$1 $2”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],[,,“3\d{3}|900\d{4}”,“\d{5,7}”,,,“30123”],,,[,,“NA”,“NA”]],WF:[,[,,“\d{5}”, “\d{6}”],[,,“(?:50|68|72)\d{4}”,“\d{6}”,,,“501234”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“WF”,681,“00”,,,,,,,1,[[,“(\d{2})(\d{2})(\d{2})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1”,“\d{2}”,,,“15”],],WS:[,[,,“\d{4,6}”,“\d{5,7}”],[,,“(?:[2-5]\d|6|84\d{2})\d{3}”,“\d{5,7}”,,,“22123”],[,,“(?:60|7\d)\d{4}”,“\d{6,7}”,,,“601234”],[,,“800\d{3}”,“\d{6}”, ,,“800123”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“WS”,685,“0”,,,,,,,,[[,“(8\d{2})(\d{3,4})”,“$1 $2”,,“”,“”,0],[,“(7\d)(\d{5})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“99”,“\d{3}”,,,“994”],],YE:[,[,,“\d{6,8}”,“\d{6,9}”],[,,“(?:1(?:7\d|)|2|3|4|5|6|7)\d{5}”,“\d{6,8}”,,,“1234567”],[,,“7\d{7}”,“\d{9}”,,,“712345678”],,[,,“NA”,“NA”],,[,,“NA”, “NA”],,“YE”,967,“00”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{3,4})”,“$1 $2 $3”,[“|7”],“0$1”,“”,0],[,“(7\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“7”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“19”,“\d{3}”,,,“191”],],YT:[,[,,“\d{8}”,“\d{9}”],[,,“2696\d{4}”,“\d{9}”,,,“269601234”],,[,,“80\d{7}”,“\d{9}”,,,“801234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“YT”,262,“00”, “0”,,,“0”,,,,,,,,“269|63”,,[,,“NA”,“NA”],,,[,,“NA”,“NA”]],ZA:[,[,,“\d{8}|8(?:\d{7}|[1-4]\d{3,7})”,“\d{5,9}”],[,,“(?:1|2|3|4\d|5)\d{7}”,“\d{9}”,,,“101234567”],[,,“(?:6|7)\d{7}|8\d{3,7}”,“\d{5,9}”,,,“711234567”],,[,,“86\d{6}|90\d{7}”,“\d{9}”,,,“862345678”],,[,,“NA”,“NA”],[,,“87\d{7}”,“\d{9}”,, ,“871234567”],“ZA”,27,“00”,“0”,,,“0”,,,,[[,“(860)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{4})”,“$1 $2 $3”,[“|8(?:|6)”],“0$1”,“”,0],[,“(\d{2})(\d{3,4})”,“$1 $2”,[“8”],“0$1”,“”,0],[,“(\d{2})(\d{3})(\d{2,3})”,“$1 $2 $3”,[“8”],“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“1(?:01(?:11|77)|12)”,“\d{3,5}”,,,“10111”],],ZM:[,[,,“\d{8}”,“\d{9}”],[,,“21\d{6}”,“\d{9}”,,,“211234567”], [,,“9(?:5|6\d|7)\d{6}”,“\d{9}”,,,“955123456”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“ZM”,260,“00”,“0”,,,“0”,,,,[[,“(\d)(\d{7})”,“$1 $2”,[“”],“0$1”,“”,0],[,“(800)(\d{3})(\d{3})”,“$1 $2 $3”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“(?:112|99)”,“\d{3}”,,,“999”],],ZW:[,[,,“2(?:\d{3,8}|6\d{3,6})|[13-79]\d{4,8}|8\d{8}”,“\d{3,10}”],[,,“(?:1|2(?:0|[16]|2|[49]8?|58|7|8)|3(?:08?|17?|3|[2456]|7|8)|5(?:|1|483|5(?:7?|8))|6(?:0|28|37?|[68]|98?)|848)\d{3,6}|(?:2(?:27|5|7|8)|3|5|6)\d{4,6}|2(?:(?:0|70)\d{5,6}|2\d{7})|(?:4\d|9)\d{4,7}”, “\d{3,10}”,,,“1312345”],[,,“7\d{7}|86(?:22|44)\d{6}”,“\d{9,10}”,,,“711234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“86(?:1|30|55|77|8|99)\d{6}”,“\d{10}”,,,“8686123456”],“ZW”,263,“00”,“0”,,,“0”,,,,[[,“()(\d{3})(\d{2,5})”,“$1 $2 $3”,[“4|9”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{3,4})”,“$1 $2 $3”,[“1|7”],“0$1”,“”,0],[,“(86\d{2})(\d{3})(\d{3})”,“$1 $2 $3”,[“86”],“0$1”,“”,0],[,“(\d{2})(\d{3,5})”,“$1 $2”, [“2(?:|0|[49]8)|3(?:08|17|3|[78])|5[78]|6(?:[29]8|37|[78])”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3,4})”,“$1 $2 $3”,[“2(?:|0|48)|3(?:08|17|3|[78])|5[78]|6(?:[29]8|37|[78])|80”],“0$1”,“”,0],[,“(\d)(\d{3,5})”,“$1 $2”,[“1|2(?:|0|[45])|3(?:0|1|[24-69]|3)|5(?:|[15])|6(?:|[29]|3|[68])”],“0$1”,“”,0],[,“(\d)(\d{3})(\d{3})”,“$1 $2 $3”,[“1|2(?:|0|[45])|3(?:0|1|[24-69]|3)|5(?:|[15])|6(?:|[29]|3|[68])”], “0$1”,“”,0],[,“(\d{3})(\d{3,5})”,“$1 $2”,[“(?:25|54)8”,“258|5483”],“0$1”,“”,0],[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,[“(?:25|54)8”,“258|5483”],“0$1”,“”,0],[,“(8\d{3})(\d{6})”,“$1 $2”,,“0$1”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“(?:112|99)”,“\d{3}”,,,“999”],],800:[,,[,,“NA”,“NA”,,,“12345678”],,[,,“\d{8}”,“\d{8}”,,,“12345678”],,[,,“NA”,“NA”],,[,, “NA”,“NA”],“001”,800,“”,,,,,,,1,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],808:[,,[,,“NA”,“NA”,,,“12345678”],,[,,“NA”,“NA”],,[,,“\d{8}”,“\d{8}”,,,“12345678”],,[,,“NA”,“NA”],“001”,808,“”,,,,,,,1,[[,“(\d{4})(\d{4})”,“$1 $2”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],870:[,[,,“\d{8}”,“\d{9}”, ,,“301234567”],,[,,“(?:[356]\d|7)\d{7}”,“\d{9}”,,,“301234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“001”,870,“”,,,,,,,,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],878:[,,[,,“NA”,“NA”,,,“101234567890”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“10\d{10}”,“\d{12}”, ,,“101234567890”],“001”,878,“”,,,,,,,1,[[,“(\d{2})(\d{5})(\d{5})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],881:[,[,,“\d{8}”,“\d{9}”,,,“612345678”],,[,,“[67]\d{8}”,“\d{9}”,,,“612345678”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,“001”,881,“”,,,,,,,,[[,“(\d)(\d{3})(\d{5})”,“$1 $2 $3”,[“”],“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],], 882:[,[,,“\d{6,11}”,“\d{7,12}”,,,“3451234567”],,[,,“3(?:2\d{3}|37\d{2}|4(?:2|7\d{3}))\d{4}”,“\d{7,10}”,,,“3451234567”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],[,,“1(?:3(?:0|[13]|2|4|6|7|8|9)\d{4}|6\d{5,10})|345\d{7}”,“\d{7,12}”,,,“3451234567”],“001”,882,“”,,,,,,,,[[,“(\d{2})(\d{4})(\d{3})”,“$1 $2 $3”,[“3”],“”,“”,0],[,“(\d{2})(\d{5})”,“$1 $2”,,“”,“”,0],[,“(\d{2})(\d{4})(\d{4})”, “$1 $2 $3”,[“34”],“”,“”,0],[,“(\d{3})(\d{4})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{2})(\d{2})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{2})(\d{3,4})(\d{4})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{2})(\d{4,5})(\d{5})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],[,,“348\d{7}”,“\d{11}”,,,“3451234567”]],883:[,,[,,“NA”,“NA”,,,“510012345”],,[,,“NA”,“NA”], [,,“NA”,“NA”],,[,,“NA”,“NA”],,“001”,883,“”,,,,,,,1,[[,“(\d{3})(\d{3})(\d{3})”,“$1 $2 $3”,,“”,“”,0],[,“(\d{3})(\d{3})(\d{3})(\d{3})”,“$1 $2 $3 $4”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,,[,,“NA”,“NA”],],888:[,,[,,“NA”,“NA”,,,“12345678901”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”], “001”,888,“”,,,,,,,1,[[,“(\d{3})(\d{3})(\d{5})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”,“NA”]],979:[,,[,,“NA”,“NA”,,,“123456789”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],,[,,“NA”,“NA”],“001”,979,“”,,,,,,,1,[[,“(\d)(\d{4})(\d{4})”,“$1 $2 $3”,,“”,“”,0]],,,,,[,,“NA”,“NA”],,1,,[,,“NA”, “NA”]]};/*

Protocol Buffer 2 Copyright 2008 Google Inc.
All other code copyright its respective owners.
Copyright (C) 2010 The Libphonenumber Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/ i18n.phonenumbers.NumberFormat=function(){goog.proto2.Message.apply(this)};goog.inherits(i18n.phonenumbers.NumberFormat,goog.proto2.Message);i18n.phonenumbers.NumberFormat.prototype.getPattern=function(){return this.get$Value(1)};i18n.phonenumbers.NumberFormat.prototype.getPatternOrDefault=function(){return this.get$ValueOrDefault(1)};i18n.phonenumbers.NumberFormat.prototype.setPattern=function(a){this.set$Value(1,a)};i18n.phonenumbers.NumberFormat.prototype.hasPattern=function(){return this.has$Value(1)}; i18n.phonenumbers.NumberFormat.prototype.patternCount=function(){return this.count$Values(1)};i18n.phonenumbers.NumberFormat.prototype.clearPattern=function(){this.clear$Field(1)};i18n.phonenumbers.NumberFormat.prototype.getFormat=function(){return this.get$Value(2)};i18n.phonenumbers.NumberFormat.prototype.getFormatOrDefault=function(){return this.get$ValueOrDefault(2)};i18n.phonenumbers.NumberFormat.prototype.setFormat=function(a){this.set$Value(2,a)}; i18n.phonenumbers.NumberFormat.prototype.hasFormat=function(){return this.has$Value(2)};i18n.phonenumbers.NumberFormat.prototype.formatCount=function(){return this.count$Values(2)};i18n.phonenumbers.NumberFormat.prototype.clearFormat=function(){this.clear$Field(2)};i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPattern=function(a){return this.get$Value(3,a)};i18n.phonenumbers.NumberFormat.prototype.getLeadingDigitsPatternOrDefault=function(a){return this.get$ValueOrDefault(3,a)}; i18n.phonenumbers.NumberFormat.prototype.addLeadingDigitsPattern=function(a){this.add$Value(3,a)};i18n.phonenumbers.NumberFormat.prototype.leadingDigitsPatternArray=function(){return this.array$Values(3)};i18n.phonenumbers.NumberFormat.prototype.hasLeadingDigitsPattern=function(){return this.has$Value(3)};i18n.phonenumbers.NumberFormat.prototype.leadingDigitsPatternCount=function(){return this.count$Values(3)};i18n.phonenumbers.NumberFormat.prototype.clearLeadingDigitsPattern=function(){this.clear$Field(3)}; i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixFormattingRule=function(){return this.get$Value(4)};i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixFormattingRuleOrDefault=function(){return this.get$ValueOrDefault(4)};i18n.phonenumbers.NumberFormat.prototype.setNationalPrefixFormattingRule=function(a){this.set$Value(4,a)};i18n.phonenumbers.NumberFormat.prototype.hasNationalPrefixFormattingRule=function(){return this.has$Value(4)}; i18n.phonenumbers.NumberFormat.prototype.nationalPrefixFormattingRuleCount=function(){return this.count$Values(4)};i18n.phonenumbers.NumberFormat.prototype.clearNationalPrefixFormattingRule=function(){this.clear$Field(4)};i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixOptionalWhenFormatting=function(){return this.get$Value(6)};i18n.phonenumbers.NumberFormat.prototype.getNationalPrefixOptionalWhenFormattingOrDefault=function(){return this.get$ValueOrDefault(6)}; i18n.phonenumbers.NumberFormat.prototype.setNationalPrefixOptionalWhenFormatting=function(a){this.set$Value(6,a)};i18n.phonenumbers.NumberFormat.prototype.hasNationalPrefixOptionalWhenFormatting=function(){return this.has$Value(6)};i18n.phonenumbers.NumberFormat.prototype.nationalPrefixOptionalWhenFormattingCount=function(){return this.count$Values(6)};i18n.phonenumbers.NumberFormat.prototype.clearNationalPrefixOptionalWhenFormatting=function(){this.clear$Field(6)}; i18n.phonenumbers.NumberFormat.prototype.getDomesticCarrierCodeFormattingRule=function(){return this.get$Value(5)};i18n.phonenumbers.NumberFormat.prototype.getDomesticCarrierCodeFormattingRuleOrDefault=function(){return this.get$ValueOrDefault(5)};i18n.phonenumbers.NumberFormat.prototype.setDomesticCarrierCodeFormattingRule=function(a){this.set$Value(5,a)};i18n.phonenumbers.NumberFormat.prototype.hasDomesticCarrierCodeFormattingRule=function(){return this.has$Value(5)}; i18n.phonenumbers.NumberFormat.prototype.domesticCarrierCodeFormattingRuleCount=function(){return this.count$Values(5)};i18n.phonenumbers.NumberFormat.prototype.clearDomesticCarrierCodeFormattingRule=function(){this.clear$Field(5)};i18n.phonenumbers.PhoneNumberDesc=function(){goog.proto2.Message.apply(this)};goog.inherits(i18n.phonenumbers.PhoneNumberDesc,goog.proto2.Message);i18n.phonenumbers.PhoneNumberDesc.prototype.getNationalNumberPattern=function(){return this.get$Value(2)}; i18n.phonenumbers.PhoneNumberDesc.prototype.getNationalNumberPatternOrDefault=function(){return this.get$ValueOrDefault(2)};i18n.phonenumbers.PhoneNumberDesc.prototype.setNationalNumberPattern=function(a){this.set$Value(2,a)};i18n.phonenumbers.PhoneNumberDesc.prototype.hasNationalNumberPattern=function(){return this.has$Value(2)};i18n.phonenumbers.PhoneNumberDesc.prototype.nationalNumberPatternCount=function(){return this.count$Values(2)}; i18n.phonenumbers.PhoneNumberDesc.prototype.clearNationalNumberPattern=function(){this.clear$Field(2)};i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleNumberPattern=function(){return this.get$Value(3)};i18n.phonenumbers.PhoneNumberDesc.prototype.getPossibleNumberPatternOrDefault=function(){return this.get$ValueOrDefault(3)};i18n.phonenumbers.PhoneNumberDesc.prototype.setPossibleNumberPattern=function(a){this.set$Value(3,a)}; i18n.phonenumbers.PhoneNumberDesc.prototype.hasPossibleNumberPattern=function(){return this.has$Value(3)};i18n.phonenumbers.PhoneNumberDesc.prototype.possibleNumberPatternCount=function(){return this.count$Values(3)};i18n.phonenumbers.PhoneNumberDesc.prototype.clearPossibleNumberPattern=function(){this.clear$Field(3)};i18n.phonenumbers.PhoneNumberDesc.prototype.getExampleNumber=function(){return this.get$Value(6)};i18n.phonenumbers.PhoneNumberDesc.prototype.getExampleNumberOrDefault=function(){return this.get$ValueOrDefault(6)}; i18n.phonenumbers.PhoneNumberDesc.prototype.setExampleNumber=function(a){this.set$Value(6,a)};i18n.phonenumbers.PhoneNumberDesc.prototype.hasExampleNumber=function(){return this.has$Value(6)};i18n.phonenumbers.PhoneNumberDesc.prototype.exampleNumberCount=function(){return this.count$Values(6)};i18n.phonenumbers.PhoneNumberDesc.prototype.clearExampleNumber=function(){this.clear$Field(6)};i18n.phonenumbers.PhoneMetadata=function(){goog.proto2.Message.apply(this)}; goog.inherits(i18n.phonenumbers.PhoneMetadata,goog.proto2.Message);i18n.phonenumbers.PhoneMetadata.prototype.getGeneralDesc=function(){return this.get$Value(1)};i18n.phonenumbers.PhoneMetadata.prototype.getGeneralDescOrDefault=function(){return this.get$ValueOrDefault(1)};i18n.phonenumbers.PhoneMetadata.prototype.setGeneralDesc=function(a){this.set$Value(1,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasGeneralDesc=function(){return this.has$Value(1)}; i18n.phonenumbers.PhoneMetadata.prototype.generalDescCount=function(){return this.count$Values(1)};i18n.phonenumbers.PhoneMetadata.prototype.clearGeneralDesc=function(){this.clear$Field(1)};i18n.phonenumbers.PhoneMetadata.prototype.getFixedLine=function(){return this.get$Value(2)};i18n.phonenumbers.PhoneMetadata.prototype.getFixedLineOrDefault=function(){return this.get$ValueOrDefault(2)};i18n.phonenumbers.PhoneMetadata.prototype.setFixedLine=function(a){this.set$Value(2,a)}; i18n.phonenumbers.PhoneMetadata.prototype.hasFixedLine=function(){return this.has$Value(2)};i18n.phonenumbers.PhoneMetadata.prototype.fixedLineCount=function(){return this.count$Values(2)};i18n.phonenumbers.PhoneMetadata.prototype.clearFixedLine=function(){this.clear$Field(2)};i18n.phonenumbers.PhoneMetadata.prototype.getMobile=function(){return this.get$Value(3)};i18n.phonenumbers.PhoneMetadata.prototype.getMobileOrDefault=function(){return this.get$ValueOrDefault(3)}; i18n.phonenumbers.PhoneMetadata.prototype.setMobile=function(a){this.set$Value(3,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasMobile=function(){return this.has$Value(3)};i18n.phonenumbers.PhoneMetadata.prototype.mobileCount=function(){return this.count$Values(3)};i18n.phonenumbers.PhoneMetadata.prototype.clearMobile=function(){this.clear$Field(3)};i18n.phonenumbers.PhoneMetadata.prototype.getTollFree=function(){return this.get$Value(4)}; i18n.phonenumbers.PhoneMetadata.prototype.getTollFreeOrDefault=function(){return this.get$ValueOrDefault(4)};i18n.phonenumbers.PhoneMetadata.prototype.setTollFree=function(a){this.set$Value(4,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasTollFree=function(){return this.has$Value(4)};i18n.phonenumbers.PhoneMetadata.prototype.tollFreeCount=function(){return this.count$Values(4)};i18n.phonenumbers.PhoneMetadata.prototype.clearTollFree=function(){this.clear$Field(4)}; i18n.phonenumbers.PhoneMetadata.prototype.getPremiumRate=function(){return this.get$Value(5)};i18n.phonenumbers.PhoneMetadata.prototype.getPremiumRateOrDefault=function(){return this.get$ValueOrDefault(5)};i18n.phonenumbers.PhoneMetadata.prototype.setPremiumRate=function(a){this.set$Value(5,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasPremiumRate=function(){return this.has$Value(5)};i18n.phonenumbers.PhoneMetadata.prototype.premiumRateCount=function(){return this.count$Values(5)}; i18n.phonenumbers.PhoneMetadata.prototype.clearPremiumRate=function(){this.clear$Field(5)};i18n.phonenumbers.PhoneMetadata.prototype.getSharedCost=function(){return this.get$Value(6)};i18n.phonenumbers.PhoneMetadata.prototype.getSharedCostOrDefault=function(){return this.get$ValueOrDefault(6)};i18n.phonenumbers.PhoneMetadata.prototype.setSharedCost=function(a){this.set$Value(6,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasSharedCost=function(){return this.has$Value(6)}; i18n.phonenumbers.PhoneMetadata.prototype.sharedCostCount=function(){return this.count$Values(6)};i18n.phonenumbers.PhoneMetadata.prototype.clearSharedCost=function(){this.clear$Field(6)};i18n.phonenumbers.PhoneMetadata.prototype.getPersonalNumber=function(){return this.get$Value(7)};i18n.phonenumbers.PhoneMetadata.prototype.getPersonalNumberOrDefault=function(){return this.get$ValueOrDefault(7)};i18n.phonenumbers.PhoneMetadata.prototype.setPersonalNumber=function(a){this.set$Value(7,a)}; i18n.phonenumbers.PhoneMetadata.prototype.hasPersonalNumber=function(){return this.has$Value(7)};i18n.phonenumbers.PhoneMetadata.prototype.personalNumberCount=function(){return this.count$Values(7)};i18n.phonenumbers.PhoneMetadata.prototype.clearPersonalNumber=function(){this.clear$Field(7)};i18n.phonenumbers.PhoneMetadata.prototype.getVoip=function(){return this.get$Value(8)};i18n.phonenumbers.PhoneMetadata.prototype.getVoipOrDefault=function(){return this.get$ValueOrDefault(8)}; i18n.phonenumbers.PhoneMetadata.prototype.setVoip=function(a){this.set$Value(8,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasVoip=function(){return this.has$Value(8)};i18n.phonenumbers.PhoneMetadata.prototype.voipCount=function(){return this.count$Values(8)};i18n.phonenumbers.PhoneMetadata.prototype.clearVoip=function(){this.clear$Field(8)};i18n.phonenumbers.PhoneMetadata.prototype.getPager=function(){return this.get$Value(21)};i18n.phonenumbers.PhoneMetadata.prototype.getPagerOrDefault=function(){return this.get$ValueOrDefault(21)}; i18n.phonenumbers.PhoneMetadata.prototype.setPager=function(a){this.set$Value(21,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasPager=function(){return this.has$Value(21)};i18n.phonenumbers.PhoneMetadata.prototype.pagerCount=function(){return this.count$Values(21)};i18n.phonenumbers.PhoneMetadata.prototype.clearPager=function(){this.clear$Field(21)};i18n.phonenumbers.PhoneMetadata.prototype.getUan=function(){return this.get$Value(25)};i18n.phonenumbers.PhoneMetadata.prototype.getUanOrDefault=function(){return this.get$ValueOrDefault(25)}; i18n.phonenumbers.PhoneMetadata.prototype.setUan=function(a){this.set$Value(25,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasUan=function(){return this.has$Value(25)};i18n.phonenumbers.PhoneMetadata.prototype.uanCount=function(){return this.count$Values(25)};i18n.phonenumbers.PhoneMetadata.prototype.clearUan=function(){this.clear$Field(25)};i18n.phonenumbers.PhoneMetadata.prototype.getEmergency=function(){return this.get$Value(27)}; i18n.phonenumbers.PhoneMetadata.prototype.getEmergencyOrDefault=function(){return this.get$ValueOrDefault(27)};i18n.phonenumbers.PhoneMetadata.prototype.setEmergency=function(a){this.set$Value(27,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasEmergency=function(){return this.has$Value(27)};i18n.phonenumbers.PhoneMetadata.prototype.emergencyCount=function(){return this.count$Values(27)};i18n.phonenumbers.PhoneMetadata.prototype.clearEmergency=function(){this.clear$Field(27)}; i18n.phonenumbers.PhoneMetadata.prototype.getVoicemail=function(){return this.get$Value(28)};i18n.phonenumbers.PhoneMetadata.prototype.getVoicemailOrDefault=function(){return this.get$ValueOrDefault(28)};i18n.phonenumbers.PhoneMetadata.prototype.setVoicemail=function(a){this.set$Value(28,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasVoicemail=function(){return this.has$Value(28)};i18n.phonenumbers.PhoneMetadata.prototype.voicemailCount=function(){return this.count$Values(28)}; i18n.phonenumbers.PhoneMetadata.prototype.clearVoicemail=function(){this.clear$Field(28)};i18n.phonenumbers.PhoneMetadata.prototype.getNoInternationalDialling=function(){return this.get$Value(24)};i18n.phonenumbers.PhoneMetadata.prototype.getNoInternationalDiallingOrDefault=function(){return this.get$ValueOrDefault(24)};i18n.phonenumbers.PhoneMetadata.prototype.setNoInternationalDialling=function(a){this.set$Value(24,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasNoInternationalDialling=function(){return this.has$Value(24)}; i18n.phonenumbers.PhoneMetadata.prototype.noInternationalDiallingCount=function(){return this.count$Values(24)};i18n.phonenumbers.PhoneMetadata.prototype.clearNoInternationalDialling=function(){this.clear$Field(24)};i18n.phonenumbers.PhoneMetadata.prototype.getId=function(){return this.get$Value(9)};i18n.phonenumbers.PhoneMetadata.prototype.getIdOrDefault=function(){return this.get$ValueOrDefault(9)};i18n.phonenumbers.PhoneMetadata.prototype.setId=function(a){this.set$Value(9,a)}; i18n.phonenumbers.PhoneMetadata.prototype.hasId=function(){return this.has$Value(9)};i18n.phonenumbers.PhoneMetadata.prototype.idCount=function(){return this.count$Values(9)};i18n.phonenumbers.PhoneMetadata.prototype.clearId=function(){this.clear$Field(9)};i18n.phonenumbers.PhoneMetadata.prototype.getCountryCode=function(){return this.get$Value(10)};i18n.phonenumbers.PhoneMetadata.prototype.getCountryCodeOrDefault=function(){return this.get$ValueOrDefault(10)}; i18n.phonenumbers.PhoneMetadata.prototype.setCountryCode=function(a){this.set$Value(10,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasCountryCode=function(){return this.has$Value(10)};i18n.phonenumbers.PhoneMetadata.prototype.countryCodeCount=function(){return this.count$Values(10)};i18n.phonenumbers.PhoneMetadata.prototype.clearCountryCode=function(){this.clear$Field(10)};i18n.phonenumbers.PhoneMetadata.prototype.getInternationalPrefix=function(){return this.get$Value(11)}; i18n.phonenumbers.PhoneMetadata.prototype.getInternationalPrefixOrDefault=function(){return this.get$ValueOrDefault(11)};i18n.phonenumbers.PhoneMetadata.prototype.setInternationalPrefix=function(a){this.set$Value(11,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasInternationalPrefix=function(){return this.has$Value(11)};i18n.phonenumbers.PhoneMetadata.prototype.internationalPrefixCount=function(){return this.count$Values(11)};i18n.phonenumbers.PhoneMetadata.prototype.clearInternationalPrefix=function(){this.clear$Field(11)}; i18n.phonenumbers.PhoneMetadata.prototype.getPreferredInternationalPrefix=function(){return this.get$Value(17)};i18n.phonenumbers.PhoneMetadata.prototype.getPreferredInternationalPrefixOrDefault=function(){return this.get$ValueOrDefault(17)};i18n.phonenumbers.PhoneMetadata.prototype.setPreferredInternationalPrefix=function(a){this.set$Value(17,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasPreferredInternationalPrefix=function(){return this.has$Value(17)}; i18n.phonenumbers.PhoneMetadata.prototype.preferredInternationalPrefixCount=function(){return this.count$Values(17)};i18n.phonenumbers.PhoneMetadata.prototype.clearPreferredInternationalPrefix=function(){this.clear$Field(17)};i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefix=function(){return this.get$Value(12)};i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixOrDefault=function(){return this.get$ValueOrDefault(12)}; i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefix=function(a){this.set$Value(12,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefix=function(){return this.has$Value(12)};i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixCount=function(){return this.count$Values(12)};i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefix=function(){this.clear$Field(12)};i18n.phonenumbers.PhoneMetadata.prototype.getPreferredExtnPrefix=function(){return this.get$Value(13)}; i18n.phonenumbers.PhoneMetadata.prototype.getPreferredExtnPrefixOrDefault=function(){return this.get$ValueOrDefault(13)};i18n.phonenumbers.PhoneMetadata.prototype.setPreferredExtnPrefix=function(a){this.set$Value(13,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasPreferredExtnPrefix=function(){return this.has$Value(13)};i18n.phonenumbers.PhoneMetadata.prototype.preferredExtnPrefixCount=function(){return this.count$Values(13)};i18n.phonenumbers.PhoneMetadata.prototype.clearPreferredExtnPrefix=function(){this.clear$Field(13)}; i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixForParsing=function(){return this.get$Value(15)};i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixForParsingOrDefault=function(){return this.get$ValueOrDefault(15)};i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefixForParsing=function(a){this.set$Value(15,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefixForParsing=function(){return this.has$Value(15)}; i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixForParsingCount=function(){return this.count$Values(15)};i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefixForParsing=function(){this.clear$Field(15)};i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixTransformRule=function(){return this.get$Value(16)};i18n.phonenumbers.PhoneMetadata.prototype.getNationalPrefixTransformRuleOrDefault=function(){return this.get$ValueOrDefault(16)}; i18n.phonenumbers.PhoneMetadata.prototype.setNationalPrefixTransformRule=function(a){this.set$Value(16,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasNationalPrefixTransformRule=function(){return this.has$Value(16)};i18n.phonenumbers.PhoneMetadata.prototype.nationalPrefixTransformRuleCount=function(){return this.count$Values(16)};i18n.phonenumbers.PhoneMetadata.prototype.clearNationalPrefixTransformRule=function(){this.clear$Field(16)}; i18n.phonenumbers.PhoneMetadata.prototype.getSameMobileAndFixedLinePattern=function(){return this.get$Value(18)};i18n.phonenumbers.PhoneMetadata.prototype.getSameMobileAndFixedLinePatternOrDefault=function(){return this.get$ValueOrDefault(18)};i18n.phonenumbers.PhoneMetadata.prototype.setSameMobileAndFixedLinePattern=function(a){this.set$Value(18,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasSameMobileAndFixedLinePattern=function(){return this.has$Value(18)}; i18n.phonenumbers.PhoneMetadata.prototype.sameMobileAndFixedLinePatternCount=function(){return this.count$Values(18)};i18n.phonenumbers.PhoneMetadata.prototype.clearSameMobileAndFixedLinePattern=function(){this.clear$Field(18)};i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormat=function(a){return this.get$Value(19,a)};i18n.phonenumbers.PhoneMetadata.prototype.getNumberFormatOrDefault=function(a){return this.get$ValueOrDefault(19,a)}; i18n.phonenumbers.PhoneMetadata.prototype.addNumberFormat=function(a){this.add$Value(19,a)};i18n.phonenumbers.PhoneMetadata.prototype.numberFormatArray=function(){return this.array$Values(19)};i18n.phonenumbers.PhoneMetadata.prototype.hasNumberFormat=function(){return this.has$Value(19)};i18n.phonenumbers.PhoneMetadata.prototype.numberFormatCount=function(){return this.count$Values(19)};i18n.phonenumbers.PhoneMetadata.prototype.clearNumberFormat=function(){this.clear$Field(19)}; i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormat=function(a){return this.get$Value(20,a)};i18n.phonenumbers.PhoneMetadata.prototype.getIntlNumberFormatOrDefault=function(a){return this.get$ValueOrDefault(20,a)};i18n.phonenumbers.PhoneMetadata.prototype.addIntlNumberFormat=function(a){this.add$Value(20,a)};i18n.phonenumbers.PhoneMetadata.prototype.intlNumberFormatArray=function(){return this.array$Values(20)};i18n.phonenumbers.PhoneMetadata.prototype.hasIntlNumberFormat=function(){return this.has$Value(20)}; i18n.phonenumbers.PhoneMetadata.prototype.intlNumberFormatCount=function(){return this.count$Values(20)};i18n.phonenumbers.PhoneMetadata.prototype.clearIntlNumberFormat=function(){this.clear$Field(20)};i18n.phonenumbers.PhoneMetadata.prototype.getMainCountryForCode=function(){return this.get$Value(22)};i18n.phonenumbers.PhoneMetadata.prototype.getMainCountryForCodeOrDefault=function(){return this.get$ValueOrDefault(22)}; i18n.phonenumbers.PhoneMetadata.prototype.setMainCountryForCode=function(a){this.set$Value(22,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasMainCountryForCode=function(){return this.has$Value(22)};i18n.phonenumbers.PhoneMetadata.prototype.mainCountryForCodeCount=function(){return this.count$Values(22)};i18n.phonenumbers.PhoneMetadata.prototype.clearMainCountryForCode=function(){this.clear$Field(22)};i18n.phonenumbers.PhoneMetadata.prototype.getLeadingDigits=function(){return this.get$Value(23)}; i18n.phonenumbers.PhoneMetadata.prototype.getLeadingDigitsOrDefault=function(){return this.get$ValueOrDefault(23)};i18n.phonenumbers.PhoneMetadata.prototype.setLeadingDigits=function(a){this.set$Value(23,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasLeadingDigits=function(){return this.has$Value(23)};i18n.phonenumbers.PhoneMetadata.prototype.leadingDigitsCount=function(){return this.count$Values(23)};i18n.phonenumbers.PhoneMetadata.prototype.clearLeadingDigits=function(){this.clear$Field(23)}; i18n.phonenumbers.PhoneMetadata.prototype.getLeadingZeroPossible=function(){return this.get$Value(26)};i18n.phonenumbers.PhoneMetadata.prototype.getLeadingZeroPossibleOrDefault=function(){return this.get$ValueOrDefault(26)};i18n.phonenumbers.PhoneMetadata.prototype.setLeadingZeroPossible=function(a){this.set$Value(26,a)};i18n.phonenumbers.PhoneMetadata.prototype.hasLeadingZeroPossible=function(){return this.has$Value(26)};i18n.phonenumbers.PhoneMetadata.prototype.leadingZeroPossibleCount=function(){return this.count$Values(26)}; i18n.phonenumbers.PhoneMetadata.prototype.clearLeadingZeroPossible=function(){this.clear$Field(26)};i18n.phonenumbers.PhoneMetadataCollection=function(){goog.proto2.Message.apply(this)};goog.inherits(i18n.phonenumbers.PhoneMetadataCollection,goog.proto2.Message);i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadata=function(a){return this.get$Value(1,a)};i18n.phonenumbers.PhoneMetadataCollection.prototype.getMetadataOrDefault=function(a){return this.get$ValueOrDefault(1,a)}; i18n.phonenumbers.PhoneMetadataCollection.prototype.addMetadata=function(a){this.add$Value(1,a)};i18n.phonenumbers.PhoneMetadataCollection.prototype.metadataArray=function(){return this.array$Values(1)};i18n.phonenumbers.PhoneMetadataCollection.prototype.hasMetadata=function(){return this.has$Value(1)};i18n.phonenumbers.PhoneMetadataCollection.prototype.metadataCount=function(){return this.count$Values(1)};i18n.phonenumbers.PhoneMetadataCollection.prototype.clearMetadata=function(){this.clear$Field(1)}; goog.proto2.Message.set$Metadata(i18n.phonenumbers.NumberFormat,{“0”:{name:“NumberFormat”,fullName:“i18n.phonenumbers.NumberFormat”},1:{name:“pattern”,required:!0,fieldType:goog.proto2.Message.FieldType.STRING,type:String},2:{name:“format”,required:!0,fieldType:goog.proto2.Message.FieldType.STRING,type:String},3:{name:“leading_digits_pattern”,repeated:!0,fieldType:goog.proto2.Message.FieldType.STRING,type:String},4:{name:“national_prefix_formatting_rule”,fieldType:goog.proto2.Message.FieldType.STRING, type:String},6:{name:“national_prefix_optional_when_formatting”,fieldType:goog.proto2.Message.FieldType.BOOL,type:Boolean},5:{name:“domestic_carrier_code_formatting_rule”,fieldType:goog.proto2.Message.FieldType.STRING,type:String}}); goog.proto2.Message.set$Metadata(i18n.phonenumbers.PhoneNumberDesc,{“0”:{name:“PhoneNumberDesc”,fullName:“i18n.phonenumbers.PhoneNumberDesc”},2:{name:“national_number_pattern”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},3:{name:“possible_number_pattern”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},6:{name:“example_number”,fieldType:goog.proto2.Message.FieldType.STRING,type:String}}); goog.proto2.Message.set$Metadata(i18n.phonenumbers.PhoneMetadata,{“0”:{name:“PhoneMetadata”,fullName:“i18n.phonenumbers.PhoneMetadata”},1:{name:“general_desc”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},2:{name:“fixed_line”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},3:{name:“mobile”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},4:{name:“toll_free”, required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},5:{name:“premium_rate”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},6:{name:“shared_cost”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},7:{name:“personal_number”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},8:{name:“voip”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE, type:i18n.phonenumbers.PhoneNumberDesc},21:{name:“pager”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},25:{name:“uan”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},27:{name:“emergency”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},28:{name:“voicemail”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc}, 24:{name:“no_international_dialling”,required:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneNumberDesc},9:{name:“id”,required:!0,fieldType:goog.proto2.Message.FieldType.STRING,type:String},10:{name:“country_code”,required:!0,fieldType:goog.proto2.Message.FieldType.INT32,type:Number},11:{name:“international_prefix”,required:!0,fieldType:goog.proto2.Message.FieldType.STRING,type:String},17:{name:“preferred_international_prefix”,fieldType:goog.proto2.Message.FieldType.STRING, type:String},12:{name:“national_prefix”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},13:{name:“preferred_extn_prefix”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},15:{name:“national_prefix_for_parsing”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},16:{name:“national_prefix_transform_rule”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},18:{name:“same_mobile_and_fixed_line_pattern”,fieldType:goog.proto2.Message.FieldType.BOOL,defaultValue:!1, type:Boolean},19:{name:“number_format”,repeated:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.NumberFormat},20:{name:“intl_number_format”,repeated:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.NumberFormat},22:{name:“main_country_for_code”,fieldType:goog.proto2.Message.FieldType.BOOL,defaultValue:!1,type:Boolean},23:{name:“leading_digits”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},26:{name:“leading_zero_possible”,fieldType:goog.proto2.Message.FieldType.BOOL, defaultValue:!1,type:Boolean}});goog.proto2.Message.set$Metadata(i18n.phonenumbers.PhoneMetadataCollection,{“0”:{name:“PhoneMetadataCollection”,fullName:“i18n.phonenumbers.PhoneMetadataCollection”},1:{name:“metadata”,repeated:!0,fieldType:goog.proto2.Message.FieldType.MESSAGE,type:i18n.phonenumbers.PhoneMetadata}});/*

Protocol Buffer 2 Copyright 2008 Google Inc.
All other code copyright its respective owners.
Copyright (C) 2010 The Libphonenumber Authors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/ i18n.phonenumbers.PhoneNumber=function(){goog.proto2.Message.apply(this)};goog.inherits(i18n.phonenumbers.PhoneNumber,goog.proto2.Message);i18n.phonenumbers.PhoneNumber.prototype.getCountryCode=function(){return this.get$Value(1)};i18n.phonenumbers.PhoneNumber.prototype.getCountryCodeOrDefault=function(){return this.get$ValueOrDefault(1)};i18n.phonenumbers.PhoneNumber.prototype.setCountryCode=function(a){this.set$Value(1,a)};i18n.phonenumbers.PhoneNumber.prototype.hasCountryCode=function(){return this.has$Value(1)}; i18n.phonenumbers.PhoneNumber.prototype.countryCodeCount=function(){return this.count$Values(1)};i18n.phonenumbers.PhoneNumber.prototype.clearCountryCode=function(){this.clear$Field(1)};i18n.phonenumbers.PhoneNumber.prototype.getNationalNumber=function(){return this.get$Value(2)};i18n.phonenumbers.PhoneNumber.prototype.getNationalNumberOrDefault=function(){return this.get$ValueOrDefault(2)};i18n.phonenumbers.PhoneNumber.prototype.setNationalNumber=function(a){this.set$Value(2,a)}; i18n.phonenumbers.PhoneNumber.prototype.hasNationalNumber=function(){return this.has$Value(2)};i18n.phonenumbers.PhoneNumber.prototype.nationalNumberCount=function(){return this.count$Values(2)};i18n.phonenumbers.PhoneNumber.prototype.clearNationalNumber=function(){this.clear$Field(2)};i18n.phonenumbers.PhoneNumber.prototype.getExtension=function(){return this.get$Value(3)};i18n.phonenumbers.PhoneNumber.prototype.getExtensionOrDefault=function(){return this.get$ValueOrDefault(3)}; i18n.phonenumbers.PhoneNumber.prototype.setExtension=function(a){this.set$Value(3,a)};i18n.phonenumbers.PhoneNumber.prototype.hasExtension=function(){return this.has$Value(3)};i18n.phonenumbers.PhoneNumber.prototype.extensionCount=function(){return this.count$Values(3)};i18n.phonenumbers.PhoneNumber.prototype.clearExtension=function(){this.clear$Field(3)};i18n.phonenumbers.PhoneNumber.prototype.getItalianLeadingZero=function(){return this.get$Value(4)}; i18n.phonenumbers.PhoneNumber.prototype.getItalianLeadingZeroOrDefault=function(){return this.get$ValueOrDefault(4)};i18n.phonenumbers.PhoneNumber.prototype.setItalianLeadingZero=function(a){this.set$Value(4,a)};i18n.phonenumbers.PhoneNumber.prototype.hasItalianLeadingZero=function(){return this.has$Value(4)};i18n.phonenumbers.PhoneNumber.prototype.italianLeadingZeroCount=function(){return this.count$Values(4)};i18n.phonenumbers.PhoneNumber.prototype.clearItalianLeadingZero=function(){this.clear$Field(4)}; i18n.phonenumbers.PhoneNumber.prototype.getRawInput=function(){return this.get$Value(5)};i18n.phonenumbers.PhoneNumber.prototype.getRawInputOrDefault=function(){return this.get$ValueOrDefault(5)};i18n.phonenumbers.PhoneNumber.prototype.setRawInput=function(a){this.set$Value(5,a)};i18n.phonenumbers.PhoneNumber.prototype.hasRawInput=function(){return this.has$Value(5)};i18n.phonenumbers.PhoneNumber.prototype.rawInputCount=function(){return this.count$Values(5)}; i18n.phonenumbers.PhoneNumber.prototype.clearRawInput=function(){this.clear$Field(5)};i18n.phonenumbers.PhoneNumber.prototype.getCountryCodeSource=function(){return this.get$Value(6)};i18n.phonenumbers.PhoneNumber.prototype.getCountryCodeSourceOrDefault=function(){return this.get$ValueOrDefault(6)};i18n.phonenumbers.PhoneNumber.prototype.setCountryCodeSource=function(a){this.set$Value(6,a)};i18n.phonenumbers.PhoneNumber.prototype.hasCountryCodeSource=function(){return this.has$Value(6)}; i18n.phonenumbers.PhoneNumber.prototype.countryCodeSourceCount=function(){return this.count$Values(6)};i18n.phonenumbers.PhoneNumber.prototype.clearCountryCodeSource=function(){this.clear$Field(6)};i18n.phonenumbers.PhoneNumber.prototype.getPreferredDomesticCarrierCode=function(){return this.get$Value(7)};i18n.phonenumbers.PhoneNumber.prototype.getPreferredDomesticCarrierCodeOrDefault=function(){return this.get$ValueOrDefault(7)}; i18n.phonenumbers.PhoneNumber.prototype.setPreferredDomesticCarrierCode=function(a){this.set$Value(7,a)};i18n.phonenumbers.PhoneNumber.prototype.hasPreferredDomesticCarrierCode=function(){return this.has$Value(7)};i18n.phonenumbers.PhoneNumber.prototype.preferredDomesticCarrierCodeCount=function(){return this.count$Values(7)};i18n.phonenumbers.PhoneNumber.prototype.clearPreferredDomesticCarrierCode=function(){this.clear$Field(7)}; i18n.phonenumbers.PhoneNumber.CountryCodeSource={FROM_NUMBER_WITH_PLUS_SIGN:1,FROM_NUMBER_WITH_IDD:5,FROM_NUMBER_WITHOUT_PLUS_SIGN:10,FROM_DEFAULT_COUNTRY:20}; goog.proto2.Message.set$Metadata(i18n.phonenumbers.PhoneNumber,{“0”:{name:“PhoneNumber”,fullName:“i18n.phonenumbers.PhoneNumber”},1:{name:“country_code”,required:!0,fieldType:goog.proto2.Message.FieldType.INT32,type:Number},2:{name:“national_number”,required:!0,fieldType:goog.proto2.Message.FieldType.UINT64,type:Number},3:{name:“extension”,fieldType:goog.proto2.Message.FieldType.STRING,type:String},4:{name:“italian_leading_zero”,fieldType:goog.proto2.Message.FieldType.BOOL,type:Boolean},5:{name:“raw_input”, fieldType:goog.proto2.Message.FieldType.STRING,type:String},6:{name:“country_code_source”,fieldType:goog.proto2.Message.FieldType.ENUM,defaultValue:i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN,type:i18n.phonenumbers.PhoneNumber.CountryCodeSource},7:{name:“preferred_domestic_carrier_code”,fieldType:goog.proto2.Message.FieldType.STRING,type:String}});/*

Copyright (C) 2010 The Libphonenumber Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/ i18n.phonenumbers.PhoneNumberUtil=function(){this.regionToMetadataMap={}};goog.addSingletonGetter(i18n.phonenumbers.PhoneNumberUtil);i18n.phonenumbers.Error={INVALID_COUNTRY_CODE:“Invalid country calling code”,NOT_A_NUMBER:“The string supplied did not seem to be a phone number”,TOO_SHORT_AFTER_IDD:“Phone number too short after IDD”,TOO_SHORT_NSN:“The string supplied is too short to be a phone number”,TOO_LONG:“The string supplied is too long to be a phone number”}; i18n.phonenumbers.PhoneNumberUtil.NANPA_COUNTRY_CODE_=1;i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_=2;i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_FOR_NSN_=16;i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_COUNTRY_CODE_=3;i18n.phonenumbers.PhoneNumberUtil.MAX_INPUT_STRING_LENGTH_=250;i18n.phonenumbers.PhoneNumberUtil.UNKNOWN_REGION_=“ZZ”;i18n.phonenumbers.PhoneNumberUtil.COLOMBIA_MOBILE_TO_FIXED_LINE_PREFIX_=“3”;i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN=“+”; i18n.phonenumbers.PhoneNumberUtil.STAR_SIGN_=“*”;i18n.phonenumbers.PhoneNumberUtil.RFC3966_EXTN_PREFIX_=“;ext=”;i18n.phonenumbers.PhoneNumberUtil.RFC3966_PREFIX_=“tel:”;i18n.phonenumbers.PhoneNumberUtil.RFC3966_PHONE_CONTEXT_=“;phone-context=”;i18n.phonenumbers.PhoneNumberUtil.RFC3966_ISDN_SUBADDRESS_=“;isub=”; i18n.phonenumbers.PhoneNumberUtil.DIGIT_MAPPINGS={“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”}; i18n.phonenumbers.PhoneNumberUtil.DIALLABLE_CHAR_MAPPINGS_={“0”:“0”,1:“1”,2:“2”,3:“3”,4:“4”,5:“5”,6:“6”,7:“7”,8:“8”,9:“9”,“+”:i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN,“*”:“*”};i18n.phonenumbers.PhoneNumberUtil.ALPHA_MAPPINGS_={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”}; i18n.phonenumbers.PhoneNumberUtil.ALL_NORMALIZATION_MAPPINGS_={“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”}; i18n.phonenumbers.PhoneNumberUtil.ALL_PLUS_NUMBER_GROUPING_SYMBOLS_={“0”:“0”,1:“1”,2:“2”,3:“3”,4:“4”,5:“5”,6:“6”,7:“7”,8:“8”,9:“9”,A:“A”,B:“B”,C:“C”,D:“D”,E:“E”,F:“F”,G:“G”,H:“H”,I:“I”,J:“J”,K:“K”,L:“L”,M:“M”,N:“N”,O:“O”,P:“P”,Q:“Q”,R:“R”,S:“S”,T:“T”,U:“U”,V:“V”,W:“W”,X:“X”,Y:“Y”,Z:“Z”,a:“A”,b:“B”,c:“C”,d:“D”,e:“E”,f:“F”,g:“G”,h:“H”,i:“I”,j:“J”,k:“K”,l:“L”,m:“M”,n:“N”,o:“O”,p:“P”,q:“Q”,r:“R”,s:“S”,t:“T”,u:“U”,v:“V”,w:“W”,x:“X”,y:“Y”,z:“Z”,“-”:“-”,“uff0d”:“-”,“u2010”:“-”,“u2011”:“-”,“u2012”:“-”, “u2013”:“-”,“u2014”:“-”,“u2015”:“-”,“u2212”:“-”,“/”:“/”,“uff0f”:“/”,“ ”:“ ”,“u3000”:“ ”,“u2060”:“ ”,“.”:“.”,“uff0e”:“.”};i18n.phonenumbers.PhoneNumberUtil.UNIQUE_INTERNATIONAL_PREFIX_=/[d]+(?:[~u2053u223CuFF5E][d]+)?/;i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION=“-xu2010-u2015u2212u30fcuff0d-uff0f u00a0u00adu200bu2060u3000()uff08uff09uff3buff3d.\[\]/~u2053u223cuff5e”;i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_=“0-9uff10-uff19u0660-u0669u06f0-u06f9”; i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_=“A-Za-z”;i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_=“+uff0b”;i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_PATTERN=RegExp(“[”i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_“]+”);i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_=RegExp(“^[”i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_“]+”);i18n.phonenumbers.PhoneNumberUtil.SEPARATOR_PATTERN_=“[”i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION“]+”; i18n.phonenumbers.PhoneNumberUtil.CAPTURING_DIGIT_PATTERN=RegExp(“([”i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“])”);i18n.phonenumbers.PhoneNumberUtil.VALID_START_CHAR_PATTERN_=RegExp(“[”+i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]”);i18n.phonenumbers.PhoneNumberUtil.SECOND_NUMBER_START_PATTERN_=/[\/] *x/; i18n.phonenumbers.PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN_=RegExp(“[^”+i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_“#]+$”);i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_PHONE_PATTERN_=/(?:.*?[A-Za-z]){3}.*/;i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_PHONE_NUMBER_PATTERN_=“[”i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]{”i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_“}”; i18n.phonenumbers.PhoneNumberUtil.VALID_PHONE_NUMBER_=“[”i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_“]*(?:[”+i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION+i18n.phonenumbers.PhoneNumberUtil.STAR_SIGN_+“]*[”i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]){3,}[”+i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION+i18n.phonenumbers.PhoneNumberUtil.STAR_SIGN_+i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]*”; i18n.phonenumbers.PhoneNumberUtil.DEFAULT_EXTN_PREFIX_=“ ext. ”;i18n.phonenumbers.PhoneNumberUtil.CAPTURING_EXTN_DIGITS_=“([”i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]{1,7})”; i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERNS_FOR_PARSING_=i18n.phonenumbers.PhoneNumberUtil.RFC3966_EXTN_PREFIX_i18n.phonenumbers.PhoneNumberUtil.CAPTURING_EXTN_DIGITS_“|[ u00a0\t,]*(?:e?xt(?:ensi(?:ou0301?|u00f3))?n?|uff45?uff58uff54uff4e?|[,xuff58#uff03~uff5e]|int|anexo|uff49uff4euff54)?[ u00a0\t,-]*”i18n.phonenumbers.PhoneNumberUtil.CAPTURING_EXTN_DIGITS_“#?|[- ]+([”i18n.phonenumbers.PhoneNumberUtil.VALID_DIGITS_“]{1,5})#”; i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERN_=RegExp(“(?:”i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERNS_FOR_PARSING_“)$”,“i”);i18n.phonenumbers.PhoneNumberUtil.VALID_PHONE_NUMBER_PATTERN_=RegExp(“^”i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_PHONE_NUMBER_PATTERN_“$|^”i18n.phonenumbers.PhoneNumberUtil.VALID_PHONE_NUMBER_“(?:”i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERNS_FOR_PARSING_“)?$”,“i”);i18n.phonenumbers.PhoneNumberUtil.NON_DIGITS_PATTERN_=/D+/; i18n.phonenumbers.PhoneNumberUtil.FIRST_GROUP_PATTERN_=/($d)/;i18n.phonenumbers.PhoneNumberUtil.NP_PATTERN_=/$NP/;i18n.phonenumbers.PhoneNumberUtil.FG_PATTERN_=/$FG/;i18n.phonenumbers.PhoneNumberUtil.CC_PATTERN_=/$CC/;i18n.phonenumbers.PhoneNumberUtil.FIRST_GROUP_ONLY_PREFIX_PATTERN_=/^(?$1)?$/;i18n.phonenumbers.PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY=“001”;i18n.phonenumbers.PhoneNumberFormat={E164:0,INTERNATIONAL:1,NATIONAL:2,RFC3966:3}; i18n.phonenumbers.PhoneNumberType={FIXED_LINE:0,MOBILE:1,FIXED_LINE_OR_MOBILE:2,TOLL_FREE:3,PREMIUM_RATE:4,SHARED_COST:5,VOIP:6,PERSONAL_NUMBER:7,PAGER:8,UAN:9,VOICEMAIL:10,UNKNOWN:-1};i18n.phonenumbers.PhoneNumberUtil.MatchType={NOT_A_NUMBER:0,NO_MATCH:1,SHORT_NSN_MATCH:2,NSN_MATCH:3,EXACT_MATCH:4};i18n.phonenumbers.PhoneNumberUtil.ValidationResult={IS_POSSIBLE:0,INVALID_COUNTRY_CODE:1,TOO_SHORT:2,TOO_LONG:3}; i18n.phonenumbers.PhoneNumberUtil.extractPossibleNumber=function(a){var b=a.search(i18n.phonenumbers.PhoneNumberUtil.VALID_START_CHAR_PATTERN_);0<=b?(a=a.substring(b),a=a.replace(i18n.phonenumbers.PhoneNumberUtil.UNWANTED_END_CHAR_PATTERN_,“”),b=a.search(i18n.phonenumbers.PhoneNumberUtil.SECOND_NUMBER_START_PATTERN_),0<=b&&(a=a.substring(0,b))):a=“”;return a}; i18n.phonenumbers.PhoneNumberUtil.isViablePhoneNumber=function(a){return a.length<i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_?!1:i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(i18n.phonenumbers.PhoneNumberUtil.VALID_PHONE_NUMBER_PATTERN_,a)}; i18n.phonenumbers.PhoneNumberUtil.normalize=function(a){return i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_PHONE_PATTERN_,a)?i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(a,i18n.phonenumbers.PhoneNumberUtil.ALL_NORMALIZATION_MAPPINGS_,!0):i18n.phonenumbers.PhoneNumberUtil.normalizeDigitsOnly(a)};i18n.phonenumbers.PhoneNumberUtil.normalizeSB_=function(a){var b=i18n.phonenumbers.PhoneNumberUtil.normalize(a.toString());a.clear();a.append(b)}; i18n.phonenumbers.PhoneNumberUtil.normalizeDigitsOnly=function(a){return i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(a,i18n.phonenumbers.PhoneNumberUtil.DIGIT_MAPPINGS,!0)};i18n.phonenumbers.PhoneNumberUtil.convertAlphaCharactersInNumber=function(a){return i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(a,i18n.phonenumbers.PhoneNumberUtil.ALL_NORMALIZATION_MAPPINGS_,!1)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getLengthOfGeographicalAreaCode=function(a){var b=this.getMetadataForRegion(this.getRegionCodeForNumber(a));return null==b||!b.hasNationalPrefix()&&!a.hasItalianLeadingZero()||!this.isNumberGeographical_(a)?0:this.getLengthOfNationalDestinationCode(a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getLengthOfNationalDestinationCode=function(a){var b;a.hasExtension()?(b=a.clone(),b.clearExtension()):b=a;b=this.format(b,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL).split(i18n.phonenumbers.PhoneNumberUtil.NON_DIGITS_PATTERN_);0==b.length&&b.shift();return 2>=b.length?0:“AR”==this.getRegionCodeForCountryCode(a.getCountryCodeOrDefault())&&this.getNumberType(a)==i18n.phonenumbers.PhoneNumberType.MOBILE?b.length+1:b.length}; i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_=function(a,b,c){for(var d=new goog.string.StringBuffer,e,f,g=a.length,h=0;h,null!=f?d.append(f):c||d.append(e);return d.toString()};i18n.phonenumbers.PhoneNumberUtil.prototype.formattingRuleHasFirstGroupOnly=function(a){return i18n.phonenumbers.PhoneNumberUtil.FIRST_GROUP_ONLY_PREFIX_PATTERN_.test(a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.isNumberGeographical_=function(a){a=this.getNumberType(a);return a==i18n.phonenumbers.PhoneNumberType.FIXED_LINE||a==i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE};i18n.phonenumbers.PhoneNumberUtil.prototype.isValidRegionCode_=function(a){return null!=a&&isNaN(a)&&a.toUpperCase()in i18n.phonenumbers.metadata.countryToMetadata};i18n.phonenumbers.PhoneNumberUtil.prototype.hasValidCountryCallingCode_=function(a){return a in i18n.phonenumbers.metadata.countryCodeToRegionCodeMap}; i18n.phonenumbers.PhoneNumberUtil.prototype.format=function(a,b){if(0==a.getNationalNumber()&&a.hasRawInput()){var c=a.getRawInputOrDefault();if(0<c.length)return c}var c=a.getCountryCodeOrDefault(),d=this.getNationalSignificantNumber(a);if(b==i18n.phonenumbers.PhoneNumberFormat.E164)return this.prefixNumberWithCountryCallingCode_(c,i18n.phonenumbers.PhoneNumberFormat.E164,d,“”);if(!this.hasValidCountryCallingCode_©)return d;var e=this.getRegionCodeForCountryCode©,f=this.getMetadataForRegionOrCallingCode_(c, e),e=this.maybeGetFormattedExtension_(a,f,b),d=this.formatNsn_(d,f,b);return this.prefixNumberWithCountryCallingCode_(c,b,d,e)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatByPattern=function(a,b,c){var d=a.getCountryCodeOrDefault(),e=this.getNationalSignificantNumber(a);if(!this.hasValidCountryCallingCode_(d))return e;var f=this.getRegionCodeForCountryCode(d),f=this.getMetadataForRegionOrCallingCode_(d,f),g=“”,g=this.chooseFormattingPatternForNumber_(c,e);if(null==g)g=e;else{c=g.clone();g=g.getNationalPrefixFormattingRuleOrDefault();if(0<g.length){var h=f.getNationalPrefixOrDefault();0<h.length?(g=g.replace(i18n.phonenumbers.PhoneNumberUtil.NP_PATTERN_, h).replace(i18n.phonenumbers.PhoneNumberUtil.FG_PATTERN_,“$1”),c.setNationalPrefixFormattingRule(g)):c.clearNationalPrefixFormattingRule()}g=this.formatNsnUsingPattern_(e,c,b)}a=this.maybeGetFormattedExtension_(a,f,b);return this.prefixNumberWithCountryCallingCode_(d,b,g,a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatNationalNumberWithCarrierCode=function(a,b){var c=a.getCountryCodeOrDefault(),d=this.getNationalSignificantNumber(a);if(!this.hasValidCountryCallingCode_©)return d;var e=this.getRegionCodeForCountryCode©,f=this.getMetadataForRegionOrCallingCode_(c,e),e=this.maybeGetFormattedExtension_(a,f,i18n.phonenumbers.PhoneNumberFormat.NATIONAL),d=this.formatNsn_(d,f,i18n.phonenumbers.PhoneNumberFormat.NATIONAL,b);return this.prefixNumberWithCountryCallingCode_(c, i18n.phonenumbers.PhoneNumberFormat.NATIONAL,d,e)};i18n.phonenumbers.PhoneNumberUtil.prototype.getMetadataForRegionOrCallingCode_=function(a,b){return i18n.phonenumbers.PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY==b?this.getMetadataForNonGeographicalRegion(a):this.getMetadataForRegion(b)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatNationalNumberWithPreferredCarrierCode=function(a,b){return this.formatNationalNumberWithCarrierCode(a,a.hasPreferredDomesticCarrierCode()?a.getPreferredDomesticCarrierCodeOrDefault():b)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatNumberForMobileDialing=function(a,b,c){var d=a.getCountryCodeOrDefault();if(!this.hasValidCountryCallingCode_(d))return a.hasRawInput()?a.getRawInputOrDefault():“”;var e=“”;a=a.clone();a.clearExtension();var f=this.getRegionCodeForCountryCode(d);if(b==f)b=this.getNumberType(a),e=b==i18n.phonenumbers.PhoneNumberType.FIXED_LINE||b==i18n.phonenumbers.PhoneNumberType.MOBILE||b==i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE,e=“CO”==f&&b==i18n.phonenumbers.PhoneNumberType.FIXED_LINE? this.formatNationalNumberWithCarrierCode(a,i18n.phonenumbers.PhoneNumberUtil.COLOMBIA_MOBILE_TO_FIXED_LINE_PREFIX_):“BR”==f&&e?a.hasPreferredDomesticCarrierCode()?this.formatNationalNumberWithPreferredCarrierCode(a,“”):“”:(d==i18n.phonenumbers.PhoneNumberUtil.NANPA_COUNTRY_CODE_||f==i18n.phonenumbers.PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY||“MX”==f&&e)&&this.canBeInternationallyDialled(a)?this.format(a,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL):this.format(a,i18n.phonenumbers.PhoneNumberFormat.NATIONAL); else if(this.canBeInternationallyDialled(a))return c?this.format(a,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL):this.format(a,i18n.phonenumbers.PhoneNumberFormat.E164);return c?e:i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(e,i18n.phonenumbers.PhoneNumberUtil.DIALLABLE_CHAR_MAPPINGS_,!0)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatOutOfCountryCallingNumber=function(a,b){if(!this.isValidRegionCode_(b))return this.format(a,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);var c=a.getCountryCodeOrDefault(),d=this.getNationalSignificantNumber(a);if(!this.hasValidCountryCallingCode_©)return d;if(c==i18n.phonenumbers.PhoneNumberUtil.NANPA_COUNTRY_CODE_){if(this.isNANPACountry(b))return c+“ ”+this.format(a,i18n.phonenumbers.PhoneNumberFormat.NATIONAL)}else if(c==this.getCountryCodeForValidRegion_(b))return this.format(a, i18n.phonenumbers.PhoneNumberFormat.NATIONAL);var e=this.getMetadataForRegion(b),f=e.getInternationalPrefixOrDefault(),g=“”;i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(i18n.phonenumbers.PhoneNumberUtil.UNIQUE_INTERNATIONAL_PREFIX_,f)?g=f:e.hasPreferredInternationalPrefix()&&(g=e.getPreferredInternationalPrefixOrDefault());e=this.getRegionCodeForCountryCode©;e=this.getMetadataForRegionOrCallingCode_(c,e);d=this.formatNsn_(d,e,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);e=this.maybeGetFormattedExtension_(a, e,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);return 0<g.length?g+“ ”c“ ”+d+e:this.prefixNumberWithCountryCallingCode_(c,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,d,e)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatInOriginalFormat=function(a,b){if(a.hasRawInput()&&(this.hasUnexpectedItalianLeadingZero_(a)||!this.hasFormattingPatternForNumber_(a)))return a.getRawInputOrDefault();if(!a.hasCountryCodeSource())return this.format(a,i18n.phonenumbers.PhoneNumberFormat.NATIONAL);var c;switch(a.getCountryCodeSource()){case i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN:c=this.format(a,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);break; case i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_IDD:c=this.formatOutOfCountryCallingNumber(a,b);break;case i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN:c=this.format(a,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL).substring(1);break;default:var d=this.getRegionCodeForCountryCode(a.getCountryCodeOrDefault()),e=this.getNddPrefixForRegion(d,!0);c=this.format(a,i18n.phonenumbers.PhoneNumberFormat.NATIONAL);if(null==e||0==e.length)break;if(this.rawInputContainsNationalPrefix_(a.getRawInputOrDefault(), e,d))break;d=this.getMetadataForRegion(d);e=this.getNationalSignificantNumber(a);d=this.chooseFormattingPatternForNumber_(d.numberFormatArray(),e);if(null==d)break;var e=d.getNationalPrefixFormattingRuleOrDefault(),f=e.indexOf(“$1”);if(0>=f)break;e=e.substring(0,f);e=i18n.phonenumbers.PhoneNumberUtil.normalizeDigitsOnly(e);if(0==e.length)break;c=d.clone();c.clearNationalPrefixFormattingRule();c=this.formatByPattern(a,i18n.phonenumbers.PhoneNumberFormat.NATIONAL,)}d=a.getRawInputOrDefault();null!= c&&0<d.length&&(e=i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(c,i18n.phonenumbers.PhoneNumberUtil.DIALLABLE_CHAR_MAPPINGS_,!0),f=i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(d,i18n.phonenumbers.PhoneNumberUtil.DIALLABLE_CHAR_MAPPINGS_,!0),e!=f&&(c=d));return c}; i18n.phonenumbers.PhoneNumberUtil.prototype.rawInputContainsNationalPrefix_=function(a,b,c){a=i18n.phonenumbers.PhoneNumberUtil.normalizeDigitsOnly(a);if(goog.string.startsWith(a,b))try{return this.isValidNumber(this.parse(a.substring(b.length),c))}catch(d){}return!1};i18n.phonenumbers.PhoneNumberUtil.prototype.hasUnexpectedItalianLeadingZero_=function(a){return a.hasItalianLeadingZero()&&!this.isLeadingZeroPossible(a.getCountryCodeOrDefault())}; i18n.phonenumbers.PhoneNumberUtil.prototype.hasFormattingPatternForNumber_=function(a){var b=a.getCountryCodeOrDefault(),c=this.getRegionCodeForCountryCode(b),b=this.getMetadataForRegionOrCallingCode_(b,c);if(null==b)return!1;a=this.getNationalSignificantNumber(a);return null!=this.chooseFormattingPatternForNumber_(b.numberFormatArray(),a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatOutOfCountryKeepingAlphaChars=function(a,b){var c=a.getRawInputOrDefault();if(0==c.length)return this.formatOutOfCountryCallingNumber(a,b);var d=a.getCountryCodeOrDefault();if(!this.hasValidCountryCallingCode_(d))return c;var c=i18n.phonenumbers.PhoneNumberUtil.normalizeHelper_(c,i18n.phonenumbers.PhoneNumberUtil.ALL_PLUS_NUMBER_GROUPING_SYMBOLS_,!0),e=this.getNationalSignificantNumber(a);if(3<e.length){var f=c.indexOf(e.substring(0,3));-1!=f&&(c= c.substring(f))}f=this.getMetadataForRegion(b);if(d==i18n.phonenumbers.PhoneNumberUtil.NANPA_COUNTRY_CODE_){if(this.isNANPACountry(b))return d+“ ”+c}else if(null!=f&&d==this.getCountryCodeForValidRegion_(b)){d=this.chooseFormattingPatternForNumber_(f.numberFormatArray(),e);if(null==d)return c;d=d.clone();d.setPattern(“(\d+)(.*)”);d.setFormat(“$1$2”);return this.formatNsnUsingPattern_(c,d,i18n.phonenumbers.PhoneNumberFormat.NATIONAL)}e=“”;null!=f&&(e=f.getInternationalPrefixOrDefault(),e=i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(i18n.phonenumbers.PhoneNumberUtil.UNIQUE_INTERNATIONAL_PREFIX_, e)?e:f.getPreferredInternationalPrefixOrDefault());f=this.getRegionCodeForCountryCode(d);f=this.getMetadataForRegionOrCallingCode_(d,f);f=this.maybeGetFormattedExtension_(a,f,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL);return 0<e.length?e+“ ”d“ ”+c+f:this.prefixNumberWithCountryCallingCode_(d,i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL,c,f)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getNationalSignificantNumber=function(a){var b=“”+a.getNationalNumber();return a.hasItalianLeadingZero()&&a.getItalianLeadingZero()?“0”+b:b}; i18n.phonenumbers.PhoneNumberUtil.prototype.prefixNumberWithCountryCallingCode_=function(a,b,c,d){switch(b){case i18n.phonenumbers.PhoneNumberFormat.E164:return i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN+a+c+d;case i18n.phonenumbers.PhoneNumberFormat.INTERNATIONAL:return i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN+a+“ ”+c+d;case i18n.phonenumbers.PhoneNumberFormat.RFC3966:return i18n.phonenumbers.PhoneNumberUtil.RFC3966_PREFIX_+i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN+a+“-”+c+d;default:return c+ d}};i18n.phonenumbers.PhoneNumberUtil.prototype.formatNsn_=function(a,b,c,d){b=0==b.intlNumberFormatArray().length||c==i18n.phonenumbers.PhoneNumberFormat.NATIONAL?b.numberFormatArray():b.intlNumberFormatArray();b=this.chooseFormattingPatternForNumber_(b,a);return null==b?a:this.formatNsnUsingPattern_(a,b,c,d)}; i18n.phonenumbers.PhoneNumberUtil.prototype.chooseFormattingPatternForNumber_=function(a,b){for(var c,d=a.length,e=0;e<d;++e){c=a;var f=c.leadingDigitsPatternCount();if(0==f||0==b.search(c.getLeadingDigitsPattern(f-1)))if(f=RegExp(c.getPattern()),i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(f,b))return c}return null}; i18n.phonenumbers.PhoneNumberUtil.prototype.formatNsnUsingPattern_=function(a,b,c,d){var e=b.getFormatOrDefault(),f=RegExp(b.getPattern()),g=b.getDomesticCarrierCodeFormattingRuleOrDefault(),h=“”;c==i18n.phonenumbers.PhoneNumberFormat.NATIONAL&&null!=d&&0<d.length&&0<g.length?(b=g.replace(i18n.phonenumbers.PhoneNumberUtil.CC_PATTERN_,d),e=e.replace(i18n.phonenumbers.PhoneNumberUtil.FIRST_GROUP_PATTERN_,b),h=a.replace(f,e)):(b=b.getNationalPrefixFormattingRuleOrDefault(),h=c==i18n.phonenumbers.PhoneNumberFormat.NATIONAL&& null!=b&&0<b.length?a.replace(f,e.replace(i18n.phonenumbers.PhoneNumberUtil.FIRST_GROUP_PATTERN_,b)):a.replace(f,e));c==i18n.phonenumbers.PhoneNumberFormat.RFC3966&&(h=h.replace(RegExp(“^”+i18n.phonenumbers.PhoneNumberUtil.SEPARATOR_PATTERN_),“”),h=h.replace(RegExp(i18n.phonenumbers.PhoneNumberUtil.SEPARATOR_PATTERN_,“g”),“-”));return h};i18n.phonenumbers.PhoneNumberUtil.prototype.getExampleNumber=function(a){return this.getExampleNumberForType(a,i18n.phonenumbers.PhoneNumberType.FIXED_LINE)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getExampleNumberForType=function(a,b){if(!this.isValidRegionCode_(a))return null;var c=this.getNumberDescByType_(this.getMetadataForRegion(a),b);try{if(c.hasExampleNumber())return this.parse(c.getExampleNumberOrDefault(),a)}catch(d){}return null}; i18n.phonenumbers.PhoneNumberUtil.prototype.getExampleNumberForNonGeoEntity=function(a){var b=this.getMetadataForNonGeographicalRegion(a);if(null!=b){b=b.getGeneralDesc();try{if(b.hasExampleNumber())return this.parse(“+”+a+b.getExampleNumber(),“ZZ”)}catch©{}}return null}; i18n.phonenumbers.PhoneNumberUtil.prototype.maybeGetFormattedExtension_=function(a,b,c){return!a.hasExtension()||0==a.getExtension().length?“”:c==i18n.phonenumbers.PhoneNumberFormat.RFC3966?i18n.phonenumbers.PhoneNumberUtil.RFC3966_EXTN_PREFIX_+a.getExtension():b.hasPreferredExtnPrefix()?b.getPreferredExtnPrefix()+a.getExtensionOrDefault():i18n.phonenumbers.PhoneNumberUtil.DEFAULT_EXTN_PREFIX_+a.getExtensionOrDefault()}; i18n.phonenumbers.PhoneNumberUtil.prototype.getNumberDescByType_=function(a,b){switch(b){case i18n.phonenumbers.PhoneNumberType.PREMIUM_RATE:return a.getPremiumRate();case i18n.phonenumbers.PhoneNumberType.TOLL_FREE:return a.getTollFree();case i18n.phonenumbers.PhoneNumberType.MOBILE:return a.getMobile();case i18n.phonenumbers.PhoneNumberType.FIXED_LINE:case i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE:return a.getFixedLine();case i18n.phonenumbers.PhoneNumberType.SHARED_COST:return a.getSharedCost(); case i18n.phonenumbers.PhoneNumberType.VOIP:return a.getVoip();case i18n.phonenumbers.PhoneNumberType.PERSONAL_NUMBER:return a.getPersonalNumber();case i18n.phonenumbers.PhoneNumberType.PAGER:return a.getPager();case i18n.phonenumbers.PhoneNumberType.UAN:return a.getUan();case i18n.phonenumbers.PhoneNumberType.VOICEMAIL:return a.getVoicemail();default:return a.getGeneralDesc()}}; i18n.phonenumbers.PhoneNumberUtil.prototype.getNumberType=function(a){var b=this.getRegionCodeForNumber(a),b=this.getMetadataForRegionOrCallingCode_(a.getCountryCodeOrDefault(),b);if(null==b)return i18n.phonenumbers.PhoneNumberType.UNKNOWN;a=this.getNationalSignificantNumber(a);return this.getNumberTypeHelper_(a,b)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getNumberTypeHelper_=function(a,b){var c=b.getGeneralDesc();return!c.hasNationalNumberPattern()||!this.isNumberMatchingDesc_(a,c)?i18n.phonenumbers.PhoneNumberType.UNKNOWN:this.isNumberMatchingDesc_(a,b.getPremiumRate())?i18n.phonenumbers.PhoneNumberType.PREMIUM_RATE:this.isNumberMatchingDesc_(a,b.getTollFree())?i18n.phonenumbers.PhoneNumberType.TOLL_FREE:this.isNumberMatchingDesc_(a,b.getSharedCost())?i18n.phonenumbers.PhoneNumberType.SHARED_COST:this.isNumberMatchingDesc_(a, b.getVoip())?i18n.phonenumbers.PhoneNumberType.VOIP:this.isNumberMatchingDesc_(a,b.getPersonalNumber())?i18n.phonenumbers.PhoneNumberType.PERSONAL_NUMBER:this.isNumberMatchingDesc_(a,b.getPager())?i18n.phonenumbers.PhoneNumberType.PAGER:this.isNumberMatchingDesc_(a,b.getUan())?i18n.phonenumbers.PhoneNumberType.UAN:this.isNumberMatchingDesc_(a,b.getVoicemail())?i18n.phonenumbers.PhoneNumberType.VOICEMAIL:this.isNumberMatchingDesc_(a,b.getFixedLine())?b.getSameMobileAndFixedLinePattern()||this.isNumberMatchingDesc_(a, b.getMobile())?i18n.phonenumbers.PhoneNumberType.FIXED_LINE_OR_MOBILE:i18n.phonenumbers.PhoneNumberType.FIXED_LINE:!b.getSameMobileAndFixedLinePattern()&&this.isNumberMatchingDesc_(a,b.getMobile())?i18n.phonenumbers.PhoneNumberType.MOBILE:i18n.phonenumbers.PhoneNumberType.UNKNOWN}; i18n.phonenumbers.PhoneNumberUtil.prototype.getMetadataForRegion=function(a){if(null==a)return null;a=a.toUpperCase();var b=this.regionToMetadataMap;if(null==b){var b=new goog.proto2.PbLiteSerializer,c=i18n.phonenumbers.metadata.countryToMetadata;if(null==c)return null;b=b.deserialize(i18n.phonenumbers.PhoneMetadata.getDescriptor(),c);this.regionToMetadataMap=b}return b}; i18n.phonenumbers.PhoneNumberUtil.prototype.getMetadataForNonGeographicalRegion=function(a){return this.getMetadataForRegion(“”+a)};i18n.phonenumbers.PhoneNumberUtil.prototype.isNumberMatchingDesc_=function(a,b){return i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(b.getPossibleNumberPatternOrDefault(),a)&&i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(b.getNationalNumberPatternOrDefault(),a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.isValidNumber=function(a){var b=this.getRegionCodeForNumber(a);return this.isValidNumberForRegion(a,b)}; i18n.phonenumbers.PhoneNumberUtil.prototype.isValidNumberForRegion=function(a,b){var c=a.getCountryCodeOrDefault(),d=this.getMetadataForRegionOrCallingCode_(c,b);if(null==d||i18n.phonenumbers.PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY!=b&&c!=this.getCountryCodeForValidRegion_(b))return!1;var c=d.getGeneralDesc(),e=this.getNationalSignificantNumber(a);return!c.hasNationalNumberPattern()?(d=e.length,d>i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_&&d<=i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_FOR_NSN_): this.getNumberTypeHelper_(e,d)!=i18n.phonenumbers.PhoneNumberType.UNKNOWN};i18n.phonenumbers.PhoneNumberUtil.prototype.getRegionCodeForNumber=function(a){if(null==a)return null;var b=a.getCountryCodeOrDefault(),b=i18n.phonenumbers.metadata.countryCodeToRegionCodeMap;return null==b?null:1==b.length?b:this.getRegionCodeForNumberFromRegionList_(a,b)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getRegionCodeForNumberFromRegionList_=function(a,b){for(var c=this.getNationalSignificantNumber(a),d,e=b.length,f=0;f<e;f++){d=b;var g=this.getMetadataForRegion(d);if(g.hasLeadingDigits()){if(0==c.search(g.getLeadingDigits()))return d}else if(this.getNumberTypeHelper_(c,g)!=i18n.phonenumbers.PhoneNumberType.UNKNOWN)return d}return null}; i18n.phonenumbers.PhoneNumberUtil.prototype.getRegionCodeForCountryCode=function(a){a=i18n.phonenumbers.metadata.countryCodeToRegionCodeMap;return null==a?i18n.phonenumbers.PhoneNumberUtil.UNKNOWN_REGION_:a};i18n.phonenumbers.PhoneNumberUtil.prototype.getRegionCodesForCountryCode=function(a){a=i18n.phonenumbers.metadata.countryCodeToRegionCodeMap;return null==a?[]:a};i18n.phonenumbers.PhoneNumberUtil.prototype.getCountryCodeForRegion=function(a){return!this.isValidRegionCode_(a)?0:this.getCountryCodeForValidRegion_(a)}; i18n.phonenumbers.PhoneNumberUtil.prototype.getCountryCodeForValidRegion_=function(a){var b=this.getMetadataForRegion(a);if(null==b)throw“Invalid region code: ”+a;return b.getCountryCodeOrDefault()};i18n.phonenumbers.PhoneNumberUtil.prototype.getNddPrefixForRegion=function(a,b){var c=this.getMetadataForRegion(a);if(null==c)return null;c=c.getNationalPrefixOrDefault();if(0==c.length)return null;b&&(c=c.replace(“~”,“”));return c}; i18n.phonenumbers.PhoneNumberUtil.prototype.isNANPACountry=function(a){return null!=a&&goog.array.contains(i18n.phonenumbers.metadata.countryCodeToRegionCodeMap,a.toUpperCase())};i18n.phonenumbers.PhoneNumberUtil.prototype.isLeadingZeroPossible=function(a){a=this.getMetadataForRegionOrCallingCode_(a,this.getRegionCodeForCountryCode(a));return null!=a&&a.getLeadingZeroPossibleOrDefault()}; i18n.phonenumbers.PhoneNumberUtil.prototype.isAlphaNumber=function(a){if(!i18n.phonenumbers.PhoneNumberUtil.isViablePhoneNumber(a))return!1;a=new goog.string.StringBuffer(a);this.maybeStripExtension(a);return i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(i18n.phonenumbers.PhoneNumberUtil.VALID_ALPHA_PHONE_PATTERN_,a.toString())};i18n.phonenumbers.PhoneNumberUtil.prototype.isPossibleNumber=function(a){return this.isPossibleNumberWithReason(a)==i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE}; i18n.phonenumbers.PhoneNumberUtil.prototype.testNumberLengthAgainstPattern_=function(a,b){return i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(a,b)?i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE:0==b.search(a)?i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG:i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT}; i18n.phonenumbers.PhoneNumberUtil.prototype.isPossibleNumberWithReason=function(a){var b=this.getNationalSignificantNumber(a);a=a.getCountryCodeOrDefault();if(!this.hasValidCountryCallingCode_(a))return i18n.phonenumbers.PhoneNumberUtil.ValidationResult.INVALID_COUNTRY_CODE;var c=this.getRegionCodeForCountryCode(a);a=this.getMetadataForRegionOrCallingCode_(a,c).getGeneralDesc();if(!a.hasNationalNumberPattern())return b=b.length,b<i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_?i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT: b>i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_FOR_NSN_?i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG:i18n.phonenumbers.PhoneNumberUtil.ValidationResult.IS_POSSIBLE;a=a.getPossibleNumberPatternOrDefault();return this.testNumberLengthAgainstPattern_(a,b)};i18n.phonenumbers.PhoneNumberUtil.prototype.isPossibleNumberString=function(a,b){try{return this.isPossibleNumber(this.parse(a,b))}catch©{return!1}}; i18n.phonenumbers.PhoneNumberUtil.prototype.truncateTooLongNumber=function(a){if(this.isValidNumber(a))return!0;var b=a.clone(),c=a.getNationalNumberOrDefault();do if(c=Math.floor(c/10),b.setNationalNumber©,0==c||this.isPossibleNumberWithReason(b)==i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_SHORT)return!1;while(!this.isValidNumber(b));a.setNationalNumber©;return!0}; i18n.phonenumbers.PhoneNumberUtil.prototype.extractCountryCode=function(a,b){var c=a.toString();if(0==c.length||“0”==c.charAt(0))return 0;for(var d,e=c.length,f=1;f<=i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_COUNTRY_CODE_&&f<=e;++f)if(d=parseInt(c.substring(0,f),10),d in i18n.phonenumbers.metadata.countryCodeToRegionCodeMap)return b.append(c.substring(f)),d;return 0}; i18n.phonenumbers.PhoneNumberUtil.prototype.maybeExtractCountryCode=function(a,b,c,d,e){if(0==a.length)return 0;a=new goog.string.StringBuffer(a);var f;null!=b&&(f=b.getInternationalPrefix());null==f&&(f=“NonMatch”);f=this.maybeStripInternationalPrefixAndNormalize(a,f);d&&e.setCountryCodeSource(f);if(f!=i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_DEFAULT_COUNTRY){if(a.getLength()<=i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_)throw i18n.phonenumbers.Error.TOO_SHORT_AFTER_IDD;c=this.extractCountryCode(a, c);if(0!=c)return e.setCountryCode©,c;throw i18n.phonenumbers.Error.INVALID_COUNTRY_CODE;}if(null!=b){f=b.getCountryCodeOrDefault();var g=“”+f,h=a.toString();if(goog.string.startsWith(h,g)){var j=new goog.string.StringBuffer(h.substring(g.length)),h=b.getGeneralDesc(),g=RegExp(h.getNationalNumberPatternOrDefault());this.maybeStripNationalPrefixAndCarrierCode(j,b,null);b=j.toString();h=h.getPossibleNumberPatternOrDefault();if(!i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(g,a.toString())&&i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(g, b)||this.testNumberLengthAgainstPattern_(h,a.toString())==i18n.phonenumbers.PhoneNumberUtil.ValidationResult.TOO_LONG)return c.append(b),d&&e.setCountryCodeSource(i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITHOUT_PLUS_SIGN),e.setCountryCode(f),f}}e.setCountryCode(0);return 0}; i18n.phonenumbers.PhoneNumberUtil.prototype.parsePrefixAsIdd_=function(a,b){var c=b.toString();if(0==c.search(a)){var d=c.match(a).length,e=c.substring(d).match(i18n.phonenumbers.PhoneNumberUtil.CAPTURING_DIGIT_PATTERN);if(e&&(null!=e&&0.length)&&“0”==i18n.phonenumbers.PhoneNumberUtil.normalizeDigitsOnly(e))return!1;b.clear();b.append(c.substring(d));return!0}return!1}; i18n.phonenumbers.PhoneNumberUtil.prototype.maybeStripInternationalPrefixAndNormalize=function(a,b){var c=a.toString();if(0==c.length)return i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_DEFAULT_COUNTRY;if(i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_.test©)return c=c.replace(i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_,“”),a.clear(),a.append(i18n.phonenumbers.PhoneNumberUtil.normalize©),i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; c=RegExp(b);i18n.phonenumbers.PhoneNumberUtil.normalizeSB_(a);return this.parsePrefixAsIdd_(c,a)?i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_NUMBER_WITH_IDD:i18n.phonenumbers.PhoneNumber.CountryCodeSource.FROM_DEFAULT_COUNTRY}; i18n.phonenumbers.PhoneNumberUtil.prototype.maybeStripNationalPrefixAndCarrierCode=function(a,b,c){var d=a.toString(),e=d.length,f=b.getNationalPrefixForParsing();if(0==e||null==f||0==f.length)return!1;var g=RegExp(“^(?:”f“)”);if(e=g.exec(d)){var f=RegExp(b.getGeneralDesc().getNationalNumberPatternOrDefault()),h=e.length-1,j=b.getNationalPrefixTransformRule(),g=(b=null==j||0==j.length||null==e||0==e.length)?d.substring(e.length):d.replace(g,j);if(i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(f, d)&&!i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_(f,g))return!1;(b&&0||!b&&1);a.clear();a.append(g);return!0}return!1}; i18n.phonenumbers.PhoneNumberUtil.prototype.maybeStripExtension=function(a){var b=a.toString(),c=b.search(i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERN_);if(0<=c&&i18n.phonenumbers.PhoneNumberUtil.isViablePhoneNumber(b.substring(0,c)))for(var d=b.match(i18n.phonenumbers.PhoneNumberUtil.EXTN_PATTERN_),e=d.length,f=1;f&&0.length)return a.clear(),a.append(b.substring(0,c)),d;return“”}; i18n.phonenumbers.PhoneNumberUtil.prototype.checkRegionForParsing_=function(a,b){return this.isValidRegionCode_(b)||null!=a&&0<a.length&&i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_.test(a)};i18n.phonenumbers.PhoneNumberUtil.prototype.parse=function(a,b){return this.parseHelper_(a,b,!1,!0)}; i18n.phonenumbers.PhoneNumberUtil.prototype.parseAndKeepRawInput=function(a,b){if(!this.isValidRegionCode_(b)&&0<a.length&&a.charAt(0)!=i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN)throw i18n.phonenumbers.Error.INVALID_COUNTRY_CODE;return this.parseHelper_(a,b,!0,!0)}; i18n.phonenumbers.PhoneNumberUtil.prototype.parseHelper_=function(a,b,c,d){if(null==a)throw i18n.phonenumbers.Error.NOT_A_NUMBER;if(a.length>i18n.phonenumbers.PhoneNumberUtil.MAX_INPUT_STRING_LENGTH_)throw i18n.phonenumbers.Error.TOO_LONG;var e=new goog.string.StringBuffer;this.buildNationalNumberForParsing_(a,e);if(!i18n.phonenumbers.PhoneNumberUtil.isViablePhoneNumber(e.toString()))throw i18n.phonenumbers.Error.NOT_A_NUMBER;if(d&&!this.checkRegionForParsing_(e.toString(),b))throw i18n.phonenumbers.Error.INVALID_COUNTRY_CODE; d=new i18n.phonenumbers.PhoneNumber;c&&d.setRawInput(a);a=this.maybeStripExtension(e);0<a.length&&d.setExtension(a);a=this.getMetadataForRegion(b);var f=new goog.string.StringBuffer,g=0,h=e.toString();try{g=this.maybeExtractCountryCode(h,a,f,c,d)}catch(j){if(j==i18n.phonenumbers.Error.INVALID_COUNTRY_CODE&&i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_.test(h)){if(h=h.replace(i18n.phonenumbers.PhoneNumberUtil.LEADING_PLUS_CHARS_PATTERN_,“”),g=this.maybeExtractCountryCode(h,a,f,c,d), 0==g)throw j;}else throw j;}0!=g?(e=this.getRegionCodeForCountryCode(g),e!=b&&(a=this.getMetadataForRegionOrCallingCode_(g,e))):(i18n.phonenumbers.PhoneNumberUtil.normalizeSB_(e),f.append(e.toString()),null!=b?(g=a.getCountryCodeOrDefault(),d.setCountryCode(g)):c&&d.clearCountryCodeSource());if(f.getLength()<i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_)throw i18n.phonenumbers.Error.TOO_SHORT_NSN;null!=a&&(b=new goog.string.StringBuffer,this.maybeStripNationalPrefixAndCarrierCode(f,a,b),c&& d.setPreferredDomesticCarrierCode(b.toString()));c=f.toString();b=c.length;if(b<i18n.phonenumbers.PhoneNumberUtil.MIN_LENGTH_FOR_NSN_)throw i18n.phonenumbers.Error.TOO_SHORT_NSN;if(b>i18n.phonenumbers.PhoneNumberUtil.MAX_LENGTH_FOR_NSN_)throw i18n.phonenumbers.Error.TOO_LONG;“0”==c.charAt(0)&&d.setItalianLeadingZero(!0);d.setNationalNumber(parseInt(c,10));return d}; i18n.phonenumbers.PhoneNumberUtil.prototype.buildNationalNumberForParsing_=function(a,b){var c=a.indexOf(i18n.phonenumbers.PhoneNumberUtil.RFC3966_PHONE_CONTEXT_);if(0<c){var d=c+i18n.phonenumbers.PhoneNumberUtil.RFC3966_PHONE_CONTEXT_.length;if(a.charAt(d)==i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN){var e=a.indexOf(“;”,d);0<e?b.append(a.substring(d,e)):b.append(a.substring(d))}b.append(a.substring(a.indexOf(i18n.phonenumbers.PhoneNumberUtil.RFC3966_PREFIX_)+i18n.phonenumbers.PhoneNumberUtil.RFC3966_PREFIX_.length, c))}else b.append(i18n.phonenumbers.PhoneNumberUtil.extractPossibleNumber(a));c=b.toString();d=c.indexOf(i18n.phonenumbers.PhoneNumberUtil.RFC3966_ISDN_SUBADDRESS_);0<d&&(b.clear(),b.append(c.substring(0,d)))}; i18n.phonenumbers.PhoneNumberUtil.prototype.isNumberMatch=function(a,b){var c,d;if(“string”==typeof a)try{c=this.parse(a,i18n.phonenumbers.PhoneNumberUtil.UNKNOWN_REGION_)}catch(e){if(e!=i18n.phonenumbers.Error.INVALID_COUNTRY_CODE)return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER;if(“string”!=typeof b){var f=this.getRegionCodeForCountryCode(b.getCountryCodeOrDefault());if(f!=i18n.phonenumbers.PhoneNumberUtil.UNKNOWN_REGION_){try{c=this.parse(a,f)}catch(g){return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER}c= this.isNumberMatch(c,b);return c==i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH?i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH:c}}try{c=this.parseHelper_(a,null,!1,!1)}catch(h){return i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER}}else c=a.clone();if(“string”==typeof b)try{return d=this.parse(b,i18n.phonenumbers.PhoneNumberUtil.UNKNOWN_REGION_),this.isNumberMatch(a,d)}catch(j){return j!=i18n.phonenumbers.Error.INVALID_COUNTRY_CODE?i18n.phonenumbers.PhoneNumberUtil.MatchType.NOT_A_NUMBER: this.isNumberMatch(b,c)}else d=b.clone();c.clearRawInput();c.clearCountryCodeSource();c.clearPreferredDomesticCarrierCode();d.clearRawInput();d.clearCountryCodeSource();d.clearPreferredDomesticCarrierCode();c.hasExtension()&&0==c.getExtension().length&&c.clearExtension();d.hasExtension()&&0==d.getExtension().length&&d.clearExtension();if(c.hasExtension()&&d.hasExtension()&&c.getExtension()!=d.getExtension())return i18n.phonenumbers.PhoneNumberUtil.MatchType.NO_MATCH;var f=c.getCountryCodeOrDefault(), k=d.getCountryCodeOrDefault();if(0!=f&&0!=k)return c.equals(d)?i18n.phonenumbers.PhoneNumberUtil.MatchType.EXACT_MATCH:f==k&&this.isNationalNumberSuffixOfTheOther_(c,d)?i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH:i18n.phonenumbers.PhoneNumberUtil.MatchType.NO_MATCH;c.setCountryCode(0);d.setCountryCode(0);return c.equals(d)?i18n.phonenumbers.PhoneNumberUtil.MatchType.NSN_MATCH:this.isNationalNumberSuffixOfTheOther_(c,d)?i18n.phonenumbers.PhoneNumberUtil.MatchType.SHORT_NSN_MATCH:i18n.phonenumbers.PhoneNumberUtil.MatchType.NO_MATCH}; i18n.phonenumbers.PhoneNumberUtil.prototype.isNationalNumberSuffixOfTheOther_=function(a,b){var c=“”+a.getNationalNumber(),d=“”+b.getNationalNumber();return goog.string.endsWith(c,d)||goog.string.endsWith(d,c)};i18n.phonenumbers.PhoneNumberUtil.prototype.canBeInternationallyDialled=function(a){var b=this.getMetadataForRegion(this.getRegionCodeForNumber(a));if(null==b)return!0;a=this.getNationalSignificantNumber(a);return!this.isNumberMatchingDesc_(a,b.getNoInternationalDialling())}; i18n.phonenumbers.PhoneNumberUtil.matchesEntirely_=function(a,b){var c=“string”==typeof a?b.match(“^(?:”a“)$”):b.match(a);return c&&c.length==b.length?!0:!1};/*

Copyright (C) 2010 The Libphonenumber Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

*/ i18n.phonenumbers.AsYouTypeFormatter=function(a){this.DIGIT_PLACEHOLDER_=“u2008”;this.DIGIT_PATTERN_=RegExp(this.DIGIT_PLACEHOLDER_);this.currentOutput_=“”;this.formattingTemplate_=new goog.string.StringBuffer;this.currentFormattingPattern_=“”;this.accruedInput_=new goog.string.StringBuffer;this.accruedInputWithoutFormatting_=new goog.string.StringBuffer;this.ableToFormat_=!0;this.isExpectingCountryCallingCode_=this.isCompleteNumber_=this.inputHasFormatting_=!1;this.phoneUtil_=i18n.phonenumbers.PhoneNumberUtil.getInstance(); this.positionToRemember_=this.originalPosition_=this.lastMatchPosition_=0;this.prefixBeforeNationalNumber_=new goog.string.StringBuffer;this.shouldAddSpaceAfterNationalPrefix_=!1;this.nationalPrefixExtracted_=“”;this.nationalNumber_=new goog.string.StringBuffer;this.possibleFormats_=[];this.defaultCountry_=a;this.defaultMetaData_=this.currentMetaData_=this.getMetadataForRegion_(this.defaultCountry_)};i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_=“ ”; i18n.phonenumbers.AsYouTypeFormatter.EMPTY_METADATA_=new i18n.phonenumbers.PhoneMetadata;i18n.phonenumbers.AsYouTypeFormatter.EMPTY_METADATA_.setInternationalPrefix(“NA”);i18n.phonenumbers.AsYouTypeFormatter.CHARACTER_CLASS_PATTERN_=/[([^])*]/g;i18n.phonenumbers.AsYouTypeFormatter.STANDALONE_DIGIT_PATTERN_=/d(?=[^,}])/g; i18n.phonenumbers.AsYouTypeFormatter.ELIGIBLE_FORMAT_PATTERN_=RegExp(“^[”i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION“]*(\$\d[”i18n.phonenumbers.PhoneNumberUtil.VALID_PUNCTUATION“]*)+$”);i18n.phonenumbers.AsYouTypeFormatter.NATIONAL_PREFIX_SEPARATORS_PATTERN_=/[- ]/;i18n.phonenumbers.AsYouTypeFormatter.MIN_LEADING_DIGITS_LENGTH_=3; i18n.phonenumbers.AsYouTypeFormatter.prototype.getMetadataForRegion_=function(a){a=this.phoneUtil_.getCountryCodeForRegion(a);a=this.phoneUtil_.getRegionCodeForCountryCode(a);a=this.phoneUtil_.getMetadataForRegion(a);return null!=a?a:i18n.phonenumbers.AsYouTypeFormatter.EMPTY_METADATA_}; i18n.phonenumbers.AsYouTypeFormatter.prototype.maybeCreateNewTemplate_=function(){for(var a=this.possibleFormats_.length,b=0;b<a;++b){var c=this.possibleFormats_,d=c.getPatternOrDefault();if(this.currentFormattingPattern_==d)return!1;if(this.createFormattingTemplate_©)return this.currentFormattingPattern_=d,this.shouldAddSpaceAfterNationalPrefix_=i18n.phonenumbers.AsYouTypeFormatter.NATIONAL_PREFIX_SEPARATORS_PATTERN_.test(c.getNationalPrefixFormattingRule()),this.lastMatchPosition_=0,!0}return this.ableToFormat_= !1}; i18n.phonenumbers.AsYouTypeFormatter.prototype.getAvailableFormats_=function(a){for(var b=this.isCompleteNumber_&&0<this.currentMetaData_.intlNumberFormatCount()?this.currentMetaData_.intlNumberFormatArray():this.currentMetaData_.numberFormatArray(),c=b.length,d=0;d<c;++d){var e=b;(!this.currentMetaData_.hasNationalPrefix()||this.isCompleteNumber_||e.getNationalPrefixOptionalWhenFormatting()||this.phoneUtil_.formattingRuleHasFirstGroupOnly(e.getNationalPrefixFormattingRuleOrDefault()))&&this.isFormatEligible_(e.getFormatOrDefault())&&this.possibleFormats_.push(e)}this.narrowDownPossibleFormats_(a)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.isFormatEligible_=function(a){return i18n.phonenumbers.AsYouTypeFormatter.ELIGIBLE_FORMAT_PATTERN_.test(a)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.narrowDownPossibleFormats_=function(a){for(var b=[],c=a.length-i18n.phonenumbers.AsYouTypeFormatter.MIN_LEADING_DIGITS_LENGTH_,d=this.possibleFormats_.length,e=0;e<d;++e){var f=this.possibleFormats_;f.leadingDigitsPatternCount()>c?(f=f.getLeadingDigitsPatternOrDefault©,0==a.search(f)&&b.push(this.possibleFormats_)):b.push(this.possibleFormats_)}this.possibleFormats_=b}; i18n.phonenumbers.AsYouTypeFormatter.prototype.createFormattingTemplate_=function(a){var b=a.getPatternOrDefault();if(-1!=b.indexOf(“|”))return!1;b=b.replace(i18n.phonenumbers.AsYouTypeFormatter.CHARACTER_CLASS_PATTERN_,“\d”);b=b.replace(i18n.phonenumbers.AsYouTypeFormatter.STANDALONE_DIGIT_PATTERN_,“\d”);this.formattingTemplate_.clear();a=this.getFormattingTemplate_(b,a.getFormatOrDefault());return 0<a.length?(this.formattingTemplate_.append(a),!0):!1}; i18n.phonenumbers.AsYouTypeFormatter.prototype.getFormattingTemplate_=function(a,b){var c=“999999999999999”.match(a);if(c.length<this.nationalNumber_.getLength())return“”;c=c.replace(RegExp(a,“g”),b);return c=c.replace(RegExp(“9”,“g”),this.DIGIT_PLACEHOLDER_)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.clear=function(){this.currentOutput_=“”;this.accruedInput_.clear();this.accruedInputWithoutFormatting_.clear();this.formattingTemplate_.clear();this.lastMatchPosition_=0;this.currentFormattingPattern_=“”;this.prefixBeforeNationalNumber_.clear();this.nationalPrefixExtracted_=“”;this.nationalNumber_.clear();this.ableToFormat_=!0;this.inputHasFormatting_=!1;this.originalPosition_=this.positionToRemember_=0;this.isExpectingCountryCallingCode_=this.isCompleteNumber_= !1;this.possibleFormats_=[];this.shouldAddSpaceAfterNationalPrefix_=!1;this.currentMetaData_!=this.defaultMetaData_&&(this.currentMetaData_=this.getMetadataForRegion_(this.defaultCountry_))};i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigit=function(a){return this.currentOutput_=this.inputDigitWithOptionToRememberPosition_(a,!1)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigitAndRememberPosition=function(a){return this.currentOutput_=this.inputDigitWithOptionToRememberPosition_(a,!0)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigitWithOptionToRememberPosition_=function(a,b){this.accruedInput_.append(a);b&&(this.originalPosition_=this.accruedInput_.getLength());this.isDigitOrLeadingPlusSign_(a)?a=this.normalizeAndAccrueDigitsAndPlusSign_(a,b):(this.ableToFormat_=!1,this.inputHasFormatting_=!0);if(!this.ableToFormat_){if(!this.inputHasFormatting_)if(this.attemptToExtractIdd_()){if(this.attemptToExtractCountryCallingCode_())return this.attemptToChoosePatternWithPrefixExtracted_()}else if(this.ableToExtractLongerNdd_())return this.prefixBeforeNationalNumber_.append(i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_),this.attemptToChoosePatternWithPrefixExtracted_(); return this.accruedInput_.toString()}switch(this.accruedInputWithoutFormatting_.getLength()){case 0:case 1:case 2:return this.accruedInput_.toString();case 3:if(this.attemptToExtractIdd_())this.isExpectingCountryCallingCode_=!0;else return this.nationalPrefixExtracted_=this.removeNationalPrefixFromNationalNumber_(),this.attemptToChooseFormattingPattern_();default:if(this.isExpectingCountryCallingCode_)return this.attemptToExtractCountryCallingCode_()&&(this.isExpectingCountryCallingCode_=!1),this.prefixBeforeNationalNumber_.toString()+ this.nationalNumber_.toString();if(0<this.possibleFormats_.length){var c=this.inputDigitHelper_(a),d=this.attemptToFormatAccruedDigits_();if(0<d.length)return d;this.narrowDownPossibleFormats_(this.nationalNumber_.toString());return this.maybeCreateNewTemplate_()?this.inputAccruedNationalNumber_():this.ableToFormat_?this.appendNationalNumber_©:this.accruedInput_.toString()}return this.attemptToChooseFormattingPattern_()}}; i18n.phonenumbers.AsYouTypeFormatter.prototype.attemptToChoosePatternWithPrefixExtracted_=function(){this.ableToFormat_=!0;this.isExpectingCountryCallingCode_=!1;this.possibleFormats_=[];return this.attemptToChooseFormattingPattern_()}; i18n.phonenumbers.AsYouTypeFormatter.prototype.ableToExtractLongerNdd_=function(){if(0<this.nationalPrefixExtracted_.length){var a=this.nationalNumber_.toString();this.nationalNumber_.clear();this.nationalNumber_.append(this.nationalPrefixExtracted_);this.nationalNumber_.append(a);var a=this.prefixBeforeNationalNumber_.toString(),b=a.lastIndexOf(this.nationalPrefixExtracted_);this.prefixBeforeNationalNumber_.clear();this.prefixBeforeNationalNumber_.append(a.substring(0,b))}return this.nationalPrefixExtracted_!= this.removeNationalPrefixFromNationalNumber_()};i18n.phonenumbers.AsYouTypeFormatter.prototype.isDigitOrLeadingPlusSign_=function(a){return i18n.phonenumbers.PhoneNumberUtil.CAPTURING_DIGIT_PATTERN.test(a)||1==this.accruedInput_.getLength()&&i18n.phonenumbers.PhoneNumberUtil.PLUS_CHARS_PATTERN.test(a)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.attemptToFormatAccruedDigits_=function(){for(var a=this.nationalNumber_.toString(),b=this.possibleFormats_.length,c=0;c<b;++c){var d=this.possibleFormats_,e=d.getPatternOrDefault();if(RegExp(“^(?:”e“)$”).test(a))return this.shouldAddSpaceAfterNationalPrefix_=i18n.phonenumbers.AsYouTypeFormatter.NATIONAL_PREFIX_SEPARATORS_PATTERN_.test(d.getNationalPrefixFormattingRule()),a=a.replace(RegExp(e,“g”),d.getFormat()),this.appendNationalNumber_(a)}return“”}; i18n.phonenumbers.AsYouTypeFormatter.prototype.appendNationalNumber_=function(a){var b=this.prefixBeforeNationalNumber_.getLength();return this.shouldAddSpaceAfterNationalPrefix_&&0<b&&this.prefixBeforeNationalNumber_.toString().charAt(b-1)!=i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_?this.prefixBeforeNationalNumber_+i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_+a:this.prefixBeforeNationalNumber_+a}; i18n.phonenumbers.AsYouTypeFormatter.prototype.getRememberedPosition=function(){if(!this.ableToFormat_)return this.originalPosition_;for(var a=0,b=0,c=this.accruedInputWithoutFormatting_.toString(),d=this.currentOutput_.toString();a<this.positionToRemember_&&b<d.length;)c.charAt(a)==d.charAt(b)&&a++,b++;return b}; i18n.phonenumbers.AsYouTypeFormatter.prototype.attemptToChooseFormattingPattern_=function(){var a=this.nationalNumber_.toString();return a.length>=i18n.phonenumbers.AsYouTypeFormatter.MIN_LEADING_DIGITS_LENGTH_?(this.getAvailableFormats_(a.substring(0,i18n.phonenumbers.AsYouTypeFormatter.MIN_LEADING_DIGITS_LENGTH_)),this.maybeCreateNewTemplate_()?this.inputAccruedNationalNumber_():this.accruedInput_.toString()):this.appendNationalNumber_(a)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.inputAccruedNationalNumber_=function(){var a=this.nationalNumber_.toString(),b=a.length;if(0<b){for(var c=“”,d=0;d<b;d++)c=this.inputDigitHelper_(a.charAt(d));return this.ableToFormat_?this.appendNationalNumber_©:this.accruedInput_.toString()}return this.prefixBeforeNationalNumber_.toString()}; i18n.phonenumbers.AsYouTypeFormatter.prototype.isNanpaNumberWithNationalPrefix_=function(){if(1!=this.currentMetaData_.getCountryCode())return!1;var a=this.nationalNumber_.toString();return“1”==a.charAt(0)&&“0”!=a.charAt(1)&&“1”!=a.charAt(1)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.removeNationalPrefixFromNationalNumber_=function(){var a=this.nationalNumber_.toString(),b=0;if(this.isNanpaNumberWithNationalPrefix_())b=1,this.prefixBeforeNationalNumber_.append(“1”).append(i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_),this.isCompleteNumber_=!0;else if(this.currentMetaData_.hasNationalPrefixForParsing()){var c=RegExp(“^(?:”+this.currentMetaData_.getNationalPrefixForParsing()+“)”),c=a.match©;null!=c&&(null!= c&&0.length)&&(this.isCompleteNumber_=!0,b=c.length,this.prefixBeforeNationalNumber_.append(a.substring(0,b)))}this.nationalNumber_.clear();this.nationalNumber_.append(a.substring(b));return a.substring(0,b)}; i18n.phonenumbers.AsYouTypeFormatter.prototype.attemptToExtractIdd_=function(){var a=this.accruedInputWithoutFormatting_.toString(),b=RegExp(“^(?:\”i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN“|”+this.currentMetaData_.getInternationalPrefix()+“)”),b=a.match(b);return null!=b&&null!=b&&0.length?(this.isCompleteNumber_=!0,b=b.length,this.nationalNumber_.clear(),this.nationalNumber_.append(a.substring(b)),this.prefixBeforeNationalNumber_.clear(),this.prefixBeforeNationalNumber_.append(a.substring(0, b)),a.charAt(0)!=i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN&&this.prefixBeforeNationalNumber_.append(i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_),!0):!1}; i18n.phonenumbers.AsYouTypeFormatter.prototype.attemptToExtractCountryCallingCode_=function(){if(0==this.nationalNumber_.getLength())return!1;var a=new goog.string.StringBuffer,b=this.phoneUtil_.extractCountryCode(this.nationalNumber_,a);if(0==b)return!1;this.nationalNumber_.clear();this.nationalNumber_.append(a.toString());a=this.phoneUtil_.getRegionCodeForCountryCode(b);i18n.phonenumbers.PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY==a?this.currentMetaData_=this.phoneUtil_.getMetadataForNonGeographicalRegion(b): a!=this.defaultCountry_&&(this.currentMetaData_=this.getMetadataForRegion_(a));this.prefixBeforeNationalNumber_.append(“”+b).append(i18n.phonenumbers.AsYouTypeFormatter.SEPARATOR_BEFORE_NATIONAL_NUMBER_);return!0}; i18n.phonenumbers.AsYouTypeFormatter.prototype.normalizeAndAccrueDigitsAndPlusSign_=function(a,b){var c;a==i18n.phonenumbers.PhoneNumberUtil.PLUS_SIGN?(c=a,this.accruedInputWithoutFormatting_.append(a)):(c=i18n.phonenumbers.PhoneNumberUtil.DIGIT_MAPPINGS,this.accruedInputWithoutFormatting_.append©,this.nationalNumber_.append©);b&&(this.positionToRemember_=this.accruedInputWithoutFormatting_.getLength());return c}; i18n.phonenumbers.AsYouTypeFormatter.prototype.inputDigitHelper_=function(a){var b=this.formattingTemplate_.toString();if(0<=b.substring(this.lastMatchPosition_).search(this.DIGIT_PATTERN_)){var c=b.search(this.DIGIT_PATTERN_);a=b.replace(this.DIGIT_PATTERN_,a);this.formattingTemplate_.clear();this.formattingTemplate_.append(a);this.lastMatchPosition_=c;return a.substring(0,this.lastMatchPosition_+1)}1==this.possibleFormats_.length&&(this.ableToFormat_=!1);this.currentFormattingPattern_=“”;return this.accruedInput_.toString()};