Basic Text
Change Letter Case
Convert text between lower, upper, title, sentence and programming cases.
Rewrites the letters of the text into a chosen convention. Prose cases (title, sentence) only change capitalisation; programming cases (camel, snake, kebab, constant) also re-split the text into words first, so "hello world" and "HelloWorld" both become "hello_world". Apply per line when each line is a separate name rather than one flowing passage.
Options
Treat each line as its own independent piece of text.
InputText is processed entirely in your browser.
0lines0words0characters0 B
Output
0lines0words0characters0 B
Options explained
- Apply per line — Treat each line as its own independent piece of text.