• Transforms the given input string into snake case.

    Parameters

    • input: string

      The string to transform.

    Returns string

    The given input in snake case.