regex for zip-code
Posted
by Monu
on Stack Overflow
See other posts from Stack Overflow
or by Monu
Published on 2010-04-05T06:44:24Z
Indexed on
2010/04/05
6:53 UTC
Read the original article
Hit count: 181
regex
I need Regex which can satisfy all my three condtions for zip-code. E.g-
- 12345
- 12345-6789
- 12345 1234
Any pointers and suggestion would be much appreciated. Thanks !
© Stack Overflow or respective owner