All Tools
Text Transform
Slug · Case ConverterTransform 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-2024kebab-case:
hello-worldsnake_case:
hello_worldcamelCase:
helloWorldPascalCase:
HelloWorldCONSTANT_CASE:
HELLO_WORLDTitle Case:
Hello WorldSentence case:
Hello worldCommon 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