Appearance
pascalCase(...args): string
args
string
字符串转为帕斯卡(大驼峰)格式
pascalCase('filename') // => 'Filename'