Skip to content

Instantly share code, notes, and snippets.

@Nicksil
Created May 31, 2014 18:32
Show Gist options
  • Save Nicksil/ea616a5f817f912e0a4b to your computer and use it in GitHub Desktop.
Save Nicksil/ea616a5f817f912e0a4b to your computer and use it in GitHub Desktop.
radio_val = radio_val.toLowerCase().replace(/\b[a-z]/g, function(letter) {
return letter.toUpperCase();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment