case
PascalCase
Convert text to PascalCase
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 chars·0 words
Output
0 chars·0 words
How to use
- 1Paste a description of your class or component.
- 2Get the PascalCase name in the Output.
- 3Copy directly into your code.