Skip to Main Content

Case / Slug / Escape

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

Transform text without extra cleanup passes
Case conversions are deterministic and escape helpers treat the current input as the source string.

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