Text Transform

Transform text between cases, sort lines, remove duplicates, and more

0Characters
0Words
0Lines
Select a transform above...

How to Use

Paste your text in the input box. Click any transformation button to apply it. The result appears on the right. Character, word, and line counts update in real-time.

Features

  • Convert between 14 different text transformations
  • Case conversions: UPPER, lower, Title, camelCase, snake_case, kebab-case, CONSTANT_CASE
  • Line operations: sort, unique, trim, remove empty, number, shuffle
  • Live word, character, and line counts
  • One-click copy output

Frequently Asked Questions

What is camelCase?

camelCase is a naming convention where words are joined without spaces, with each word after the first capitalized (e.g., "myVariableName"). It's commonly used in JavaScript, Java, and other programming languages.

What is the difference between snake_case and kebab-case?

snake_case uses underscores between words (e.g., "my_variable_name") and is common in Python and Ruby. kebab-case uses hyphens (e.g., "my-variable-name") and is common in CSS and URL slugs.

Related Tools