Skip to main content
All Tools

Text Transform

Slug · Case Converter

Transform text between different formats: URL slugs, camelCase, snake_case, kebab-case, and more. Perfect for naming variables and files.

Input Text
Output (URL Slug)

Format Examples

URL Slug:hello-world-2024
kebab-case:hello-world
snake_case:hello_world
camelCase:helloWorld
PascalCase:HelloWorld
CONSTANT_CASE:HELLO_WORLD
Title Case:Hello World
Sentence case:Hello world

Common Use Cases

When to use each format:

  • URL Slug: Blog posts, page URLs
  • camelCase: JavaScript variables
  • PascalCase: React components, classes
  • snake_case: Python, Ruby, SQL
  • kebab-case: CSS classes, URLs
  • CONSTANT_CASE: Environment variables