Skip to content

Instantly share code, notes, and snippets.

@matesnippets
Created March 9, 2015 15:46
Show Gist options
  • Select an option

  • Save matesnippets/2a937561d61ae8d7fc8a to your computer and use it in GitHub Desktop.

Select an option

Save matesnippets/2a937561d61ae8d7fc8a to your computer and use it in GitHub Desktop.
PHP, Regex, Strip newlines from a string
$string = trim(preg_replace('/\s+/', ' ', $string));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment