Skip to content

Instantly share code, notes, and snippets.

@ibolmo
Created December 2, 2009 02:55
Show Gist options
  • Select an option

  • Save ibolmo/246887 to your computer and use it in GitHub Desktop.

Select an option

Save ibolmo/246887 to your computer and use it in GitHub Desktop.
'protected mutator method'.replace(/(\w*) +(?!(\w*)^)/g, function(m) {
console.log(m);
return '';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment