Function toCamelCase

  • Converts each word's first letter into uppercase.

    Parameters

    • str: string

      The input string that needs to be converted to camel case.

    Returns string

    • Returns a new string where each word's first letter is converted to uppercase.

Generated using TypeDoc