Capitalize the first letter of each line
The fastest way to capitalize the first letter of each line.
Capitalizing the first letter is one of the most often used functions of PicoToolkit. It removes the tedious work of manually checking and fixing each line of the list.
Just copy and paste your list and select Transform -> Capitalize First Letter. The editor will replace all lowercase letters at the end of each line with the uppercase equivalent.
Key features:
The tool has two modes.
Capitalize the first letter of each sentence
The default mode will capitalize the first letter of each sentence, leaving all the remaining characters unchanged.
The editor will treat each string ending with a dot (.) as a separate sentence.
So if several sentences are in a single line, all of them will have the first letter capitalized, for example:
john loves pancakes. marry prefers chocolate.
Will be transformed to:
John loves pancakes. Marry prefers chocolate.
Capitalize the first letter of each line
Suppose you have a list of items and wish to have all of them starting with the capital letter. The tool lets you do that.
In this mode, the editor will not try to detect sentences and capitalize only one letter per line - the first one.
Before | After |
---|---|
marry john tom |
Marry John Tom |
Other useful tricks.
PicoToolkit allows you to apply other text transformations like uppercase, lowercase, or capitalize titles.