want to know regular expression syntax?
-
what regular expression syntax i would use so that a user can only enter characters in a text box and digits will not be accepted. thanks -- modified at 6:22 Saturday 24th December, 2005
thats not an expression. a regular expression is a series of characters of a defined pattern eg tel number, email etc. Try using a control validator.
-
thats not an expression. a regular expression is a series of characters of a defined pattern eg tel number, email etc. Try using a control validator.
Use the range validator and enter the letters you need eg Max = z min = a simple as that.
-
what regular expression syntax i would use so that a user can only enter characters in a text box and digits will not be accepted. thanks -- modified at 6:22 Saturday 24th December, 2005