Re: how to replace many spaces with one space?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



2009/10/25 Jeffry Lunggot <jeffry@xxxxxxxxxxxx>:
> Hi,
>
> how to replace many spaces in any string of character with  one space?

$str = preg_replace('/\s\s+/', ' ', $str);

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux