Expression |
^100$|^0$|^[1-9]{0,1}[0-9]{0,1}$|^[1-9]{0,1}[0-9]{0,1}\.[0-9]{1,3}$ |
Description |
Or depending on the decimal convention:
^100$|^0$|^[1-9]{0,1}[0-9]{0,1}$|^[1-9]{0,1}[0-9]{0,1}\,[0-9]{1,3}$
Credit to Samir Azza's expression which I used to expand and arrive at the above expression. |