$output = preg_replace('/\s/','',$input);
On Mon, 11 Mar 2002, Lee P Reilly wrote:
> Can somebody tell me if there is a function that will remove *all*
> whitespace (\n, \r, \t, \w, etc) from a string i.e. from the beginning,
> the end, and the middle?. Something like chop(), trim()?
>
> e.g. input = " 1 2 3 ad "
> e.g. output = "123ad"
>
> Thanks,
>
> Lee
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php