Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: simple regular expression help


Message #1 by "John Tyson" <jtyson@t...> on Fri, 13 Dec 2002 09:54:11 -0800
Hi,

I want to validate a textbox on a form to make sure a number has been
entered, and would like to limit this number in range from 1-25.

This is what I have:

"[0-9]{2}$"

It is not working quite right - it will not accept values from 1-9.  Can
anyone help me?

Thank you,

John

  Return to Index