Skip to content

Kirby 4.2.0

Str::camel()

Converts a string to camel case

Str::camel(?string $value = null): string

Parameters

Name Type Default Description
$value string|null null The string to convert

Return type

string

Parent class

Kirby\Toolkit\Str