Paste text
Place a title, sentence, identifier, or multiple lines in the left editor.
Try different keywords
No results found
Text cases and programming naming styles share one compact command bar, with input, preview, copy, and continued editing visible at once.
Place a title, sentence, identifier, or multiple lines in the left editor.
Pick a regular text case or programming name style in the command bar. The right side updates immediately.
Copy the result, or move it back into the left editor to chain another conversion.
Basic case tools often stop at upper and lower case, leaving developers to find another camel-case converter. This page groups both jobs in one command bar: visually compact, but easy to scan by text and code intent.
A conversion never overwrites the source. When you need to chain operations, Continue editing explicitly promotes the result back to the input, saving repeated copy and paste without risking the draft.
camelCasePascalCasesnake_casekebab-caseCONSTANT_CASEcamelCase starts with a lowercase word and capitalizes later words; PascalCase capitalizes every word; snake_case joins lowercase words with underscores. Different languages and APIs favor different conventions.
No. Common short articles, conjunctions, and prepositions stay lowercase in the middle, while the first and last words remain capitalized. You can preserve brand spellings such as iPhone or eBay.
Yes. It detects case boundaries, whitespace, hyphens, and underscores before rebuilding the identifier. Multiple lines are handled independently.
No. Conversion runs only in the current browser page. Text is not uploaded or written to local storage.