Hi,
I have a textbox which should take "*" as default value. Also, it should accept only numeric values up to 1 decimal point and value should not be greater than 100, since it is percentage.
Example: Accepted values in Textbox : *, 23.1, 32.1, 100, etc..
Not Accepted : 23.22, 101, etc..
Please help me with regular expression or what is the best way to achieve this.