Trying to remove all letters and characters that are not 0-9 and a period. I’m using Character.isDigit()
but it also removes decimal, how can I also keep the decimal?
Trying to remove all letters and characters that are not 0-9 and a period. I’m using Character.isDigit()
but it also removes decimal, how can I also keep the decimal?