• Parameters

    • s: string

      a string in camel case

    Returns string

    a string in kebab case

    Description

    Convert a string into kebab case from camel case. Snake case does not work in this method.