Converts text in single line or multi lines to pascal case. You can also use shortcut (CTRL+P ,CTRL+C). Configuration Steps:
Examples: Input => Output hello => Hello hello-world => HelloWorld hello_world => HelloWorld hello--world => HelloWorld i-am-notInPascal => IAmNotInPascal |