Formats the given string in pascal case fashion
pascal('hello world') -> 'HelloWorld' pascal('va va boom') -> 'VaVaBoom'
Formats the given string in pascal case fashion
pascal('hello world') -> 'HelloWorld' pascal('va va boom') -> 'VaVaBoom'