Skip to content

Instantly share code, notes, and snippets.

@longlostnick
Created November 28, 2011 19:44
Show Gist options
  • Save longlostnick/1401719 to your computer and use it in GitHub Desktop.
Save longlostnick/1401719 to your computer and use it in GitHub Desktop.
trim whitespace
var trimmed = str.replace(/^\s+|\s+$/g, '');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment