Skip to content

Instantly share code, notes, and snippets.

@luizrobertofreitas
Created October 13, 2022 17:19
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 luizrobertofreitas/f815e172de4a80b562da2453959ef306 to your computer and use it in GitHub Desktop.
Save luizrobertofreitas/f815e172de4a80b562da2453959ef306 to your computer and use it in GitHub Desktop.
Sublime Text: find snake_case and replace to camelCase
Find for regex: _([a-z])
Replace to: \U$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment