Convert text to upper camel case
Start the first word with an uppercase letter and capitalize following words
Converts English phrases to UpperCamelCase or PascalCase. Use it for class names, component names, or type names.
Example
Input
user profile
Output
UserProfile