Skip to content

Instantly share code, notes, and snippets.

@nacengineer
Created June 26, 2012 20:25
Show Gist options
  • Save nacengineer/2998699 to your computer and use it in GitHub Desktop.
Save nacengineer/2998699 to your computer and use it in GitHub Desktop.
gsub regex for whitespace
some_string.gsub(/\s+/, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment