Regular Expression for accepting numbers 0 to 9999
Posted
by Coolcoder
on Stack Overflow
See other posts from Stack Overflow
or by Coolcoder
Published on 2010-03-30T12:20:58Z
Indexed on
2010/03/30
12:23 UTC
Read the original article
Hit count: 426
I want a regular expression for only accepting 0-9999
No spaces, no letters. However, "blank"(empty) is allowed.
© Stack Overflow or respective owner