Hello,
I want to validate a dutch zipcode field. The field must contain either 4 digits a space and 2 characters, of 4 digits and 2 characters.
e.g.
1234AB
or
1234 AB
What is the best way to do this?
Kind regards, Aron.
I want to validate a dutch zipcode field. The field must contain either 4 digits a space and 2 characters, of 4 digits and 2 characters.
e.g.
1234AB
or
1234 AB
What is the best way to do this?
Kind regards, Aron.