Skip to content

Instantly share code, notes, and snippets.

@st98
Last active August 29, 2015 14:06
Show Gist options
  • Save st98/2abb22533b415046feaa to your computer and use it in GitHub Desktop.
Save st98/2abb22533b415046feaa to your computer and use it in GitHub Desktop.
hOGEhoGe, HOgEhoge, hOGEHoge…
'hogehoge'.replace(/./g, function (c) {
return c['to' + ['Lower', 'Upper'][Math.random() * 2 | 0] + 'Case']();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment