How can i remove only � (using curl To get data)
$str = "Check this out <a href=�http://www.somewebsite.com�>Somewebsite</a>, this is a great website
Windows� (XP 32bit/Vista/7/8/8.1)";
I just want � to be removed. I tried
$output = preg_replace("/[^A-Za-z0-9]/","",$str);
it remove html also ... but i want html