Skip to content

Instantly share code, notes, and snippets.

@almost
Created March 5, 2015 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save almost/285b634c863d749cd20c to your computer and use it in GitHub Desktop.
Save almost/285b634c863d749cd20c to your computer and use it in GitHub Desktop.
play=p=function (s) {
return s.replace(/\b./g, p.call.bind(s.toUpperCase))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment