Skip to content

Instantly share code, notes, and snippets.

@gyndav
Created August 9, 2018 13:02
Show Gist options
  • Save gyndav/634c7b006e67df94e2ada629c407ecfa to your computer and use it in GitHub Desktop.
Save gyndav/634c7b006e67df94e2ada629c407ecfa to your computer and use it in GitHub Desktop.
Ruby whitespace removal
String.new("Aaah FUUUU ".gsub(/[[:space:]]+/, "")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment