If you have a use-case where you want to capitalize the first letter of each word in a text or a file using Notepad++ you may make use of the Convert case to option under Edit,
- Open your file in Notepad++ (or copy the text in a tab),
- Select the text,
- Now go to Menu: Edit -> Convert Case to,
- Select Proper Case
You would see that your text is converted with first letter of each word in upper case.
Before:this is a demo line.
After:
This Is A Demo Line.
You can also make use of the Keybord Shortcut: Alt + U
Facing issues? Have Questions? Post them here! I am happy to answer!
More Posts related to NotepadPlusPlus,
- How to hide toolbar on Notepad++
- Change the default Line Encoding Notepad++ (CR LF)
- Notepad++ is about to exit prompt message
- How to force quit or kill Notepad++ Process
- Add Blank Lines Between Each Lines in Notepad++
- Install Notepad++ silently using Windows Powershell
- Prettify JSON in Notepad++
- Notepad++ Convert text from lower to upper case
- Must have CSV Plugins for Notepad++
- How to lock Notepad++ tabs?
- Column Mode Editing in Notepad++
- How to change background color in Notepad++
- Notepad++ sort by name with example
- How to rename a tab in Notepad++
- [Solved] Notepad++ Menu Bar Missing
- Where are Notepad++ temp unsaved files stored?
- Notepad++: How to add Quotes to CSV File
- How to check about details of Notepad++ text editor
- How to close all tabs of Notepad++?
- How choose alternate Tab Bar icon in Notepad++
- How to copy file name and path to clipboard in Notepad++
- Change default language highlighting in Notepad++
- Add Line Number before each line in Notepad++ using Column Editor
- Go to Line Number option in Windows Notepad
- How to show End of Line Characters in File using Notepad++
More Posts:
- How to Configure Mac with PPPoE Ethernet if using DSL or Cable Modem - MacOS
- [fix] White Screen when open Teams on Windows - Teams
- Java JDBC Get Id of the Inserted Record with AutoIncrement - Java
- Convert Hex to ASCII in Java with Example - Java
- Create a Database Table using JDBC PreparedStatement - Java
- How to update your Mac (macOS) using Terminal Command - MacOS
- How to clear MySQL Console Screen - MySQL
- 'pwd' is not recognized as an internal or external command, operable program or batch file. [Windows] - Bash