in reply to (german) region code detection - request for thoughts

Note that if you just have a list of codes, and a list of numbers you have to map to those codes, your best option would be to use a hash. Put all the codes in the hash, and then with the numbers you are trying to validate, see if the number is in the hash.
  • Comment on Re: (german) region code detection - request for thoughts