Convert to PascalCase

Instantly convert text to PascalCase for class names, React components, TypeScript interfaces, and more. Every word capitalized, no separators.

Input
user profile component
Output
UserProfileComponent
0 words 0 characters

What is PascalCase?

PascalCase (also called UpperCamelCase) capitalizes the first letter of every word and joins them without separators. It's the standard for class names across most programming languages.

When to Use PascalCase