Hi All
I am trying to find a piece of regex to match a currency value.
I would like to match only numbers and 1 decimal point ie
Allowed
- 10
- 100
- 100.00
Not Allowed
- Alpha Characters
- 100,00
- +/- 100
I have search and tried quite a few without any luck.
Hope you can advise