I wanted to create an input field for a postal code check, i found number ranges to not work, as they arent all sequential:
In Dresden one postal code is 01157 but the next one is 01169, so a simple range won't do.
Is it possible to have all the necessary zip codes stored and to then compare if the input is one of these and if yes, then it will be valid?