• Convert a string from camelCase to snake_case

    Parameters

    • str: string

      The string to convert

    Returns string

    The converted string