@mudssky/jsutils
    Preparing search index...

    Function PascalCase

    • Formats the given string in pascal case fashion

      Parameters

      • str: string

        输入字符串

      Returns string

      帕斯卡格式的字符串

      pascal('hello world') // -> 'HelloWorld'
      pascal('va va boom') // -> 'VaVaBoom'