brace.tools
/ case-converter

Text Case Converter

Type or paste text, then pick a case. Useful for variable names, titles, and cleaning up pasted text.

Input
0 characters
Output
Converted text will appear here.

About this tool

Different contexts need different text casing — a database column wants snake_case, a JavaScript variable wants camelCase, and a headline wants Title Case. This tool converts freely between the common formats without you needing to retype or manually fix punctuation.

What's the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter (myVariableName); PascalCase capitalizes the first letter too (MyVariableName). This tool produces camelCase; capitalize the first letter yourself if you need PascalCase.

Does Title Case capitalize every word?

Yes — this version capitalizes every word for simplicity. Editorial style guides sometimes lowercase small words like "a" or "the"; adjust manually if you need that convention.