Skip to content

Instantly share code, notes, and snippets.

@douglasjarquin
Created January 5, 2009 19:54
Show Gist options
  • Save douglasjarquin/43510 to your computer and use it in GitHub Desktop.
Save douglasjarquin/43510 to your computer and use it in GitHub Desktop.
Find: (#|\.)([a-z]+)([A-Z]{1})([a-z]+)(\s|\{|:|\.|,)
Replace: $1$2-\L$3$4$5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment