Skip to content

Case & naming

PascalCase converter

Every token capitalized, no separators. React components, C# types, and Go exports — without a round trip to a server.

Processed in your browser — nothing is uploaded

Last reviewed 2026-09-10.

FAQ

Questions, answered

How is PascalCase different from camelCase?

PascalCase capitalizes the first word as well. camelCase leaves the first word lowercase.

Does it handle acronyms?

The splitter separates acronym runs from the following word (XMLHttp → XmlHttp after Pascal conversion of each token).

Can I paste a sentence?

Yes. “user profile card” becomes UserProfileCard.

Will it add a prefix like I or T?

No. It only changes case and separators. Add language-specific prefixes yourself.

Related

Keep going

Browse all tools