User defined DigitMap

(1/2) > >>

meokey:
Could anyone help and tell me whether these Digit Maps will work or not?

FPLareacode
(905|416|647|289|365|519|226|343|613|438|514|450|579|902|506|709|403|780|587|778|236|250|604|204|306|639|418|581[2-9])
FPLnumber
(1[(MFPLareacode)]xxxxxx)
USnumber
(1[^(MFPLareacode)]xxxxxx)

meokey:
and does the following equal to each other?

18[00|88|77|66|55]xxxxxxx     vs     1800xxxxxxx|1888xxxxxxx|1877xxxxxxx|1866xxxxxxx|1855xxxxxxx

if yes, why a lot of ppl, including RonR who I believe is guru enough, use the long format? if not, why?

maddawg:
Also, interested in seeing an answer to this question. Can anyone answer his question.

pc44:
Quote from: meokey on June 07, 2012, 12:22:06 pm

and does the following equal to each other?

18[00|88|77|66|55]xxxxxxx     vs     1800xxxxxxx|1888xxxxxxx|1877xxxxxxx|1866xxxxxxx|1855xxxxxxx

I could be mistaken, but I do not believe they are equal.  A pair of brackets "matches any digit in the set" according to the OBI Admin Guide.  So (based on my understanding), using [123] would match a single digit only -- either 1, 2, or 3.

What do you think?
pc44

ProfTech:
The correct nomenclature is (18(00|55|66|77|88)xxxxxxx). Use Parenthesis instead of square brackets. I took it right from one of Ron's posts some time ago. Works like a charm. As far as your area code question, just be aware that the maps have a maximum length of 512 characters.

Navigation

[0] Message Index

[#] Next page