Skip to content

Instantly share code, notes, and snippets.

@uhziel
Created February 21, 2020 10:23
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 uhziel/8eb979145353c1520f1a0f7bea305167 to your computer and use it in GitHub Desktop.
Save uhziel/8eb979145353c1520f1a0f7bea305167 to your computer and use it in GitHub Desktop.
$ echo "this_is_the_string" | sed -r 's/(^|_)([a-z])/\U\2/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment