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.
Other Converters
UPPERCASEConvert your text to UPPERCASE letters instantly.
lowercaseConvert your text to lowercase letters instantly.
Title CaseConvert your text to Title Case, capitalising the first letter of each major word.
Sentence caseConvert your text to Sentence case, capitalising only the first letter of each sentence.
camelCaseConvert your text to camelCase for use in programming.
snake_caseConvert your text to snake_case with underscores between words.