Skip to content

Instantly share code, notes, and snippets.

@jmcd
Created August 18, 2013 08:08
Show Gist options
  • Save jmcd/6260509 to your computer and use it in GitHub Desktop.
Save jmcd/6260509 to your computer and use it in GitHub Desktop.
Sublime/boost underscore to came case
_((\w)([^_]*))
\U$2\L$3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment