Developer
Case Converter
Convert text between the casing conventions programming languages argue about: camel, pascal, snake, kebab, constant, title and sentence case.
Runs entirely in your browser
Loading tool…
How it works
- 01Type or paste text in any casing.
- 02Every convention is produced at once — copy the one you need.
Questions
- Does it understand camelCase input?
- Yes. Word boundaries are detected from case changes as well as from spaces, underscores, hyphens and dots, so "myVariableName" splits correctly rather than being treated as one word.
- What is CONSTANT_CASE for?
- Environment variables and compile-time constants, by near-universal convention — DATABASE_URL rather than databaseUrl.
- Is there a catch — a limit, a watermark, a sign-up?
- None. Because the work happens on your machine rather than a server, there is no per-file cost to recover and therefore nothing to meter. No account, no queue, no watermark.