Please help with a Regex function that removes special characters before the numeric. I am working on a bot where it extract payment of customers. The figures are supposed to like 170.00, 200.09, 1000.00, but instead the bot logs it as 17000, 20009, 100000, eliminating the dot(.) sign. Please assist with the regex expression to eliminate all special characters before the numbers and maintains the dot(.) sign.