Created
April 13, 2021 12:31
-
-
Save talllguy/abc8d546e9ba2cbeccbaed96830834b9 to your computer and use it in GitHub Desktop.
Find and replace All Caps words to Proper Case in Notepad++
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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