• Converts a string in PascalCase to camelCase.

    Parameters

    • str: string

      The string to convert.

    Returns string