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