Str::camelToKebab()
Converts a camel-case string to kebab-case
Parameters
Name | Type | Default | Description |
---|---|---|---|
$value | string |null |
null |
The string to convert |
Return type
string
Converts a camel-case string to kebab-case
Name | Type | Default | Description |
---|---|---|---|
$value | string |null |
null |
The string to convert |
string