Skip to content

Instantly share code, notes, and snippets.

@phlipper
Created December 1, 2011 06:16
Show Gist options
  • Save phlipper/1414227 to your computer and use it in GitHub Desktop.
Save phlipper/1414227 to your computer and use it in GitHub Desktop.
strip whitespace from a string
String::strip = -> if String::trim? then @trim() else @replace /^\s+|\s+$/g, ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment