How to use
About this tool
Turn English text into the format you need in seconds. Original holds your source text; Converted shows a live preview. Pick a format, check the result, then copy, download, or apply back to Original.
Beyond basic upper- and lowercase, ToolGee supports common developer naming styles, optional text cleanup, and a customizable title case word list—useful for headings, variable names, URL slugs, meta titles, and UI copy.
How to use
- Paste or type your text in Original
- Choose a format under Writing or Developer
- Review Converted; turn on cleanup or fill in the title case word list if needed
- Copy, Download, or Apply to Original to keep editing
Supported formats
Writing
| Format | What it does |
|---|---|
| UPPERCASE | All letters capitalized |
| lowercase | All letters lowercase |
| Sentence case | First letter of each sentence capitalized |
| Title case | Heading style; built-in minor words; custom fixed spellings |
| Capitalized case | First letter of every word capitalized |
| Swap case | Uppercase ↔ lowercase reversed |
Developer
For variables, API fields, database columns, and URL slugs:
| Format | Example (from `hello world`) |
|---|---|
| camelCase | helloWorld |
| PascalCase | HelloWorld |
| snake_case | hello_world |
| kebab-case | hello-world |
| CONSTANT_CASE | HELLO_WORLD |
| dot.case | hello.world.example |
Text cleanup (optional)
Applied to Converted only:
- Trim spaces
- Remove extra spaces
- Remove empty lines
- Normalize whitespace
- Remove line breaks (merges lines—use when you mean it)
Fixed spellings (title case, optional)
Under the Writing tab, expand the list and enter words that need a fixed display in headings (comma, space, or line-separated). Title case only. Type the casing you want (e.g. `iOS`, `API`)—not a lowercase word list. Matched words are output exactly as entered, with priority over default rules. Built-in minor words stay lowercase mid-title automatically—you usually do not need to add them.
These words are lowercased in the middle of a title (first and last words stay capitalized; fixed spellings in your list take priority):
| a | about | above | after | an |
| and | as | at | before | below |
| between | but | by | down | during |
| for | from | in | into | nor |
| of | off | on | or | out |
| over | per | so | than | the |
| through | to | under | up | via |
| vs | with | without | yet |
Why use ToolGee's case converter?
- Instant preview — See results as soon as you pick a format; no extra clicks.
- Original stays put — Switch formats anytime; use Apply to Original when you are ready.
- Download export — Save long results as .txt without relying on copy alone.
- Formatting preserved — Line breaks stay intact during case conversion.
- Private by default — Processing happens locally; nothing is uploaded.
- Built for developers too — Switch naming styles in one click.
- Works on mobile — Responsive layout with touch-friendly controls.
Common use cases
- Fix text typed with Caps Lock on
- Clean up essay, article, and email subject lines
- Rename variables or fields in bulk (line by line)
- Create kebab-case URL slugs
- Standardize meta and page titles
- Tidy extra spaces and blank lines from pasted text
- Keep UI copy and product docs consistent