Skip to content

Kirby 5.0.4

Str::camel()

Converts a string to camel case

Str::camel(string $value): string

Parameters

Name Type Default Description
$valuerequired string no default value The string to convert

Return type

string

Parent class

Kirby\Toolkit\Str