Str::snake()
Convert a string to snake case.
Parameters
Name | Type | Default |
---|---|---|
$value | string |
null |
$delimiter | string |
'_' |
Return type
string
Convert a string to snake case.
Name | Type | Default |
---|---|---|
$value | string |
null |
$delimiter | string |
'_' |
string