Quantcast
Channel: Gigarocket Forum - All Forums
Viewing all articles
Browse latest Browse all 1923

[ask] how to replace triple dot (hellip)

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

Viewing all articles
Browse latest Browse all 1923

Trending Articles