Formats the given string in pascal case fashion
输入字符串
帕斯卡格式的字符串
pascal('hello world') // -> 'HelloWorld'pascal('va va boom') // -> 'VaVaBoom' Copy
pascal('hello world') // -> 'HelloWorld'pascal('va va boom') // -> 'VaVaBoom'
Formats the given string in pascal case fashion