Skip to content

Instantly share code, notes, and snippets.

@talllguy
Created April 13, 2021 12:31
Show Gist options
  • Save talllguy/abc8d546e9ba2cbeccbaed96830834b9 to your computer and use it in GitHub Desktop.
Save talllguy/abc8d546e9ba2cbeccbaed96830834b9 to your computer and use it in GitHub Desktop.
Find and replace All Caps words to Proper Case in Notepad++
Set Match Case = yes
Set Wrap Around = yes
Find what: (([A-Z])\w+)
Replace with : \L\u\1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment