Input
Conversion results
UPPERCASE—
lowercase—
Title Case—
Sentence case—
camelCase—
PascalCase—
snake_case—
kebab-case—
CONSTANT_CASE—
dot.case—
esreveR—
Frequently Asked Questions
How do I use Text Case Converter?
Step 2 — the tool computes and shows all 11 formats in real time, no need to pick one. Step 3 — each format has a "Copy" button on the right that places the corresponding result on the clipboard.
What can Text Case Converter do?
Typical scenarios: Developers switch quickly between naming conventions for variables, functions, classes, constants and files; convert between database field names (snake_case) and programming names (camelCase, PascalCase); unify field…
Is my data private when I use Text Case Converter?
Privacy: All conversion happens locally in your browser and the input text is never uploaded, so it is safe to use with API field names, database columns or other business content. Privacy: All conversion happens locally in your browser and the input text is never uploaded, so it is safe to use with API field names…
What technical details should I know about Text Case Converter?
In camelCase the first word is lower-cased and subsequent words are capitalised; in PascalCase every word starts with an upper-case letter. Sentence case capitalises only the first letter of each sentence and lower-cases the rest.