Skip to content

Instantly share code, notes, and snippets.

@orloffv
Created October 18, 2013 08:46
Show Gist options
  • Save orloffv/7038539 to your computer and use it in GitHub Desktop.
Save orloffv/7038539 to your computer and use it in GitHub Desktop.
clean: function(str){
return _s.strip(str).replace(/\s+/g, ' ');
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment