how to repalce “ this character in coldfusion
I put the cose like this but not working correctly.i tried to replace it with a word but..it not double quots...it is "&ldquo" "”"
Code:
<cfscript> str_fnvalue = replace(str_fnvalue," “ ","“","all"); str_fnvalue = replace(str_fnvalue,"”","”","all"); <cfscript>
Comment