Skip to content

Instantly share code, notes, and snippets.

@paulund
Created October 25, 2012 09:29
Show Gist options
  • Save paulund/3951622 to your computer and use it in GitHub Desktop.
Save paulund/3951622 to your computer and use it in GitHub Desktop.
Remove All Whitespace In A String
$string = preg_replace('/\s+/', '', $string);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment