I have tried a regex to validate a decimal value as per requirement which works fine for positive integers but when I am making it optional for + or -
I am unable to validate it can some one help me this is my expression
ValidationExpression="^[-+][0-9]+(\.([0-9]{1,3})?)?$"