Answers for "remove all commas and dollar signs from a string in js"

0

remove commas and dollar sign from string js

parseFloat('$148,326.00'.replace(/\$|,/g, ''))
Posted by: Guest on December-14-2020

Code answers related to "remove all commas and dollar signs from a string in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language