Created
November 28, 2011 19:44
-
-
Save longlostnick/1401719 to your computer and use it in GitHub Desktop.
trim whitespace
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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