Skip to Main Content

Case / Slug / Escape

Convert text to camelCase, snake_case, kebab-case, PascalCase, slugs, and common escaped forms.

Case transforms

Word splitting prefers predictable separator and casing rules over language-specific formatting.

camelCase
PascalCase
snake_case
kebab-case
Slug

Escape helpers

Unescape outputs only succeed when the current input is already in that escaped format.

HTML escaped
HTML unescaped
JSON escaped
JSON unescaped
URL encoded
URL decoded

About case conversion, slugs, and escaping

These tools reshape the same text for code, URLs, and encoded output. Use them when one phrase needs clean case variants, a safe slug, or escaped text.

Case conversion rules

Case converters rewrite text as camelCase, PascalCase, snake_case, or kebab-case for code and content workflows.

They save manual cleanup when names move between variables, CSS, databases, spreadsheets, and CMS fields.

Slug generation for URLs

Slug generators turn readable titles into clean URL segments.

That keeps routes consistent for pages, posts, and CMS entries.

HTML, JSON, and URL escaping

Escape tools encode text safely for HTML, JSON, and URLs.

They help prevent broken markup, malformed payloads, and bad query strings.

Frequently asked questions

Answers about supported case transforms, slug formatting rules, escape helpers, and what happens when the current input cannot be safely decoded.

Other tools

Browse every dedicated tool page from the homepage hub or the centered header selector.