Fw: [PHP] zip code validation/regular expression

2003-06-03 Thread pop
This didnt make it to the list earlier. Maybe I need some email lessons. Leonard. - Original Message - From: pop <[EMAIL PROTECTED]> To: Jason Paschal <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 10:58 AM Subject: Re: [PHP] zip code validation/regular expression > Sin

Re: [PHP] zip code validation/regular expression

2003-06-03 Thread CPT John W. Holmes
> Simply trying to use regular expressions to validate a 5 or 5+4 zip code, > excluding 0 and 0-. Looked on http://www.regexlib.com, and > that's where I found the pattern below, but it doesn't work. The best I can > do on my own is two separate regular expressions, one to match a val

[PHP] zip code validation/regular expression

2003-06-02 Thread Jason Paschal
Simply trying to use regular expressions to validate a 5 or 5+4 zip code, excluding 0 and 0-. Looked on http://www.regexlib.com, and that's where I found the pattern below, but it doesn't work. The best I can do on my own is two separate regular expressions, one to match a valid zi