Skip to content

Text Tools

Case Converter

Convert text between uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, and kebab-case. Handy for renaming variables, headings, and API fields—all in your browser.

Loading tool…

How to use

  1. Paste your text
  2. Pick a case mode
  3. Copy the converted result
  • Slugify

    Convert blog titles, product names, and headings into clean kebab-case slugs for URLs, filenames, and IDs. Instant, private, and free in your browser.

  • Word Counter

    Paste any text to count words, characters (with and without spaces), lines, and sentences instantly. Runs fully in your browser—nothing is uploaded.

Frequently asked questions

Does conversion leave my device?

No. Everything runs locally in your browser. Nothing is sent to a server.

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (userName); PascalCase capitalizes every word segment (UserName). Both drop spaces and separators.

When should I use snake_case vs kebab-case?

snake_case (user_name) is common in databases and Python; kebab-case (user-name) is typical for URLs, CSS classes, and slugs. Use Slugify if you only need URL-safe kebab output.