Mr Lucky
Well-known member
What I want is to match the value so a user must put in a currency symbol and amount
I can do this with a specific currency, e.g.
for £
However I want to allow $ and € as well (or ideally any currency symbol)
Can someone please help with this?
Thanks
I can do this with a specific currency, e.g.
Code:
^\£(\d{1,3}(\,\d{3})*|(\d+))(\.\d{2})?$
However I want to allow $ and € as well (or ideally any currency symbol)
Can someone please help with this?
Thanks