Answers for "regex replace dollar sing and comma"

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 "regex replace dollar sing and comma"

Code answers related to "Javascript"

Browse Popular Code Answers by Language