Capitalize the first letter of each word using Notepad++


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,

  1. Open your file in Notepad++ (or copy the text in a tab),
  2. Select the text,
  3. Now go to Menu: Edit -> Convert Case to,
  4. Select Proper Case

You would see that your text is converted with first letter of each word in upper case.

Convert each word first letter to uppercase Notepad++
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!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap