What would the regex pattern be to match all decimals but the first one? I'm using javascript's replace(), and would like to remove all but the first decimal in a string.What would the regex pattern be to match all de
What would the regex pattern be to match all decimals but the first one? I'm using javascript's replace(), and would like to remove all but the first decimal in a string.What would the regex pattern be to match all de