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

  1. 1Paste a description of your class or component.
  2. 2Get the PascalCase name in the Output.
  3. 3Copy directly into your code.