Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Function toPascalCase

    • Converts a string to PascalCase. Examples:

      • "hello-world" => "HelloWorld"
      • "hello_world" => "HelloWorld"
      • "hello world" => "HelloWorld"

      Parameters

      • str: string

        The string to convert

      Returns string

      The string in PascalCase format