Removing White Space
by John on Mar.24, 2005, under PHP, Snippets
Quick Snippet to remove all the white space from a string.
< ?php
$string = "mary had a monkey called Booboo ";
$text = preg_replace("/(\s)/", "", $string);
?>
by John on Mar.24, 2005, under PHP, Snippets
Quick Snippet to remove all the white space from a string.
< ?php
$string = "mary had a monkey called Booboo ";
$text = preg_replace("/(\s)/", "", $string);
?>
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!
A few highly recommended friends...
All entries, chronologically...