Forum Moderators: coopster & phranque

Message Too Old, No Replies

How do I check for numeric values

numeric values

         

shaan1980

9:06 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



is there a way to cehck if the value entered in the form is of a numeric nature

rogerdp

9:54 pm on Mar 15, 2004 (gmt 0)

10+ Year Member



Match it against a regex. For example, if you only want an integer..

/^[0-9]+$/