I have created this pattern for £ but I would love to know how to add euros and dollars etc within this pattern.
pattern="^\£\d{1,3}(.\d{3})*(.\d+)?$"
Community Page
Last updated:
Last updated:
I have created this pattern for £ but I would love to know how to add euros and dollars etc within this pattern.
pattern="^\£\d{1,3}(.\d{3})*(.\d+)?$"