Skip to content

Instantly share code, notes, and snippets.

@xperienced
Last active August 29, 2015 14:16

Revisions

  1. xperienced revised this gist Feb 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion sc2cc.sh
    Original file line number Diff line number Diff line change
    @@ -1,2 +1,2 @@
    #!/bin/bash
    sed -e 's/_\([a-z]\)/\U\1/g' -e 's/^./ce\U&/
    sed -e 's/_\([a-z]\)/\U\1/g'
  2. xperienced renamed this gist Feb 25, 2015. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. xperienced created this gist Feb 25, 2015.
    2 changes: 2 additions & 0 deletions snake-case2camelCase
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    #!/bin/bash
    sed -e 's/_\([a-z]\)/\U\1/g' -e 's/^./ce\U&/