Skip to content

Instantly share code, notes, and snippets.

@pwlin
Created July 22, 2010 08:23
Show Gist options
  • Save pwlin/485717 to your computer and use it in GitHub Desktop.
Save pwlin/485717 to your computer and use it in GitHub Desktop.
php Remove Excess White Space
# Remove Excess White Space
preg_replace('/\s+/xms', ' ', trim($str))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment