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