mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-18 04:29:45 +01:00
Closes #2032 Added some more Change Case functions (Title Case, Sentence Case, Invertcase, Randomcase). Some of them have a normal and a blend version. The normal version will change any formatting in the start/middle/end part of the word/sentence to the chosen case. The blend version applies the changes only to the start part but don't changes the middle/end part of the word/sentence. You can use it when you want to keep some formatting in the middle/end part, for instance CamelCase or proper nouns.