please help me, i want to replace ... chars with space
i have try use
both not work
i have try use
PHP Code:
$string = preg_replace('/\x2026/', ' ', $string);
and
$string = str_replace('…', ' ', $string);