case
PascalCase
Convert text to PascalCase
About the PascalCase tool
PascalCase (also called UpperCamelCase) capitalizes the first letter of every word with no spaces or separators. It's the standard naming convention for classes, components, constructors, and types in JavaScript, TypeScript, C#, and most object-oriented languages.
Input
0 words·0 characters·0 lines·0 min read
Output
0 words·0 characters·0 lines
How to use
- 1Paste a description of your class or component.
- 2Get the PascalCase name in the Output.
- 3Copy directly into your code.