• Converts a string in snake_case to camelCase.

    Parameters

    • str: string

      The string to convert.

    Returns string