Format text is literal; class runs are {digits(n)} {upper(n)} {lower(n)}; a string is a format
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
"format": "({area}) {exch}-{line}",
|
||||
"weight": 2,
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "100" }],
|
||||
"line": [{ "format": "0000" }]
|
||||
"exch": [{ "format": "{int(100,999)}" }],
|
||||
"line": [{ "format": "{digits(4)}" }]
|
||||
},
|
||||
{
|
||||
"format": "{area}-{exch}-{line}",
|
||||
"area": ["202", "212", "213", "305", "312", "404", "415", "469", "503", "512", "602", "617", "646", "702", "718", "720", "737", "773", "786", "808", "917"],
|
||||
"exch": [{ "format": "100" }],
|
||||
"line": [{ "format": "0000" }]
|
||||
"exch": [{ "format": "{int(100,999)}" }],
|
||||
"line": [{ "format": "{digits(4)}" }]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user