remove dollar sign and comma from string javascript code example Example: remove commas and dollar sign from string js parseFloat('$148,326.00'.replace(/\$|,/g, ''))