Str::studly()
Converts a string to studly caps case
Str::studly(?string $value = null): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
| $value | string|null |
null |
The string to convert |
Return type
string
Converts a string to studly caps case
Str::studly(?string $value = null): string
| Name | Type | Default | Description |
|---|---|---|---|
| $value | string|null |
null |
The string to convert |
string