Case Converter & Text Cleaner

Convert text case, clean lines, remove duplicates, sort text, and normalize whitespace locally in your browser.

Convert case and clean copied text without sending it to a server. Use this case converter for drafts, CMS fields, spreadsheet cleanup, social posts, code-like names, and line-based text lists.

Runs locally in your browser. Text input, output, settings, and copied values are not uploaded.
Output
Converted or cleaned text will appear here.
Case conversions
Text cleanup
Characters92
Words12
Lines6
Changed lines0

Transformations run locally in this browser tab. Text, settings, output, and copied values are not uploaded or placed in the URL.

How to use Case Converter

  1. Paste the text you want to convert or clean.
  2. Choose a case action such as uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, or kebab-case.
  3. Use cleanup actions to trim each line, remove empty lines, remove duplicate lines, sort lines, normalize repeated spaces, or normalize line endings.
  4. Copy the output, or swap it back into the input when you want to apply another transformation.

Examples

Copy patterns and edge cases worth checking.

Uppercase and lowercase

Launch Checklist
LAUNCH CHECKLIST or launch checklist

Title case and sentence case

Title case capitalizes each word predictably. It is not meant to match every editorial style guide.

NEW PRODUCT UPDATE. READ THE RELEASE NOTES.
New Product Update. Read The Release Notes. or New product update. Read the release notes.

camelCase, snake_case, and kebab-case

Product launch checklist
productLaunchChecklist, product_launch_checklist, or product-launch-checklist

Remove duplicate lines

The first exact line is kept and later exact duplicates are removed.

alpha
beta
alpha
alpha
beta

Whitespace cleanup

  alpha   beta  

 gamma
Use Trim lines, Remove empty lines, or Normalize spaces depending on the cleanup you need.

FAQ

Short answers before you paste real data.

Does this case converter upload my text?

No. Case conversion, text cleanup, output generation, and copy actions run in the current browser tab.

How does title case work?

Title case lowercases the text first, then capitalizes the first letter of each word. It is predictable for quick cleanup, but it does not try to follow every style guide rule for small words.

What does sentence case change?

Sentence case lowercases the text, then capitalizes the first letter at the start of the text, after sentence punctuation, and after line breaks.

How are duplicate lines removed?

Duplicate-line removal keeps the first exact line and removes later exact matches. It does not ignore case or trim lines before comparing them.

Can I clean very long text?

The tool is designed for pasted snippets, lists, drafts, and small documents. Very large files are better handled in a text editor.

Related tools

Useful next steps that also run locally in your browser.