Hi Guys,
I need help, How can I get all the numbers including comma's and dot's in a string using Regex,
Currently my Regex is working but it only gets the number before comma or dot.
For Ex. I have this string, "This is a sample string 10,000.00".
After I ran the regex it will only get the 10. But I want is 10,000.00 like that.
This is my strings it has number.

and this is the output of regex.

This is my regex.
