I want to replace the smart quotes like ‘, ’, “ and ” to regular quotes. Also, I wanted to replace the ©,
‘
’
“
”
©
replace return the resulting string
str = str.replace(/["']/, '');