validate zip code
I am trying to validate canada zip code using the following function in asp:
[a-zA-Z]\d{1}[a-zA-Z]\b \d{1}[a-zA-Z]\d{1}
(it works in .NET)
For some reason space is not recognized.
I also tried using \x20 to represent space.
It is also not working.
Does anyone knows what is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.