@mudssky/jsutils
    Preparing search index...

    Function PascalCase

    • Formats the given string in pascal case fashion

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

      Parameters

      • str: string

      Returns string