A
Andy Fish
Hi,
I have a RegularExpressionValidator with the following regexp
^[0-9]{0,3}$
It mostly works, but allows a value consisting only of spaces to pass right
through. Leading and trailing spaces (e.g. " 8" in the input) are correctly
rejected.
TIA for any ideas
Andy
I have a RegularExpressionValidator with the following regexp
^[0-9]{0,3}$
It mostly works, but allows a value consisting only of spaces to pass right
through. Leading and trailing spaces (e.g. " 8" in the input) are correctly
rejected.
TIA for any ideas
Andy