Skip to content

Instantly share code, notes, and snippets.

@betweenbrain
Created July 7, 2016 20:56
Show Gist options
  • Save betweenbrain/397dd9e16f1d483f897807c706ab03d3 to your computer and use it in GitHub Desktop.
Save betweenbrain/397dd9e16f1d483f897807c706ab03d3 to your computer and use it in GitHub Desktop.
Lowercase first letter of word regex

Find ([A-Z])([a-zA-Z]*) replace \L$1$2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment