This is a very simple regex string that validates prices of the form x.xx, xx.xx, xxx.xx, x.xxx and so on (where x is a number between 0 and 9).
[0-9.,]+
This is a very simple regex string that validates prices of the form x.xx, xx.xx, xxx.xx, x.xxx and so on (where x is a number between 0 and 9).
[0-9.,]+