getFR function
Short Number JSON data for FR
Implementation
Map<String, Object?> getFR() {
return {
"generalDesc": {
"nationalNumberPattern": "[1-8]\\d{1,5}",
"possibleLength": [2, 3, 4, 5, 6]
},
"fixedLine": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mobile": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"tollFree": {
"nationalNumberPattern":
"1(?:1[02459]|[578]|9[167])|224|(?:3370|74)0|(?:116\\d|3[01])\\d\\d",
"exampleNumber": "15",
"possibleLength": [2, 3, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"premiumRate": {
"nationalNumberPattern":
"(?:1(?:0|18\\d)|366|[4-8]\\d\\d)\\d\\d|3[2-9]\\d\\d",
"exampleNumber": "1000",
"possibleLength": [4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"sharedCost": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"personalNumber": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"voip": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"id": "FR",
"countryCode": 0,
"sameMobileAndFixedLinePattern": false,
"pager": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"mainCountryForCode": false,
"noInternationalDialling": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"uan": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"emergency": {
"nationalNumberPattern": "1(?:12|[578])",
"exampleNumber": "15",
"possibleLength": [2, 3],
"possibleLengthLocalOnly": [-1]
},
"voicemail": {
"possibleLength": [-1],
"possibleLengthLocalOnly": [-1]
},
"shortCode": {
"nationalNumberPattern":
"1(?:0\\d\\d|1(?:[02459]|6(?:000|111)|8\\d{3})|[578]|9[167])|2(?:0(?:00|2)0|24)|[3-8]\\d{4}|3\\d{3}|6(?:1[14]|34)|7(?:0[06]|22|40)",
"exampleNumber": "15",
"possibleLength": [2, 3, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"standardRate": {
"nationalNumberPattern": "202\\d|6(?:1[14]|34)|70[06]",
"exampleNumber": "611",
"possibleLength": [3, 4],
"possibleLengthLocalOnly": [-1]
},
"carrierSpecific": {
"nationalNumberPattern":
"118777|224|6(?:1[14]|34)|7(?:0[06]|22|40)|20(?:0\\d|2)\\d",
"exampleNumber": "224",
"possibleLength": [3, 4, 5, 6],
"possibleLengthLocalOnly": [-1]
},
"mobileNumberPortableRegion": false,
"smsServices": {
"nationalNumberPattern": "114|[3-8]\\d{4}",
"exampleNumber": "114",
"possibleLength": [3, 5],
"possibleLengthLocalOnly": [-1]
}
};
}