Case Converter (camelCase, snake_case, kebab-case, …)
Convert text between camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Sentence case, Title Case. 100% in your browser.
camelCase
helloWorldFromStacckApp
PascalCase
HelloWorldFromStacckApp
snake_case
hello_world_from_stacck_app
kebab-case
hello-world-from-stacck-app
CONSTANT_CASE
HELLO_WORLD_FROM_STACCK_APP
Sentence case
Hello world from stacck app
Title Case
Hello World From Stacck App
lowercase
hello world from stacck app
UPPERCASE
HELLO WORLD FROM STACCK APP
About Case Converter (camelCase, snake_case, kebab-case, …)
The Case Converter rewrites text into a different casing style. Paste your text and pick a target format — camelCase, PascalCase, snake_case, kebab-case, CONSTANT_CASE, Sentence case, or Title Case — and the converted version appears ready to copy.
Conversion happens in your browser, so the text you enter is not sent to a server. It saves time when renaming variables, generating identifiers from a label, or normalizing headings, since the tool handles splitting words and joining them with the right separators automatically.
Frequently asked questions
- How does it know where words begin?
- It splits on spaces, hyphens, underscores, and case boundaries, then rejoins the words in the format you choose.
- Can it convert between programming naming styles?
- Yes. camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE are all supported targets.
- Does it handle numbers and symbols?
- Numbers are kept as word parts; most punctuation is treated as a separator and removed from the output.