Frequently Asked Questions

What text cases are supported?

This tool supports uppercase, lowercase, title case, sentence case, camelCase, PascalCase, snake_case, CONSTANT_CASE, kebab-case, dot.case, path/case, alternating case, and inverse case.

How does title case work?

Title case capitalizes the first letter of each word while keeping common short words like "the", "a", "in", "of" lowercase, unless they are the first word.

What is the difference between camelCase and PascalCase?

camelCase starts with a lowercase letter and capitalizes the first letter of each subsequent word. PascalCase capitalizes the first letter of every word, including the first.

Is my text private?

Yes. All conversions happen entirely in your browser. Your text is never sent to any server.