LauraCairns
Programmer
I have the following regular expression and at present it checks that a field contains only letters and is more than 2 characters in length. I would like to change this slightly to also check that the text entered is 25 characters or less. I'm not very good with regular expressions and was wondering if someone could help me to do this.
My expression looks like the following: -
ValidationExpression="^[A-Za-z]{2,}$"
If i can't do this with a regular expression is there any other way I can do this.
Cheers fo any help anyone can give me.
My expression looks like the following: -
ValidationExpression="^[A-Za-z]{2,}$"
If i can't do this with a regular expression is there any other way I can do this.
Cheers fo any help anyone can give me.