I currently have this regular expression for a whole number with optional decimal to 2 places.

I need to chnage it so that the number has to be greater than 1.

Can anyoen help

Code:
[0-9]+(\.[0-9][0-9]?)?