SmartQueryTools

Text Case Converter

Convert text between camelCase, snake_case, PascalCase, kebab-case, SCREAMING_SNAKE_CASE, and Title Case. Runs entirely in your browser.

Frequently Asked Questions

How does camelCase conversion work?

The tool splits the input on word boundaries — spaces, hyphens, underscores, and transitions between lowercase and uppercase letters. Then it reassembles the words in the target case format.

What is the difference between camelCase and PascalCase?

In camelCase the first word is lowercase: myVariableName. In PascalCase (also called UpperCamelCase) every word starts uppercase: MyVariableName. PascalCase is common for class names; camelCase for variables and functions.

Can I convert multi-line text?

Yes — each line is converted independently, preserving the line structure of the input.

Is my data private?

Yes — completely. Everything runs locally in your browser. Nothing is sent to any server, and nothing is retained after you close the tab.

Related Tools