T
Tina
I'm trying to allow only numeric characters and a decimal point in a
textbox. According to my RE book [0-9\.] should work but it doesn't - it
will only allow numeric characters. Also the standard [A-Za-z0-9] does not
work- it won't allow any letters?
What am I doing wrong?
Thanks,
T
textbox. According to my RE book [0-9\.] should work but it doesn't - it
will only allow numeric characters. Also the standard [A-Za-z0-9] does not
work- it won't allow any letters?
What am I doing wrong?
Thanks,
T