Web Specialist wrote:
Hi,

I'll want to validate a range in US(Los Angeles) zip field using great Jorn's Form Validation Plugin. For example:

- how to ensure users enter only zip inside the range 902??-???? and 905??-???
I'd try a custom method with a bit regex magic: /90[2-5]\d\{2}-\d{4}

--
Jörn Zaefferer

http://bassistance.de

Reply via email to