PascalCase Converter

Convert spaced, hyphenated, or underscored text into PascalCase — the naming convention where every word (including the first) is capitalized with no separators, commonly used for class names.

Inputs
Results
PascalCase
HelloWorldExample

Try an example