Home/PascalCase Converter

PascalCase Converter

Convert your text to PascalCase for class names and components.

Examples

Inputhello world example
OutputHelloWorldExample
Inputuser profile page
OutputUserProfilePage

What is PascalCase?

PascalCase (also known as UpperCamelCase) capitalises the first letter of every word and removes all spaces and separators. It is named after the Pascal programming language, which popularised this convention.

When to use PascalCase

Use PascalCase for class names in most programming languages, for React and Vue component names, for TypeScript interfaces and type names, and for C# method names and public properties.