Text

Case Converter

Type anything and get it in every case at once, camelCase, snake_case, kebab-case, CONSTANT_CASE and more. Copy any line. Runs entirely in your browser.

Your text

Every naming convention, one paste

Paste a phrase or an identifier and this tool re-tokenizes it, splitting on spaces, hyphens, underscores, and the boundaries inside camelCase and PascalCase: then re-joins it in each common convention. It detects word boundaries intelligently, so getUserID, get_user_id, and get user id all produce the same set of outputs.

The conventions

FAQ

How are word boundaries detected?

It splits on spaces, -, _, ., and /, and also on lower-to-upper transitions (userNameuser + name) and acronym edges (parseJSONDataparse + JSON + data).

Is my text uploaded?

No, conversion runs in your browser, so it works offline and nothing is sent anywhere.

Related

Generating types? Try JSON → TypeScript. Slugging URLs for redirects? See the .htaccess generator.