String
Kebabcase

_.kebabCase([string=''])

Converts string to kebab case.

Arguments

[string=''] (string): The string to convert.

Returns

(string): Returns the kebab cased string.

Example

Deep