I want to create validation on input change. I need regex which remove duplicate commas, dots and allow only numbers. I want to achieve something like this:
- 4.4
- 4.30
- 3.4
- 3,4
- 12
I need to use this regex with replace method on string
I want to create validation on input change. I need regex which remove duplicate commas, dots and allow only numbers. I want to achieve something like this:
I need to use this regex with replace method on string